@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

/* ===================================
#head
=================================== */
#head {
	background-image: url(../img/bg_head_01.png);
    background-position: center top;
    background-repeat: repeat-x;
}

/* ===================================
#wrap
=================================== */
/*** #contents ***/
#contents {
    background: #FFF;
    padding: 30px 40px;
    margin: 30px 0 50px;
}
/*** .pagenation ***/
.nextpage {
    display: block;
    width: 555px;
    margin: 0 auto 25px;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border: 3px solid #CCC;
    box-sizing: border-box;
    background: #FFF;
}
.pagenation {
    text-align: center;
    clear: both;
}
.pagenation {
    padding: 0 0 20px;
}
.pagenation span,
.pagenation a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    border: 1px solid #CCC;
    box-sizing: border-box;
    background: #FFF;
}
.pagenation .current {
    background: #003897;
    border-color: #003897;
    color: #FFF;
}
.pagenation .dots {
    border: none;
    background: no-repeat;
}
.pagenation .prev,
.pagenation .next {
    border: 1px solid #CCC;
    text-indent: -9999px;
    position: relative;
}
.pagenation .prev:before,
.pagenation .next:before {
    position: absolute;
    top: 21px;
    left: 21px;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 99999;
    width: 5px;
    height: 5px;
    border-top: 2px solid #0030A0;
    border-right: 2px solid #0030A0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.pagenation .prev:before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}


/*** .news_box ***/
.news_box {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #DDD;
    color: #333;
}
.news_box:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.news_box .date {
    font-size: 16px;
    position: relative;
}
.news_box.new .date:after {
    content: "NEW";
    font-size: 12px;
    padding: 0px 5px;
    margin-left: 15px;
    color: #FFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #CD1E00;
    display: inline-block;
    vertical-align: text-bottom;
}
.news_box h4 {
    margin: 25px 0;
    font-size: 25px;
    font-weight: 700;
    color: #002EA0;
}
.news_box .text {
    font-size: 16px;
}
/* タクソノミー */
.campaign {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    width: 100px;
    height: 20px;
    box-sizing: border-box;
    line-height: 18px;
    border: #101C88 solid 1px;
    margin-left: 20px;
    text-align: center;
    vertical-align: text-bottom;
}
/* 記事本文のスタイル */
.lBoxContets{
    width: 650px;
}
.lBoxContetsOver{
    width: 100%;
}
.lBoxContets,
.lBoxContetsOver{
    font-size: 16px;
    line-height: 1.8;
}
.rightImg {
    width: 200px;
    height: 133px;
    float: right;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.txtLink{
    color: #264CBD;
}
.url{
    font-size: 16px;
    color: #264CBD;
    line-height: 1.8;
}

/* ブラウザがIEの場合 */
@media all and (-ms-high-contrast:none) {
    /* NEWアイコンの位置調整 */
    .news_box.new .date:after{
        margin-bottom: 4px;
    }
    .news_box.new .date::after{
        vertical-align: text-top;
    }
    .campaign{
        vertical-align: text-top;
    }
}