@charset "utf-8";
/* CSS Document */

.pageTitle {
  background-image: url(/img/news/bg_head_news_01.jpg);
}
/* SP用スタイルシート */
@media (max-width: 767px) {
  /* ===================================
  #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 var(--color-blue-3);
    border-right: 2px solid var(--color-blue-3);
    -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;
    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;
  }
}

/* PC用スタイルシート */
@media (min-width: 768px) {
  /* ===================================
#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 var(--color-blue-3);
    border-right: 2px solid var(--color-blue-3);
    -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;
    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: 300px;
    height: auto;
    float: right;
    object-fit: cover;
    aspect-ratio: 200 / 133;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
  .txtLink {
    color: #264cbd;
  }
  .url {
    font-size: 16px;
    color: #264cbd;
    line-height: 1.8;
  }
}
