@charset "UTF-8";
.nav-relative-products__inner {
  position: relative;
  background-color: #f0f0f0;
  padding-block: 20px 20px;
}
@media screen and (min-width: 768px), print {
  .nav-relative-products__inner {
    margin-inline: auto;
    width: calc(100% - 60px);
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .nav-relative-products__inner {
    padding-inline: 25px;
  }
}
@media screen and (min-width: 768px), print {
  .nav-relative-products__inner {
    padding-block: 20px 30px;
    padding-inline: 50px;
  }
}
@media screen and (max-width: 767px) {
  .nav-relative-products .nav-relative-products-item {
    padding-inline: 17.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .nav-relative-products .nav-relative-products-item {
    padding-inline: 10px;
  }
}
.nav-relative-products .nav-relative-products-item__link {
  display: block;
  text-align: center;
  -webkit-transition: opacity 0.175s ease;
  transition: opacity 0.175s ease;
}
@media screen and (max-width: 767px) {
  .nav-relative-products .nav-relative-products-item__link {
    display: block;
    max-width: 250px;
    margin: auto;
  }
}
@media (hover: hover) {
  .nav-relative-products .nav-relative-products-item__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .nav-relative-products .nav-relative-products-item__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .nav-relative-products .nav-relative-products-item__link:where(:-moz-any-link, :enabled, summary):hover .nav-relative-products-item__figure img {
    transform: scale(1.05);
  }
  .nav-relative-products .nav-relative-products-item__link:where(:any-link, :enabled, summary):hover .nav-relative-products-item__figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.nav-relative-products .nav-relative-products-item__figure {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nav-relative-products .nav-relative-products-item__figure {
    width: min(46.6666666667vw, 175px);
    margin: auto;
  }
}
@media screen and (min-width: 768px), print {
  .nav-relative-products .nav-relative-products-item__figure {
    padding: 15px 68px;
    margin-inline: auto;
  }
}
.nav-relative-products .nav-relative-products-item__figure img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.nav-relative-products .nav-relative-products-item__name {
  margin-top: 10px;
}
.nav-relative-products .nav-relative-products-item__name, .nav-relative-products .nav-relative-products-item__code {
  display: block;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  .nav-relative-products .nav-relative-products-item__name, .nav-relative-products .nav-relative-products-item__code {
    font-size: 24px;
    line-height: 1.5;
  }
}
.nav-relative-products .nav-relative-products-item__tags {
  display: block;
  line-height: 1.3;
  margin-top: 3px;
}
@media screen and (min-width: 768px), print {
  .nav-relative-products .nav-relative-products-item__tags {
    margin-top: 8px;
  }
}
.nav-relative-products .nav-relative-products-item__tag {
  display: inline-block;
  font-size: 12px;
  margin-right: 0.75em;
}
@media screen and (min-width: 768px), print {
  .nav-relative-products .nav-relative-products-item__tag {
    font-size: 16px;
  }
}
.nav-relative-products .nav-relative-products-item__tag::before {
  content: "●";
  font-size: 1.3em;
  font-weight: 700;
  color: #3296b4;
  line-height: 1;
  margin-right: 0.05em;
}
.nav-relative-products .nav-relative-products-item__external-link {
  display: inline-block;
  color: #3296B4;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (max-width: 767px) {
  .nav-relative-products .nav-relative-products-item__external-link {
    font-size: 11px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px), print {
  .nav-relative-products .nav-relative-products-item__external-link {
    margin-top: 7px;
  }
}
.nav-relative-products .nav-relative-products-item__external-link::before {
  content: "　";
  display: inline;
  background: url(../img/common/icon_external-link_blue.svg) no-repeat center/contain;
  margin-right: 0.2em;
}
.nav-relative-products .nav-relative-products-swiper-button {
  margin-top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  max-width: 60px;
  background-image: url(../img/common/icon_arrow_circle_black_bold.svg);
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .nav-relative-products .nav-relative-products-swiper-button {
    top: 45%;
  }
}
.nav-relative-products .nav-relative-products-swiper-button.--prev {
  left: 6.6666666667vw;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (min-width: 600px) {
  .nav-relative-products .nav-relative-products-swiper-button.--prev {
    left: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .nav-relative-products .nav-relative-products-swiper-button.--prev {
    left: 10px;
  }
}
.nav-relative-products .nav-relative-products-swiper-button.--next {
  right: 6.6666666667vw;
}
@media (min-width: 600px) {
  .nav-relative-products .nav-relative-products-swiper-button.--next {
    right: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .nav-relative-products .nav-relative-products-swiper-button.--next {
    right: 10px;
  }
}
.nav-relative-products .nav-relative-products-swiper-button.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.nav-relative-products .nav-relative-products-swiper-button::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .post {
    padding-bottom: 20px;
  }
}

.post-category {
  margin-inline: auto;
  width: calc(100% - min(13.3333333333vw, 50px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px), print {
  .post-category {
    width: calc(100% - 60px);
    max-width: 1200px;
  }
}
.post-category .cate {
  font-size: 23px;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .post-category .cate {
    font-size: 28px;
  }
}
.post-category .date {
  color: #464646;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .post-category .date {
    font-size: 15px;
    padding-bottom: 0.2em;
  }
}

.post-title {
  background-color: #f0f0f0;
  border-top: solid 3px #3296B4;
  padding-block: 20px 20px;
}
@media screen and (min-width: 768px), print {
  .post-title {
    padding-block: 20px 20px;
    border-top: solid 5px #3296B4;
  }
}
.post-title h1 {
  margin-inline: auto;
  width: calc(100% - min(13.3333333333vw, 50px));
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .post-title h1 {
    width: calc(100% - 60px);
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px), print {
  .post-title h1 {
    font-size: 30px;
  }
}

.post-body {
  margin-inline: auto;
  width: calc(100% - min(13.3333333333vw, 50px));
  margin-top: 22px;
}
@media screen and (min-width: 768px), print {
  .post-body {
    width: calc(100% - 60px);
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px), print {
  .post-body {
    margin-top: 44px;
  }
}

.post-sec-title {
  position: relative;
  font-weight: 700;
  font-size: 17px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px), print {
  .post-sec-title {
    font-size: 22px;
  }
}
.post-sec-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
}
@media screen and (min-width: 768px), print {
  .post-sec-title::before {
    height: 2px;
  }
}

.post-sec-subtitle {
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .post-sec-subtitle {
    font-size: 20px;
  }
}

.post-text {
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .post-text.--large {
    font-size: 18px;
  }
}
.post-text.--small {
  font-size: 14px;
  line-height: 1.6;
}
.post-text a {
  color: #3296B4;
}
@media (hover: hover) {
  .post-text a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
  .post-text a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
}
.post-text a.arrow-right::after {
  content: ">";
  display: inline-block;
  padding-left: 5px;
  color: #3296B4;
}
.post-text a.arrow-left::before {
  content: ">";
  display: inline-block;
  padding-right: 5px;
  color: #3296B4;
}

.post-text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.post-text-list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.post-text-list li::before {
  content: "・";
}
.post-text-list.--ol {
  counter-reset: list;
}
.post-text-list.--ol li {
  counter-increment: list;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.post-text-list.--ol li::before {
  content: counter(list) ". ";
}

.post-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  /*&.--external {
    li {
      &::before {
        content: '　';
        display: inline;
        background: url(../img/common/icon_external-link_black.svg) no-repeat center / contain;
      }
      &::after {
        display: none;
      }
      a {
        @include m.mq-down() {
          text-decoration: none;
        }
      }
    }
  }*/
}
.post-link-list li {
  line-height: 1.6;
}
.post-link-list li::after {
  content: "＞";
  margin-left: 0.5em;
}
@media (hover: hover) {
  .post-link-list li a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
  .post-link-list li a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
}
.post-link-list li.--external::before {
  content: "　";
  display: inline;
  background: url(../img/common/icon_external-link_black.svg) no-repeat center/contain;
  margin-right: 0.25em;
}
.post-link-list li.--external::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .post-link-list li.--external a {
    text-decoration: none;
  }
}

.post-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 20px;
}
@media screen and (min-width: 768px), print {
  .post-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 48px;
  }
}
.post-flex p {
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .post-flex p {
    font-size: 17px;
  }
}
.post-flex figure {
  margin-inline: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.post-flex.--repeat p {
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .post-flex.--repeat p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px), print {
  .post-flex.--img25 figure {
    width: 25%;
  }
}
@media screen and (min-width: 768px), print {
  .post-flex.--img30 figure {
    width: 30%;
  }
}
@media screen and (min-width: 768px), print {
  .post-flex.--img50 figure {
    width: 50%;
  }
}
.post-flex.--img100 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px), print {
  .post-flex.--img100 {
    gap: 40px;
  }
}

.post-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: fit-content(35%) 1fr;
  grid-template-columns: fit-content(35%) 1fr;
  border-top: solid 1px #333333;
}
@media screen and (min-width: 768px), print {
  .post-table {
    border-top: solid 2px #333333;
    -ms-grid-columns: fit-content(40%) 1fr;
    grid-template-columns: fit-content(40%) 1fr;
  }
}
.post-table .tchead {
  background-color: #A0A0A0;
  color: #FFFFFF;
}
.post-table .tchead:first-child {
  border-right: solid 1px #FFFFFF;
}
@media screen and (min-width: 768px), print {
  .post-table .tchead:first-child {
    border-right: solid 2px #FFFFFF;
  }
}
.post-table .tchead, .post-table .trhead, .post-table .td {
  border-bottom: solid 1px #333333;
  padding-block: 10px;
  padding-inline: 10px;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .post-table .tchead, .post-table .trhead, .post-table .td {
    border-bottom: solid 2px #333333;
    padding-block: 13px;
    font-size: 20px;
  }
}
.post-table .td {
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .post-table .tchead:first-child, .post-table .trhead {
    min-width: 100px;
  }
}
@media screen and (min-width: 768px), print {
  .post-table .tchead:first-child, .post-table .trhead {
    min-width: 200px;
    padding-inline: 20px 30px;
  }
}
@media screen and (min-width: 768px), print {
  .post-table .tchead:not(:first-child), .post-table .td {
    padding-inline: 30px;
  }
}

@media screen and (max-width: 767px) {
  .post.--important .post-head .post-category .cate {
    font-size: 19px;
  }
  .post.--important .post-head .post-category .date {
    font-size: 11px;
  }
  .post.--important .post-head .post-title h1 {
    font-size: 16px;
  }
  .post.--important .post-body .post-text.--large {
    font-size: 18px;
  }
  .post.--important .post-body .post-sec-title {
    font-size: 23px;
  }
}

.post-flex:not(:first-child), .post-sec-title:not(:first-child), .post-text:not(:first-child), .post-table:not(:first-child) {
  margin-top: 35px;
}
@media screen and (min-width: 768px), print {
  .post-flex:not(:first-child), .post-sec-title:not(:first-child), .post-text:not(:first-child), .post-table:not(:first-child) {
    margin-top: 70px;
  }
}

.post-sec-subtitle:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .post-sec-subtitle:not(:first-child) {
    margin-top: 50px;
  }
}

.post-sec-title + .post-text, .post-sec-title + .post-table, .post-sec-title + .post-sec-subtitle, .post-sec-title + .post-flex {
  margin-top: 18px;
}
@media screen and (min-width: 768px), print {
  .post-sec-title + .post-text, .post-sec-title + .post-table, .post-sec-title + .post-sec-subtitle, .post-sec-title + .post-flex {
    margin-top: 24px;
  }
}

.post-sec-subtitle + .post-text, .post-sec-subtitle + .post-table, .post-sec-subtitle + .post-text-list, .post-sec-subtitle + .post-link-list, .post-sec-subtitle + .post-image, .post-sec-subtitle + .post-flex {
  margin-top: 10px;
}
@media screen and (min-width: 768px), print {
  .post-sec-subtitle + .post-text, .post-sec-subtitle + .post-table, .post-sec-subtitle + .post-text-list, .post-sec-subtitle + .post-link-list, .post-sec-subtitle + .post-image, .post-sec-subtitle + .post-flex {
    margin-top: 15px;
  }
}

.post-text.--small:not(:first-child), .post-text-list:not(:first-child), .post-link-list:not(:first-child), .post-image:not(:first-child) {
  margin-top: 18px;
}
@media screen and (min-width: 768px), print {
  .post-text.--small:not(:first-child), .post-text-list:not(:first-child), .post-link-list:not(:first-child), .post-image:not(:first-child) {
    margin-top: 24px;
  }
}

.post-text:not(.--large) + .post-text, .post-text:not(.--large) + .post-table, .post-text-list + .post-text, .post-text-list + .post-table, .post-link-list + .post-text, .post-link-list + .post-table {
  margin-top: 18px;
}
@media screen and (min-width: 768px), print {
  .post-text:not(.--large) + .post-text, .post-text:not(.--large) + .post-table, .post-text-list + .post-text, .post-text-list + .post-table, .post-link-list + .post-text, .post-link-list + .post-table {
    margin-top: 24px;
  }
}

.post-contact-wrapper {
  margin-top: 60px;
}
@media screen and (min-width: 768px), print {
  .post-contact-wrapper {
    margin-top: 110px;
  }
}
.post-contact-wrapper.--flex {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 768px), print {
  .post-contact-wrapper.--flex {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}

.post-contact {
  padding: 15px 15px;
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px), print {
  .post-contact {
    padding: 25px 25px;
  }
}
.post-contact h2 {
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px), print {
  .post-contact h2 {
    font-size: 26px;
  }
}
.post-contact h3 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (min-width: 768px), print {
  .post-contact h3 {
    margin-top: 25px;
    font-size: 19px;
  }
}
.post-contact h3 + p {
  margin-top: 3px;
}
.post-contact p {
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .post-contact p {
    font-size: 17px;
  }
}
.post-contact .tel {
  margin-top: 7px;
}
.post-contact .tel h3 {
  margin-top: 0;
}
.post-contact .tel a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .post-contact .tel a {
    font-size: 40px;
  }
}
.post-contact .tel a::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 2;
  background: url(../img/common/icon_tel.png) no-repeat center/contain;
  margin-right: 0.1em;
}
@media screen and (min-width: 768px), print {
  .post-contact .tel a::before {
    width: 60px;
  }
}

.topics-contents__inner {
  margin-inline: auto;
  width: calc(100% - min(13.3333333333vw, 50px));
}
@media screen and (min-width: 768px), print {
  .topics-contents__inner {
    width: calc(100% - 60px);
    max-width: 1200px;
  }
}

.topics-button-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(4.5333333333vw, 25px);
  margin-top: 45px;
}
@media screen and (min-width: 768px), print {
  .topics-button-wrapper {
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px), print {
  .topics-button-wrapper {
    margin-top: 55px;
  }
}
.topics-button-wrapper .common-button {
  margin: 0;
}
.topics-button-wrapper + .topics-button-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .topics-button-wrapper + .topics-button-wrapper {
    margin-top: 55px;
  }
}