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

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


/* ===================================
#wrap
=================================== */
/*** #contents ***/
#contents {
}
/*** .pagenation ***/
.nextpage {
    display: block;
    width: 100%;
    margin: 0 auto 25px;
    padding: 17px 0;
    font-size: 16px;
    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: 40px;
    height: 40px;
    margin: 0 2px;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    border: 1px solid #CCC;
    box-sizing: border-box;
    background: #FFF;
}
.pagenation .current {
    background: #003897;
    border-color: #003897;
    color: #FFF;
}
.pagenation .dots {
    width: 10px;
    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: 16px;
    left: 16px;
    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 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #DDD;
    color: #333;
}
.news_box .date {
    font-size: 16px;
    position: relative;
}
.news_box.new .date:after {
    content: "NEW";
    font-size: 12px;
    padding: 2px 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: 10px 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #002EA0;
}
.news_box .text {
    font-size: 16px;
    line-height: 1.6;
}
/* タクソノミー */
.campaign {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    width: 100px;
    height: 20px;
    box-sizing: border-box;
    line-height: 20px;
    border: #101C88 solid 1px;
    margin-left: 23px;
    text-align: center;
}

/* 記事本文のスタイル */
.rightImg {
    max-width: 100%;
}
.lBoxContets,
.lBoxContetsOver {
    padding-top: 14px;
    font-size: 15px;
    line-height: 1.6;
}

.txtLink {
    color: #264CBD;
}
.url{
    color: #264CBD;
    font-size: 15px;
    line-height: 1.6;
}