@charset "UTF-8";

/*===========================
トップページ用
===========================*/

/* home-text 上書き
---------------------------*/
.pcWrap .headingMain{margin:0;padding:0 0 14px}
.pcWrap .headingMain .titleWrap{width: calc(100% - 280px);}
.pcWrap .headingMain .imageWrap{width: 256px;}

.mobileWrap .headingMain{margin:0;padding:0}
.mobileWrap .headingMain .titleWrap{font-size:12px;}
.mobileWrap .headingMain .imageWrap a img{width:204px;}


/* スマホ設定
---------------------------*/
@media screen and (max-width: 767px) {
.t01-top-lineup{ padding: 0 10px; }
}


/* special style.css分
---------------------------*/
@media print, screen and (min-width: 768px) {
  .special {
    margin-top: 40px; } }
@media screen and (max-width: 767px) {
  .special {
    margin-top: 40px; } }
@media print, screen and (min-width: 768px) {
  .special_inner {
    width: 1160px;
    margin: 0 auto;
    padding: 0 0 40px; } }
@media screen and (max-width: 767px) {
  .special_inner {
    padding: 0 10px 0; } }
.special_contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px; }
  @media print, screen and (min-width: 768px) {
    .special_contents {
      margin-left: -12px; } }
  @media screen and (max-width: 767px) {
    .special_contents {
      justify-content: space-between; } }
.special_heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300; }
  @media print, screen and (min-width: 768px) {
    .special_heading {
      /* font-size: 3.6rem; rem → px 以下同様 */
      font-size: 36px; } }
  @media screen and (max-width: 767px) {
    .special_heading {
      font-size: 24px; } }
@media print, screen and (min-width: 768px) {
  .special_unit {
    width: 281px;
    margin: 0 0 12px 12px; } }
@media screen and (max-width: 767px) {
  .special_unit {
    width: calc(50% - 4px); }
    .special_unit:nth-child(n+3) {
      margin-top: 20px; } }
.special_unit a {
  display: block;
  color: #333;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0; }
  .special_unit a:before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-sizing: content-box; }
  @media print, screen and (min-width: 768px) {
    .special_unit a:hover:before {
      height: calc(100% - 4px);
      width: calc(100% - 4px);
      border: 2px solid #0784E8; } }
@media print, screen and (min-width: 768px) {
  .special_thum {
    height: 130px;
    overflow: hidden; } }
.special_textWrap {
  display: flex; }
.special_text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .special_text {
      min-height: 45px;
      padding: 0 2px;
      font-size: 1.4rem;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .special_text {
      min-height: 54px;
      padding: 0 5px;
      font-size: 1.2rem; } }
.special_btn {
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .special_btn {
      margin-top: 45px; } }
  @media screen and (max-width: 767px) {
    .special_btn {
      margin-top: 30px;
      padding: 0 30px; } }
  .special_btn a {
    display: inline-block;
    padding: 10px 5px;
    background: #232b35;
    border: solid 1px #232b35;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 1.4rem; }
    @media print, screen and (min-width: 768px) {
      .special_btn a {
        width: 300px; } }
    @media screen and (max-width: 767px) {
      .special_btn a {
        width: 50%;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16); } }
    .special_btn a:hover {
      background: #fff;
      border: solid 1px #232b35;
      color: #333; }
    .special_btn a span {
      position: relative;
      display: block; }
      .special_btn a span:after {
        position: absolute;
        right: 5px;
        content: "＋";
        display: inline-block; }


/*special 追加設定
---------------------------*/
.special_link { font-size: 18px; text-align: right; margin: -30px 0 10px; }
.special_link a {
  color: #003490;
  text-decoration: underline; }
  @media print, screen and (min-width: 768px) {
    a:hover {
      color: #48c0eb; } }

/* 特集お役立ち情報右横リンク用 */
.special_link {
font-size: 18px;
text-align: right;
margin-top: -27px;
}

@media screen and (max-width: 767px) {
.special_link {
font-size: 14px;
margin-top: 0px;
}
}


/* merit style.css分
---------------------------*/
.merit {
  background: #CFD3DC; }
  .merit_inner {
    margin: 0 auto;
    padding: 40px 0 50px; }
    @media print, screen and (min-width: 768px) {
      .merit_inner {
        width: 1160px; } }
    @media screen and (max-width: 767px) {
      .merit_inner {
        padding: 25px 10px; } }
  .merit_heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    color: #333333;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .merit_heading {
        margin-bottom: 30px;
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .merit_heading {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.2; } }
  .merit_contents {
    display: flex; }
    @media screen and (max-width: 767px) {
      .merit_contents {
        flex-wrap: wrap;
        justify-content: space-between; } }
  .merit_unit {
    color: #333333; }
    @media print, screen and (min-width: 768px) {
      .merit_unit {
        width: 300px;
        padding: 0 15px; } }
    @media screen and (max-width: 767px) {
      .merit_unit {
        width: 48.732%; }
        .merit_unit:nth-child(n+3) {
          margin-top: 20px; } }
  .merit_title {
    position: relative;
    margin-bottom: 12px;
    padding-top: 88px;
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 374px) {
      .merit_title {
        font-size: 14px; } }
    .merit_title:before {
      content: '';
      background-color: #fff;
      background-position: left top;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 50%;
      position: absolute;
      width: 80px;
      height: 80px;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    .merit_title-1:before {
      background-image: url("ico_merit_01.svg"); }
    .merit_title-2:before {
      background-image: url("ico_merit_02.svg"); }
    .merit_title-3:before {
      background-image: url("ico_merit_03.svg"); }
    .merit_title-4:before {
      background-image: url("ico_merit_04_230913.svg"); }
  .merit_text {
    font-size: 12px;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .merit_text {
        color: #666666;
        letter-spacing: 0.025em; } }


/* merit 追加設定
---------------------------*/
.merit { margin: 60px 0; }
@media screen and (max-width: 767px) {
.merit { margin-bottom: 15px; }
}


/* merit t01_design.css分
---------------------------*/
.merit_title01 {
  position: relative;
  margin: 5px 0;
  font-weight: bold;
}

@media print,screen and (min-width: 768px) {
  .merit_inner {
    padding: 20px 0;
  }
  .merit_unit {
    padding: 0 5px 0 75px;
    width: 290px;
  }
  .merit_unit:nth-of-type(n+2) {
    border-left: 1px solid #fff;
  }
  .merit_title01:before {
    content: '';
    background-color: #fff;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: -35px;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .merit_title01 {
    padding-left: 28px;
    font-size: 12px;
  }
  .merit_title01:before {
    content: '';
    background-color: #fff;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    width: 22px;
    height: 22px;
    top: -2px;
    left: 12px;
    transform: translateX(-50%);
  }
}


/* info style.css分
---------------------------*/
@media print, screen and (min-width: 768px) {
  .info_inner {
    display: flex;
    justify-content: space-between;
    width: 1160px;
    margin: 0 auto;
    padding: 40px 0 0; } }
@media screen and (max-width: 767px) {
  .info_inner {
    padding: 25px 10px 0; } }
.info_heading {
  color: #333; }
  @media print, screen and (min-width: 768px) {
    .info_heading {
      font-size: 28px;
      font-weight: 400; /* 追加 */ } }
  @media screen and (max-width: 767px) {
    .info_heading {
      font-size: 18px; } }
@media print, screen and (min-width: 768px) {
  .info_news {
    width: 50%; } }
@media screen and (max-width: 767px) {
  .info_news + .info_news {
    margin-top: 30px; } }
@media print, screen and (min-width: 768px) {
  .info_list {
    margin-top: 13px; } }
.info_item {
  display: flex; }
  @media print, screen and (min-width: 768px) {
    .info_item {
      margin-top: 13px; }
      .info_item:first-child {
        margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .info_item {
      flex-wrap: wrap;
      padding: 12px 0 10px;
      border-bottom: solid 1px #ccc; } }
.info_date {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 12px; }
  @media print, screen and (min-width: 768px) {
    .info_date {
      min-width: 165px; } }
  @media screen and (max-width: 767px) {
    .info_date {
      min-width: 180px; } }
.info_category {
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1; }
  @media print, screen and (min-width: 768px) {
    .info_category {
      width: 65px;
      padding: 5px 0 3px;
      transform: scale(0.8); } }
  @media screen and (max-width: 767px) {
    .info_category {
      width: 70px;
      padding: 6px 0 4px; } }
  .info_category-blue {
    background-color: #0071d1; }
  .info_category-red {
    background-color: #e23d39; }
  .info_category-black {
    background-color: #404040; }
  .info_category-orange {
    background-color: #f0712a; }
@media print, screen and (min-width: 768px) {
  .info_itemText {
    margin-left: 12px;
    font-size: 12px; } }
@media screen and (max-width: 767px) {
  .info_itemText {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5; }
    .info_itemText a {
      display: block;
      text-decoration: none;
      color: #333; } }
.info_noticeTitle {
  color: #c00; }
  @media print, screen and (min-width: 768px) {
    .info_noticeTitle {
      font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .info_noticeTitle {
      font-size: 14px;
      font-weight: bold; } }
  .info_noticeTitle-icon:before {
    margin-right: 3px;
    font-family: 'FontAwesome';
    content: "\f06a";
    font-size: 16px; }
@media print, screen and (min-width: 768px) {
  .info_noticeText {
    font-size: 12px; } }
@media screen and (max-width: 767px) {
  .info_noticeText {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5; } }
@media screen and (max-width: 767px) {
  .info_noticeText a {
    text-decoration: none;
    color: #333; } }
.info_noticeItem {
  position: relative;
  padding-left: 1em; }
  .info_noticeItem:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・"; }


/* info 追加設定
---------------------------*/
@media screen and (max-width: 767px) {
    info_noticeText a{color: #003490; text-decoration: underline;}
}
@media print, screen and (min-width: 768px) {
    .info_inner {padding: 0;}
    .info_news {width: 100%;}
}

.info { margin: 0 0 60px; }
.info a {
  color: #003490;
  text-decoration: underline; }
  @media print, screen and (min-width: 768px) {
    a:hover {
      color: #48c0eb; } }


/* sslText style.css分
---------------------------*/
@media print, screen and (min-width: 768px) {
  .sslText {
    font-size: 14px; /* 追加 */
    width: 1160px;
    /* margin: 90px auto 0; */
    margin: 10px auto 60px; } }
@media screen and (max-width: 767px) {
  .sslText {
    font-size: 12px; /* 追加 */
    padding: 0 10px;
    /* margin-top: 100px; */
    margin: 0 0 70px; } }
@media print, screen and (min-width: 768px) {
  .sslText + .footer {
    margin-top: 15px; } }
@media screen and (max-width: 767px) {
  .sslText + .footer {
    margin-top: 40px; } }

.sslText a {
  color: #003490;
  text-decoration: underline; }
  @media print, screen and (min-width: 768px) {
    a:hover {
      color: #48c0eb; } }


/* bcn
---------------------------*/
.bcn { margin-bottom: 50px; }
.bcn .inner { width: 1160px; margin: 0 auto; }
.bcn .catch-area { display: flex; flex-wrap: wrap; }
.bcn .bcn-box { width: 600px; padding-right: 20px; }
.bcn .youTube-box { width: 560px; }
.bcn .link_youTube { aspect-ratio: 16 / 9; text-align: right; }
.bcn .youTube-box iframe { width: 94%; height: 94%; }
@media screen and (max-width: 767px) {
.bcn { margin-bottom: 15px; }
.bcn .inner { width: 100%; padding: 0 10px; }
.bcn .catch-area { display: flex; flex-wrap: wrap; }
.bcn .bcn-box { width: 100%; padding-right: 0px; }
.bcn .youTube-box { width: 100%; }
.bcn .link_youTube { aspect-ratio: 16 / 9; text-align: center; }
.bcn .youTube-box iframe { width: 100%; height: 100%; }
}