@charset "UTF-8";

.NewsIndexLNav {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 30px;
  @media only screen and (max-width: 559px) {
    margin-top: 15px;
  }
}
.NewsIndexLNav__inner {
  display: flex;
  flex-direction: column;
  gap: 26px 0;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  background-color: #f5f5f5;
  @media print, screen and (min-width: 960px) {
    padding: 36px 50px;
  }
  @media only screen and (min-width: 560px) and (max-width: 959px) {
    padding: 36px 28px;
  }
  @media only screen and (max-width: 559px) {
    gap: 36px 0;
    padding: 36px 15px;
  }
}
.NewsIndexLNav__heading {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333;
  box-sizing: border-box;
  @media only screen and (max-width: 559px) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: opacity .2s ease-in-out;
    border: 1px solid transparent;
  }
  + .Js-NewsIndexNav__pulldown__button {
    @media only screen and (max-width: 559px) {
      margin-top: 16px;
    }
  }
}
.NewsIndexLNav__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px 10px;
  @media only screen and (max-width: 559px) {
    display: flex;
    flex-direction: column;
  }
  &.-byYears {
    .NewsIndexLNav__body {
      grid-column: 2 / 3;
      @media only screen and (max-width: 559px) {
        grid-column: 1;
      }
    }
  }
}
.Js-NewsIndexNav__pulldown {
  position: relative;
  @media only screen and (max-width: 559px) {
    gap: 0;
  }
  &.-opened {
    .UtilityPulldown__headIcon {
      transform: rotate(-180deg);
    }
    .Js-NewsIndexNav__pulldown__content {
      @media only screen and (max-width: 559px) {
        display: block;
      }
    }
  }
}
.Js-NewsIndexNav__pulldown__heading {
  .UtilityPulldown__headIcon {
    display: none;
    @media only screen and (max-width: 559px) {
      display: inline-block;
      width: 12px;
      height: 6px;
      margin: 0 0 3px 12px;
      overflow: hidden;
      line-height: 1;
      vertical-align: middle;
      background: url(/assets/images/icons/arrow_gnav.svg) 0 0 no-repeat;
      transform: rotate(0deg);
      transition: transform .2s ease .15s;
    }
  }
}
.Js-NewsIndexNav__pulldown__button {
  display: none;
  @media only screen and (max-width: 559px) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 140px;
    padding: 6px 14px;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #333;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #707070;
  }
}
.Js-NewsIndexNav__pulldown__content {
  display: block;
  @media only screen and (max-width: 559px) {
    display: none;
    width: 140px;
    padding: 11px 14px;
    border: 1px solid #707070;
    border-top: none;
    list-style-type: none;
    background-color: #fff;
    z-index: 1;
    overflow: hidden;
  }
  + .NewsIndexLNav__body {
    @media only screen and (max-width: 559px) {
      margin-top: 16px;
    }
  }
}

.NewsIndexLNav__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  @media only screen and (max-width: 559px) {
    flex-direction: column;
  }
  li {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  a {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    color: #008486;
    transition: opacity .2s ease-in-out;
    &.-current {
      color: #999;
    }
    &::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: .45em;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 0 3px 7px;
      border-color: transparent transparent transparent #008486;
    }
    &:hover {
      opacity: .8;
    }
  }
}
.NewsIndexLNav__note {
  margin-top: 20px;
  color: #333;
  font-weight: normal;
  line-height: 1.7;
  font-size: 1.4rem;
  letter-spacing: .03em;
}

body {
  &.-renewal-2025 {
    .NewsList__labelInner {
      padding: 5px 3px;
      font-size: 1.4rem;
    }
    .Link ,
    .List a ,
    .LinkList a ,
    .Text a ,
    td a {
      text-decoration: underline;
    }
    img ,
    .mt-image-none {
      max-width: 100%;
      height: auto;
    }
    .NewsMeta {
      display: flex;
      flex-direction: column;
      gap: .2em 0;
      margin-top: 15px;
      text-align: right;
      font-weight: normal;
      line-height: 1.7;
      font-size: 1.4rem;
      color: #666;
      &.-footer {
        margin: 40px 0 0;
        font-size: 1.4rem;
        color: #333;
      }
    }
    .NewsArticle__summaryStart {
      + .NewsHeadingLevel2 ,
      + .NewsHeadingLevel3 {
        padding-top: 0;
      }
    }
    .Definitionlist__body {
      .Text + .Text,
      .Text + .List,
      .Text + .ListLink,
      .Text + .Box,
      .Text + .Button,
      .Text + .Js-Scrollable__wrap,
      .List.-note + .Text,
      .List.-note + .List,
      .List.-note + .ListLink,
      .List.-note + .Box,
      .List.-note + .Button,
      .List.-note + .Js-Scrollable__wrap,
      .List + .Text,
      .List + .List,
      .List + .List.-note,
      .List + .ListLink,
      .List + .Box,
      .List + .Button,
      .List + .Js-Scrollable__wrap,
      .ListLink + .Text,
      .ListLink + .List,
      .ListLink + .ListLink,
      .ListLink + .Box,
      .ListLink + .Button,
      .ListLink + .Js-Scrollable__wrap,
      .ListHorizontal + .Text,
      .ListHorizontal + .List,
      .ListHorizontal + .ListLink,
      .ListHorizontal + .Box,
      .ListHorizontal + .Button,
      .ListHorizontal + .Js-Scrollable__wrap {
        margin-top: 20px;
        @media only screen and (max-width: 559px) {
          margin-top: 12px;
        }
      }
    }
    .Text,
    .List,
    .ListLink,
    .Definitionlist,
    .CardGrid,
    .CardHorizontal,
    .Grid,
    .NewsList,
    .NewsContactBox ,
    .NewsMovie ,
    .NewsCardHorizontal ,
    .NewsImageDownload {
      margin-top: 35px;
      @media only screen and (max-width: 559px) {
        margin-top: 30px;
      }
    }
    .Js-Scrollable__wrap {
      margin-top: 20px;
    }
    .NewsHeadingLevel2 {
      + .Js-Scrollable__wrap {
        margin-top: 40px;
      }
    }
    .NewsHeadingLevel3 {
      + .Js-Scrollable__wrap {
        margin-top: 22px;
      }
    }
    .NewsHeadingLevel4 ,
    .NewsHeadingLevel5 {
      + .Js-Scrollable__wrap {
        margin-top: 15px;
      }
    }
    .Js-Scrollable__wrap + .List,
    .Js-Scrollable__wrap + .ListLink {
      margin-top: 15px;
    }
    .NewsCardHorizontal {
      display: grid;
      grid-template-columns: 7fr 3fr;
      gap: 20px;
      &.-maxWidth20 {
        grid-template-columns: 4fr 1fr;
        @media only screen and (max-width: 559px) {
          grid-template-columns: 1fr 146px;
        }
        &.-reverse {
          grid-template-columns: 1fr 4fr;
          @media only screen and (max-width: 559px) {
            grid-template-columns: 146px 1fr;
          }
          .NewsCardHorizontal__image {
            @media only screen and (max-width: 559px) {
              order: 1;
            }
          }
          .NewsCardHorizontal__body {
            @media only screen and (max-width: 559px) {
              order: 2;
            }
          }
        }
      }
      &.-maxWidth30 {
        grid-template-columns: 7fr 3fr;
        @media only screen and (max-width: 559px) {
          grid-template-columns: 1fr;
        }
        &.-reverse {
          grid-template-columns: 3fr 7fr;
          @media only screen and (max-width: 559px) {
            grid-template-columns: 1fr;
          }
        }
      }
      &.-maxWidth50 {
        grid-template-columns: 1fr 1fr;
        @media only screen and (max-width: 559px) {
          grid-template-columns: 1fr;
        }
        &.-reverse {
          grid-template-columns: 1fr 1fr;
          @media only screen and (max-width: 559px) {
            grid-template-columns: 1fr;
          }
        }
      }
      &.-reverse {
        grid-template-columns: auto 1fr;
        .NewsCardHorizontal__image {
          order: 1;
          @media only screen and (max-width: 559px) {
            order: 2;
          }
        }
        .NewsCardHorizontal__body {
          order: 2;
          @media only screen and (max-width: 559px) {
            order: 1;
          }
        }
      }
      @media only screen and (max-width: 559px) {
        grid-template-columns: 1fr;
        .NewsCardHorizontal__body {
          order: 1;
        }
        .NewsCardHorizontal__image {
          order: 2;
        }
      }
    }
    .NewsCardHorizontal__heading {
      margin-bottom: 28px;
      font-size: 2rem;
      @media only screen and (max-width: 559px) {
        font-size: 1.8rem;
      }
    }
    .NewsCardHorizontal__image {
      order: 2;
    }
    .NewsCardHorizontal__caption {
      margin: 9px 0;
      text-align: center;
      color: #333;
      word-wrap: break-word;
      font-weight: normal;
      line-height: 1.7;
      font-size: 1.4rem;
    }
    .NewsCardHorizontal__body {
      order: 1;
      p {
        color: #333;
        font-weight: normal;
        line-height: 1.7;
        font-size: 1.6rem;
      }
    }
    .NewsCardHorizontal__title {
      margin-bottom: 14px;
      color: #333;
      font-weight: normal;
      line-height: 1.7;
      font-size: 1.6rem;
    }
    .BoxContact__heading {
      ~ .BoxContact__heading {
        margin-top: 32px;
      }
    }
    .Box {
      margin-top: 35px;
      @media only screen and (max-width: 559px) {
        margin-top: 30px;
      }
      &.-marginTop--large {
        margin-top: 90px;
        @media only screen and (max-width: 559px) {
          margin-top: 60px;
        }
      }
    }
    .NewsMovie {
      display: flex;
      flex-direction: column;
      gap: 10px 0;
      &.-headingBottom {
        .NewsMovie__heading {
          order: 2;
          margin: 9px 0 0 0;
        }
        .NewsMovie__iframe {
          order: 1;
        }
      }
      &.-maxWidth40 ,
      &.-maxWidth50 ,
      &.-maxWidth60 ,
      &.-maxWidth70 ,
      &.-maxWidth80 ,
      &.-maxWidth800 {
        margin-inline: auto;
      }
      &.-maxWidth40 {
        max-width: 40%;
      }
      &.-maxWidth50 {
        max-width: 50%;
      }
      &.-maxWidth60 {
        max-width: 60%;
      }
      &.-maxWidth70 {
        max-width: 70%;
      }
      &.-maxWidth80 {
        max-width: 80%;
      }
      &.-maxWidth800 {
        max-width: 800px;
      }
    }
    .NewsMovie__heading {
      order: 1;
      font-size: 1.8rem;
      margin: 0 0 9px 0;
      color: #333;
      font-weight: normal;
      letter-spacing: .03em;
      line-height: 1.4;
      @media only screen and (max-width: 559px) {
        font-size: 1.6rem;
      }
    }
    .NewsMovie__iframe {
      order: 2;
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: none;
      }
      + .NewsMovie__heading {
        margin-top: 9px;
      }
    }
    .NewsMovie__text {
      order: 3;
      color: #333;
      font-weight: normal;
      line-height: 1.7;
      font-size: 1.4rem;
    }
    .NewsImageDownload__heading {
      margin: 0;
      color: #333;
      font-weight: normal;
      line-height: 1.4;
      font-size: 2.1rem;
      margin-bottom: 35px;
      @media only screen and (max-width: 559px) {
        font-size: 1.8rem;
        margin-bottom: 30px;
      }
    }
    .NewsImageDownload__body {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 42px 24px;
      padding: 37px 40px;
      word-wrap: break-word;
      background-color: #f5f5f5;
      @media only screen and (min-width: 560px) and (max-width: 959px) {
        grid-template-columns: repeat(3, 1fr);
      }
      @media only screen and (max-width: 559px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 42px 25px;
      }
    }
    .NewsImageDownload__item {
      a {
        display: block;
        transition: opacity .2s ease-in-out;
        &:hover {
          opacity: .8;
        }
      }
    }
    .NewsHeadingLevel2 {
      padding-top: 60px;
      @media only screen and (max-width: 559px) {
        padding-top: 50px;
      }
    }
    .NewsHeadingLevel2 .CardGrid {
      margin-top: 25px;
    }
    .NewsHeadingLevel3 {
      padding-top: 40px;
      @media only screen and (max-width: 559px) {
        padding-top: 32px;
      }
    }
    .NewsHeadingLevel4 {
      padding-top: 30px;
      @media only screen and (max-width: 559px) {
        padding-top: 24px;
      }
    }
    .NewsHeadingLevel5 {
      padding-top: 20px;
      @media only screen and (max-width: 559px) {
        padding-top: 16px;
      }
    }
    .NewsHeadingLevel3 ,
    .NewsHeadingLevel4 ,
    .NewsHeadingLevel5 {
      ~ .Text,
      ~ .List,
      ~ .ListLink,
      ~ .Definitionlist,
      ~ .CardGrid,
      ~ .CardHorizontal,
      ~ .Grid,
      ~ .NewsList,
      ~ .NewsContactBox ,
      ~ .NewsMovie ,
      ~ .NewsCardHorizontal ,
      ~ .NewsImageDownload {
        margin-top: 20px;
        @media only screen and (max-width: 559px) {
          margin-top: 12px;
        }
      }
      ~ .Js-Scrollable__wrap {
        margin-top: 22px;
      }
      ~ .Js-Scrollable__wrap + .Js-Scrollable__wrap {
        margin-top: 22px;
      }
      ~ .CardGrid.-zaxis {
        margin-top: 0;
      }
    }
    .NewsHeadingLevel2 ,
    .NewsHeadingLevel3 ,
    .NewsHeadingLevel4 ,
    .NewsHeadingLevel5 {
      ~ .List + .Text,
      ~ .List + .List,
      ~ .List + .ListLink,
      ~ .List + .Box,
      ~ .List + .Button,
      ~ .List + .Js-Scrollable__wrap,
      ~ .ListLink + .Text,
      ~ .ListLink + .List,
      ~ .ListLink + .ListLink,
      ~ .ListLink + .Box,
      ~ .ListLink + .Button,
      ~ .ListLink + .Js-Scrollable__wrap,
      ~ .ListHorizontal + .Text,
      ~ .ListHorizontal + .List,
      ~ .ListHorizontal + .ListLink,
      ~ .ListHorizontal + .Box,
      ~ .ListHorizontal + .Button,
      ~ .ListHorizontal + .Js-Scrollable__wrap {
        margin-top: 20px;
      }
      ~ .List + .Text.-note,
      ~ .List + .List.-note,
      ~ .ListLink + .Text.-note,
      ~ .ListLink + .List.-note,
      ~ .ListHorizontal + .Text.-note,
      ~ .ListHorizontal + .List.-note,
      ~ .Text + .Text.-note,
      ~ .Text + .List.-note {
        margin-top: 13px;
      }
    }
  }
}
