@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */
 
html {
  scrollbar-gutter: stable;
}

video::-webkit-media-controls-panel {
  cursor: pointer;
}

.video-modal__backdrop,
.video-modal__dialog {
  z-index: 10;
}

.template_product1 {
  position: relative;
  overflow: visible;
}

.template_product1 ol li {
  padding-left: 0.2em;
}

.template_product1 ol li::before {
  display: none;
}


.template1-top {
  color: rgba(51, 51, 51, 1);
}

.template_product1 h2 {
  margin-top:-40px;
  padding-top: 40px;
}

/* 外部遷移領域 */
.external-links-area {
  border-bottom: 1px solid rgb(153, 153, 153);
}

.external-links-area a {
  color: rgb(34, 34, 34, 1);
}

.external-links-area__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 10px auto 10px;
  max-width: 1080px;
  width: calc(100% - 30px);
}

.external-links-area__list li {
  margin: 0px;
}

.external-links-area__link {
  position: relative;
  padding: 0 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.external-links-area__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: rgba(153, 153, 153, 1);
  transform: translateY(-50%);
}

.external-links-area__list-item:first-child .external_links_area__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: rgba(153, 153, 153, 1);
  transform: translateY(-50%);
}

.external-links-area__link.active {
  font-weight: 700;
  color: rgba(207, 20, 43, 1);
}

@media screen and (max-width: 1110px) {
  .external-links-area__link {
    font-size: 18px;
  }
}

/* 内部遷移領域 */
.internal-links-area {
  max-width: 1080px;
  margin: 0 auto;
}

.internal-links-area__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  padding: 30px 10px;
}

.internal-links-area__list li {
  margin-top: 0px;
}

a.internal-links-area__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(207, 20, 43, 1);
}

.internal-links-area__link::after {
  content: "";
  width: 18px;
  height: 19px;
  background: url("/wp-content/uploads/img/double-red-arrow.svg") no-repeat center/contain;
}

@media screen and (max-width: 1110px) {
  .internal-links-area__list {
    gap: 18px;
    padding: 20px 10px;
  }
}

/* バナー領域 */
.banner-area-swiper {
  position: relative;
  margin: 0 auto 0px;
  width: min(100%, 1440px);
}

.banner-area-swiper__stage{
  position: relative;
  aspect-ratio: 16 / 5;
  width: 100%;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.banner-area-swiper__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 2.78vw;
  height: 100%;
}

.banner-area-swiper__bg {
  display: block;
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-area-swiper__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
  width: 82%;
}

.banner-area-swiper__text {
  position: relative;
  margin-top: 4.17vw;
  min-width: 0;
}

.banner-area-swiper__text::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: -4.17vw;
  width: 2.78vw;
  height: 2.78vw;
  background: url("/wp-content/uploads/img/banner_balloon.svg") no-repeat center/contain;
}

.banner-area-swiper__desc {
  font-size: 1.11vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.banner-area-swiper__title {
  margin-top: 0.56vw;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.banner-area-swiper__title-sub {
  vertical-align: text-top;
  font-size: 1.39vw;
  line-height: 2.52;
}

.banner-area-swiper__img {
  display: block;
  z-index: 1;
  max-height: 30vw;
  width: 30vw;
  object-fit: contain;
}

.banner-area-swiper__content--noimg::after{
  content: "";
  width: 30vw;
}

.banner-area-swiper__prev,
.banner-area-swiper__next {
  position: absolute;
  bottom: 2.08vw;
  z-index: 2; 
  padding: 0;
  width: 4.17vw;
  line-height: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.banner-area-swiper__prev {
  left: 2.78vw;
  transform: scaleX(-1);
}

.banner-area-swiper__next {
  right: 2.78vw;
}

.banner-area-swiper__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 30px 0px;
  width: 100%;
}

.banner-area-swiper__toggle {
  padding: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.banner-area-swiper__toggle img {
  display: block;
  width: 15px;
  height: 15px;
}

.banner-area-swiper__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: rgb(102, 102, 102);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background: rgba(207, 18, 46, 1);
}

@media screen and (min-width: 1441px) {
  .banner-area-swiper {
    width: 1440px;
  }

  .banner-area-swiper__item {
    padding: 0 40px;
  }

  .banner-area-swiper__text {
    margin-top: 60px;
  }

  .banner-area-swiper__text::before {
    top: -60px;
    width: 40px;
    height: 40px;
  }

  .banner-area-swiper__desc {
    font-size: 16px;
  }

  .banner-area-swiper__title {
    margin-top: 8px;
    font-size: 36px;
  }

  .banner-area-swiper__title-sub {
    font-size: 20px;
  }

  .banner-area-swiper__img {
    max-width: 432px;
    max-height: 432px;
    object-fit: contain;
  }

  .banner-area-swiper__content--noimg::after{
    width: 432px;
  }

  .banner-area-swiper__prev,
  .banner-area-swiper__next {
    bottom: 30px;
    width: 60px;
  }

  .banner-area-swiper__prev {
    left: 40px;
    transform: scaleX(-1);
  }

  .banner-area-swiper__next {
    right: 40px;
  }
}

@media screen and (max-width: 600px) {
  .banner-area-swiper__content {
    width: 95%;
  }

  .banner-area-swiper__title {
    font-size: 4vw;
  }

  .banner-area-swiper__title-sub {
    font-size: 2.5vw;
    line-height: 2.5;
  }

  .banner-area-swiper__desc {
    font-size: 2vw;
  }

  .banner-area-swiper__img {
    width: 20vw;
  }
}

/* title-area */
.title-area {
  margin: auto;
  padding: 80px 10px;
  max-width: 1080px;
  width: 100%;
}

.title-area__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.title-area__desc {
  margin-top: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}

@media screen and (max-width: 1110px) {
  .title-area {
    padding: 48px 10px;
  }

  .title-area__title {
    font-size: 26px;
    line-height: 1.94;
  }

  .title-area__desc {
    margin-top: 36px;
    font-size: 15px;
    line-height: 1.92;
  }
}

/* タイトル領域(背景付) */
.template_product1 .title-custom {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
  padding: 5px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

h2.title-custom {
  text-align: center;
}

h3.title-custom {
  text-align: left;
}

.title-custom--pink {
  color: rgba(51, 51, 51, 1);
  background: rgba(255, 224, 251, 1);
}

.title-custom--blue {
  color: rgba(255, 255, 255, 1);
  background: rgba(90, 107, 191, 1);
}

.title-custom--gray {
  color: rgba(255, 255, 255, 1);
  background: rgba(102, 102, 102, 1);
}

.title-custom--new::after {
  display: inline-block;
  content: "NEW";
  margin-left: 16px;
  padding: 0 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: rgba(255, 255, 255, 1);
  background: rgba(207, 20, 43, 1);
}

.title-custom-area__desc {
  margin: 48px auto 0px;
  max-width: 1080px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}

@media screen and (max-width: 1110px) {
  .title-custom-area__desc {
    margin-top: 36px;
    font-size: 15px;
    line-height: 1.92;
  }
}

/* 製品概要領域 */
.product-overview-area {
  padding: 80px 10px;
}

.product-overview-area__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: auto;
  max-width: 1080px;
  width: 100%;
}

.product-overview-area__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.product-overview-area__content {
  display: flex;
  justify-content: space-between;
  gap: 36px;
}

.product-overview-area__blocks {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.product-overview-area__sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}

.product-overview-area__block {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.product-overview-area__topic {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}

.product-overview-area__list-item {
  position: relative;
  padding-left: 1.2em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.product-overview-area__list-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  background: rgba(207, 20, 43, 1);
  border-radius: 50%;
}

a.product-overview-area__link {
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(207, 20, 43, 1);
}

.product-overview-area__link::before {
  content: "";
  width: 9px;
  height: 15px;
  background: url("/wp-content/uploads/img/red-arrow.svg") no-repeat center/contain;
}

.product-overview-area__img {
  flex-shrink: 0;
  max-width: 100%;
  width: 522px;
}

.product-overview-area__img img {
  width: 522px;
  height: 360px;
  object-fit: contain;
}

.product-overview-area__caption {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 1);
}

.product-overview-area__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.product-overview-area__icon-img {
  width: 100%;
  height: 92px;
  object-fit: contain;
}

.product-overview-area__icon-caption {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 1);
}

.product-overview-area__note-list {
  margin-top: 10px;
}

.product-overview-area__note-list-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

/* 製品特長領域 */
.product-features-area {
  background: rgba(233, 239, 250, 1);
}

/* 製品特長詳細領域 */
/* product-feature-details-area */
.product-feature-details-area {
  padding: 80px 10px;
}

.product-feature-details-area__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: auto;
  max-width: 1080px;
  width: 100%;
}

.product-feature-details-area__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.product-feature-details-area__block {
  display: flex;
  justify-content: space-between;
  gap: 36px;
}

.product-feature-details-area__text {
  width: calc(50% - 18px);
}

.product-feature-details-area__sub {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0;
}

.product-feature-details-area__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
}

.product-feature-details-area__img {
  margin-left: auto;
  width: calc(50% - 18px);
}

.product-feature-details-area__caption {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 1);
}

/* 製品特徴カスタム領域 */
.product-feature-custom-area {
  padding: 80px 10px;
}

.product-feature-custom-area__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

.product-feature-custom-area__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.product-feature-custom-area__block {
  display: flex;
  gap: 36px;
}

.product-feature-custom-area__lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

.product-feature-custom-area__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.product-feature-custom-area__img-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-feature-custom-area__img-wrap--caption-top-right {
  flex-direction: column-reverse;
  text-align: right;
}

.product-feature-custom-area__img-wrap--caption-top-center {
  flex-direction: column-reverse;
  text-align: center;
}

.product-feature-custom-area__img-wrap--caption-top-left {
  flex-direction: column-reverse;
  text-align: left;
}

.product-feature-custom-area__img-wrap--caption-bottom-right {
  flex-direction: column;
  text-align: right;
}

.product-feature-custom-area__img-wrap--caption-bottom-center {
  flex-direction: column;
  text-align: center;
}

.product-feature-custom-area__img-wrap--caption-bottom-left {
  flex-direction: column;
  text-align: left;
}

.product-feature-custom-area__img-wrap.product-feature-custom-area__img-wrap--video {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.product-feature-custom-area__img-wrap--video .product-feature-custom-area__play {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 10;
}

.product-feature-custom-area__img {
  margin: 0 auto;
  width: fit-content;
}

.product-feature-custom-area__play:focus-visible {
  outline-offset: -4px;
}

.product-feature-custom-area__play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  background: url("/wp-content/uploads/img/icon_movie_01.png") no-repeat center / contain;
  pointer-events: none;
  opacity: .9;
}

.product-feature-custom-area__caption {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.product-feature-custom-area__iframe {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16 / 9;
  border:0;
}

.product-feature-custom-area__video {
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
}

.product-feature-custom-area__img-wrap--video,
.linkcard-grid-area__img-wrap--video,
.product-feature-custom-area__video,
.linkcard-grid-area__video {
  cursor: pointer;
}

.product-feature-custom-area h3 {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0;
}

.product-feature-custom-area li {
  position: relative;
  padding-left: 1.2em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}


.product-feature-custom-area li::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  background: rgba(207, 20, 43, 1);
  border-radius: 50%;
}

@media (max-width: 1110px) {
  .product-feature-custom-area__block {
    flex-direction: column;
    align-items: center;
  }

  .product-feature-custom-area__text {
    width: 100% !important;
  }

  .product-feature-custom-area__img-wrap {
    max-width: 540px;
    width: 100% !important;
  }

  .product-feature-custom-area__img-wrap--video .product-feature-custom-area__play {
    display: none;
  }
}

/* リンクカード領域(3カラム、画像なし) */
.linkcard-3col-noimage-area {
  padding: 80px 10px;
}

.linkcard-3col-noimage-area__inner {
  margin: auto;
  max-width: 1080px;
  width: 100%;
}

.linkcard-3col-noimage-area__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.linkcard-3col-noimage-area__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 48px; 
  margin-top: 48px;
}

.linkcard-3col-noimage-area__list-item {
  display: flex;
}

.linkcard-3col-noimage-area__list-item::before {
  background: none !important;
}

.linkcard-3col-noimage-area__link {
  display: block;
  position: relative;
  padding: 22px 50px 22px 22px;
  width: 328px;
  height: 100%;
  border: 1px solid rgba(201, 201, 201, 1);
  border-radius: 4px;
}

.linkcard-3col-noimage-area__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 9px;
  height: 15px;
  background: url("/wp-content/uploads/img/red-arrow.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

.linkcard-3col-noimage-area__sub {
  overflow: hidden;
  margin: 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.linkcard-3col-noimage-area__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 8px auto 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

/* リンクカード領域(2カラム、画像あり) */
.linkcard-2col-withimage-area {
  padding: 80px 10px;
}

.linkcard-2col-withimage-area__inner {
  margin: auto;
  max-width: 1080px;
  width: 100%;
}

.linkcard-2col-withimage-area__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.linkcard-2col-withimage-area__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; 
  margin-top: 48px;
}

.linkcard-2col-withimage-area__link {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  position: relative;
  padding-right: 32px;
  width: 528px;
  min-height: 192px;
  border: 1px solid rgba(201, 201, 201, 1);
  border-radius: 4px;
}

.linkcard-2col-withimage-area__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 9px;
  height: 15px;
  background: url("/wp-content/uploads/img/red-arrow.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

.linkcard-2col-withimage-area__text {
  flex: 1 1 auto;
  padding: 20px 0;
  min-width: 0;
  max-width: 100%;
}

.linkcard-2col-withimage-area__sub {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

.linkcard-2col-withimage-area__desc {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 8px auto 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
}

.linkcard-2col-withimage-area__img {
  flex: 0 0 auto;
  width: 190px;
  height: 190px;
  object-fit: contain;
  padding: 20px;
}

.linkcard-3col-noimage-area__list-item.linkcard-3col-noimage-area__list-item--spacer {
  visibility: hidden;
  pointer-events: none;
}

/* リンクカード領域(カスタム) */
.linkcard-grid-area {
  padding: 80px 10px;
}

.linkcard-grid-area__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

.linkcard-grid-area__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.linkcard-grid-area__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}

.linkcard-grid-area__list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.linkcard-grid-area__list-item {
  display: flex;
  border: 1px solid rgba(201, 201, 201, 1);
}

.linkcard-grid-area__list--2rows .linkcard-grid-area__list-item {
  width: calc((100% - 18px) / 2);
}

.linkcard-grid-area__list--3rows .linkcard-grid-area__list-item {
  width: calc((100% - 36px) / 3);
}

.linkcard-grid-area__list--4rows .linkcard-grid-area__list-item {
  width: calc((100% - 54px) / 4);
}

.linkcard-grid-area__link {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
  width: 100%;
}

.linkcard-grid-area__nolink {
  pointer-events: none;
  cursor: default;
}

.linkcard-grid-area__text {
  flex: 1;
  position: relative;
  padding: 0 34px 15px 15px;
}

.linkcard-grid-area__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}

.linkcard-grid-area__link--download .linkcard-grid-area__text::after {
  background: url("/wp-content/uploads/img/download.svg") no-repeat center / contain;
}

.linkcard-grid-area__link--arrow-right .linkcard-grid-area__text::after {
  background: url("/wp-content/uploads/img/red-arrow.svg") no-repeat center / contain;
}

.linkcard-grid-area__link--arrow-left .linkcard-grid-area__text::after {
  background: url("/wp-content/uploads/img/red-arrow.svg") no-repeat center / contain;
  transform: translateY(-50%) scaleX(-1);
}

.linkcard-grid-area__link--pdf .linkcard-grid-area__text::after {
  width: 18px;
  height: 18px;
  background: url("/wp-content/uploads/img/pdf.png") no-repeat center / contain;
}

.linkcard-grid-area__link--external .linkcard-grid-area__text::after {
  background: url("/wp-content/uploads/img/blank-red.svg") no-repeat center / contain;
}

.linkcard-grid-area__sub-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.linkcard-grid-area__sub-desc {
  font-size: 20px;
  line-height: 1.6;
}

.linkcard-grid-area__img-wrap {
  position: relative;
  overflow: hidden;
}

.linkcard-grid-area__img-wrap--new::after {
  display: block;
  content: "NEW";
  position: absolute;
  top: -38px;
  right: -38px;
  text-align: center;
  width: 76px;
  height: 76px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130px;
  color: rgba(255, 255, 255, 1);
  background: rgba(207, 20, 43, 1);
  transform: rotate(45deg);
}

.linkcard-grid-area__img-wrap--video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  background: url("/wp-content/uploads/img/icon_movie_01.png") no-repeat center / contain;
  transition: opacity 0.3s ease-in-out;
}

.linkcard-grid-area__list--16-9 .linkcard-grid-area__img-wrap {
  aspect-ratio: 16 / 9;
}

.linkcard-grid-area__list--3-2 .linkcard-grid-area__img-wrap {
  aspect-ratio: 3 / 2;
}

.linkcard-grid-area__list--5-6 .linkcard-grid-area__img-wrap {
  aspect-ratio: 5 / 6;
}

.linkcard-grid-area__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1110px) {
  .linkcard-grid-area__list {
    flex-direction: column;
    align-items: center;
  }

  .linkcard-grid-area__list .linkcard-grid-area__list-item {
    max-width: 530px;
    width: 100%;
  }

  .linkcard-grid-area__link:hover {
    opacity: 1;
  }

  .linkcard-grid-area__img-wrap.linkcard-grid-area__img-wrap--video {
    aspect-ratio: auto;
  }

  .linkcard-grid-area__img-wrap--video::before {
    display: none;
  }
}

/* インライン再生で挿入する動画 */
.linkcard-grid-area__iframe {
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
}

.linkcard-grid-area__video {
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
}

/* video-modal */
.video-modal[hidden] {
  display: none !important;
}

.video-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.video-modal__dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 10px;
  max-width: 1016px;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}

.video-modal__close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 32px;
  height: 32px;
  border: 0;
  background: none;
  cursor: pointer;
}

.video-modal__body {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-height: 80vh;
}

.video-modal__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-modal__video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 汎用領域 */
.generic-area {
  padding: 80px 10px;
}

.generic-area__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: auto;
  max-width: 1080px;
  width: 100%;
}

.generic-area__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.generic-area__block {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.generic-area__sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0;
}

.generic-area__list-item {
  position: relative;
  padding-left: 1.2em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.generic-area__list-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  background: rgba(207, 20, 43, 1);
  border-radius: 50%;
}

.generic-area__note-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.generic-area__note-list-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.generic-area__img {
  text-align: center;
}

.generic-area__caption {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 1);
}

.generic-area__list-item-title {
  font-weight: 700;
}

.generic-area__list-item-text {
  margin-bottom: 16px;
}

.generic-area__alert-list {
  margin-top: 10px;
}

.generic-area__alert-list-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(207, 20, 43, 1);
  text-decoration: underline;
}

.generic-area__links {
  margin-bottom: 16px;
}

a.generic-area__link {
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(207, 20, 43, 1);
}

.generic-area__link::before {
  content: "";
  width: 9px;
  height: 15px;
  background: url("/wp-content/uploads/img/red-arrow.svg") no-repeat center/contain;
}

/* 製品仕様領域 */
.product-spec-section-area {
  padding: 80px 10px;
}

.product-spec-section-area__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: auto;
  max-width: 1080px;
  width: 100%;
}

.product-spec-section-area__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.product-spec-section-area__desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.product-spec-section-area__note-list {
  margin-top: 10px;
}

.product-spec-section-area__note-list-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.note-label-item {
  display:grid;
  grid-template-columns:4em 1fr;
}

/* 各部名称領域 */
.part-names-area {
  padding: 80px 10px;
}

.part-names-area__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: auto;
  max-width: 1080px;
  width: 100%;
}

.part-names-area__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.part-names-area__block {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.part-names-area__sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0;
}

.part-names-area__img img {
  display: block;
  margin: 0 auto;
}

.part-names-area__caption {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 1);
}

.part-names-area__note-list {
  margin-top: 10px;
}

.part-names-area__note-list-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

/* Q&A領域 */
.faq-area {
  padding: 80px 10px;
}

.faq-area__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: auto;
  max-width: 1080px;
  width: 100%;
}

.faq-area__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.faq-area button {
  font-family: inherit;
  color: rgba(34, 34, 34, 1);
}

.faq-area__btn,
.faq-area__q-btn {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  background: none;
  border: 0;
  cursor: pointer;
}

.faq-area__btn {
  padding: 15px 40px 15px 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  background: rgba(221, 231, 243, 1);
}

.faq-area__q-btn {
  padding: 0 64px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.faq-area__btn::before,
.faq-area__btn::after,
.faq-area__q-btn::before,
.faq-area__q-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 3px;
  background: rgba(59, 44, 99, 1);
  border-radius: 1px;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  transition:
    transform .35s cubic-bezier(.2,.7,.2,1),
    opacity  .35s cubic-bezier(.2,.7,.2,1);
}

.faq-area__q-btn::before,
.faq-area__q-btn::after {
  background: rgba(204, 204, 204, 1);
}

.faq-area__btn::before {
  transform: translate(-18px, -50%) 
  rotate(0deg); 
}

.faq-area__q-btn::before { 
  transform: translateY(-50%) rotate(0deg);
}

.faq-area__btn::after {
  transform: translate(-18px, -50%) rotate(90deg);
  opacity: 1;
}

.faq-area__q-btn::after  { 
  transform: translateY(-50%) rotate(90deg); 
  opacity: 1; 
}

.faq-area__btn[aria-expanded="true"]::before {
  transform: translate(-18px, -50%) rotate(180deg);
}

.faq-area__btn[aria-expanded="true"]::after {
  transform: translate(-18px, -50%) rotate(270deg);
  opacity: 0;
}

.faq-area__q-btn[aria-expanded="true"]::before {
  transform: translateY(-50%) rotate(180deg);
}

.faq-area__q-btn[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(270deg); 
  opacity: 0; 
}

.faq-area__body {
  opacity: 0;
  overflow: hidden;
  padding: 0;
  height: 0;
  transition: padding .3s ease, opacity .3s ease;
}

.faq-area__block.active .faq-area__body {
  opacity: 1;
  overflow: visible;
  padding: 8px 0 20px;
  height: auto;
}

.faq-area__q {
  display: flex;
  gap: 10px;
  padding: 16px 0;
  border-bottom: 1px dotted;
}

.faq-area__q::before {
  flex-shrink: 0;
  content: "";
  width: 30px;
  height: 30px;
  background: url('/wp-content/uploads/img/icon-q.svg') no-repeat center / contain;
}

.faq-area__q-content {
  margin-top: 4px;
}

.faq-area__q li {
  display: block;
  position: relative;
  margin-right: 1em;
  padding-left: 1em;
  white-space: normal;
}

.faq-area__q li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.faq-area__q-content li {
  display: inline-block;
  position: relative;
  margin-right: 1em;
  padding-left: 1em;
  white-space: normal;
}

.faq-area__q-content li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.faq-area__q-content a {
  color: rgba(207, 20, 43, 1);
}

.faq-area__q-content-link-blank::before {
  display: inline-block;
  content: "";
  position: relative;
  top: 5px;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/img/blank-black.png") no-repeat center/contain;
}

.faq-area__q-content-link-pdf::before {
  display: inline-block;
  content: "";
  position: relative;
  top: 5px;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/img/icon-pdf.png") no-repeat center/contain;
}

.faq-area__q-content .table-a {
  width: 100%;
}

.faq-area__a {
  display: flex;
  gap: 10px;
  position: relative;
  margin: 0;
  padding: 0 64px 0 48px;
  opacity: 0;
  overflow: hidden;
  height: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  transition: padding .3s ease, opacity .3s ease;
}

.faq-area__a::before {
  flex-shrink: 0;
  content: "";
  width: 30px;
  height: 30px;
  background: url('/wp-content/uploads/img/icon-a.svg') no-repeat center / contain;
}

.faq-area__list-item.active .faq-area__a {
  opacity: 1;
  overflow: visible;
  padding: 15px 32px 15px 48px;
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  .faq-area__btn::before,
  .faq-area__btn::after,
  .faq-area__q-btn::before,
  .faq-area__q-btn::after,
  .faq-area__body,
  .faq-area__a { 
    transition: none;
  }
}

@media (max-width: 1110px) {
  .faq-area__q-btn {
    padding: 0 32px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
  }

  .faq-area__a {
    padding: 0 32px 0 0;
  }

  .faq-area__list-item.active .faq-area__a {
    padding: 15px 32px 15px 0;
  }
}

/* html領域 */
.html-area {
  padding: 80px 10px;
}

.html-area-notitle {
  padding: 0px 10px 80px;
}

.html-area__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: auto;
  max-width: 1080px;
  width: 100%;
}

.html-area__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

/* 表領域 */
.table-area {
  padding: 80px 10px;
}

.table-area-notitle {
  padding: 0px 10px 80px;
}

.table-area__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: auto;
  max-width: 1080px;
  width: 100%;
}

.table-area__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.table-area__note-list {
  margin-top: 10px;
}

.table-area__note-list-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

@media screen and (max-width: 1110px) {
  .product-overview-area {
    padding: 48px 10px;
  }

  .product-overview-area__title {
    font-size: 22px;
    line-height: 2;
  }

  .product-overview-area__content {
    flex-direction: column;
    align-items: center;
  }

  .product-overview-area__blocks {
    gap: 12px;
  }

  .product-overview-area__sub {
    font-size: 16px;
    line-height: 2.4;
  }

  .product-overview-area__block {
    gap: 12px;
  }

  .product-overview-area__topic {
    font-size: 16px;
    line-height: 2;
  }

  .product-overview-area__list-item {
    font-size: 15px;
    line-height: 1.6;
  }

  .linkcard-2col-withimage-area__list-item {
    width: 100%;
  }

  .linkcard-2col-withimage-area__link {
    flex-direction: column-reverse;
    align-items: center;
    margin: auto;
    padding-left: 32px;
    max-width: 100%;
  }

  .linkcard-2col-withimage-area__list {
    flex-direction: column;
    align-items: center;
  }

  .linkcard-2col-withimage-area__list-item--spacer{
    display: none;
  }

  .linkcard-3col-noimage-area {
    padding: 48px 10px;
  }

  .linkcard-3col-noimage-area__title {
    font-size: 22px;
    line-height: 2;
  }

  .linkcard-3col-noimage-area__list {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 36px;
  }

  .product-feature-details-area {
    padding: 48px 10px;
  }

  .product-feature-details-area__title {
    font-size: 22px;
    line-height: 1.75;
  }

  .product-feature-details-area__block {
    flex-direction: column;
    align-items: center;
  }

  .product-feature-details-area__text {
    width: 100%;
  }

  .product-feature-details-area__sub {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 2;
  }

  .product-feature-details-area__img {
    margin: auto;
    max-width: 520px;
    width: 100%;
  }

  .product-feature-details-area__caption {
    font-size: 15px;
  }

  .generic-area {
    padding: 48px 10px;
  }

  .generic-area__title {
    font-size: 22px;
    line-height: 1.75;
  }

  .generic-area__block {
    gap: 12px;
  }

  .generic-area__sub {
    font-size: 16px;
    line-height: 2;
  }

  .generic-area__caption {
    font-size: 15px;
  }

  .generic-area__list-item {
    font-size: 16px;
    line-height: 1.6;
  }

  .product-spec-section-area {
    padding: 48px 10px;
  }

  .product-spec-section-area__title {
    font-size: 22px;
    line-height: 1.75;
  }

  .product-spec-section-area__desc {
    font-size: 15px;
  }

  .part-names-area {
    padding: 48px 10px;
  }

  .part-names-area__title {
    font-size: 22px;
    line-height: 1.75;
  }

  .part-names-area__sub {
    font-size: 16px;
    line-height: 2;
  }

  .part-names-area__caption {
    font-size: 15px;
  }

  .html-area {
    padding: 48px 10px;
  }

  .html-area__title {
    font-size: 22px;
    line-height: 1.75;
  }

  .table-area {
    padding: 48px 10px;
  }

  .table-area__title {
    font-size: 22px;
    line-height: 1.75;
  }
}

/* 共通エリア */
.common-area {
  padding: 80px 10px;
  background: rgba(243, 243, 243, 1);
}

.common-area__inner {
  margin: auto;
  max-width: 1080px;
  width: 100%;
}

.common-area__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.common-area__list {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 56px;
  padding: 0px;
  margin: 38px auto 200px;
  max-width: 1080px;
  width: 100%;
}

.common-area__list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  max-width: 100%;
  width: 512px;
  min-height: 360px;
  margin: 0px;
  padding: 34px 20px;
  background: rgba(226, 235, 250, 1);
  border: 1px solid rgba(201, 201, 201, 1);
  border-radius: 4px;
}

.common-area__list-item[aria-hidden="true"] {
  background: transparent;
  border: transparent;
}

.common-area__block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.common-area__subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.common-area__lead {
  margin: 16px auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.common-area__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.common-area__media {
  flex-shrink: 0;
  width: 190px;
}

.common-area__img {
  display: block;
}

a.common-area__cta-link {
  display: block;
  text-align: center;
  width: 100%;
  height: 78px;
  font-size: 16px;
  font-weight: 700;
  line-height: 78px;
  letter-spacing: 0.0575em;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 204, 1);
  border-radius: 4px;
}

.common-area__text-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  list-style: none;
}

.common-area__text-list-item {
  flex: 1 1 max-content;
}

a.common-area__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(207, 20, 43, 1);
}

a.common-area__text-link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(207, 20, 43, 1);
}

.common-area__text-link::before {
  content: "";
  width: 9px;
  height: 15px;
  background: url("/wp-content/uploads/img/red-arrow.svg") no-repeat center/contain;
}

.common-area__text {
  width: 264px;
}

@media screen and (max-width: 1110px) {
  .common-area {
    padding: 48px 10px 80px;
  }

  .common-area__title {
    font-size: 22px;
    line-height: 2;
  }

  .common-area__list {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 36px auto 48px;
  }

  .common-area__list-item[aria-hidden="true"] {
    display: none;
  }

  .common-area__text {
    flex: 2 1 0;
    min-width: 0;
  }

  .common-area__media {
    flex: 0 1 min(190px, 33.7%);
  }
}

/* 表パーツ */
.table-a__scroll {
  max-width: 100%;
  width: 1080px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
 
 .table-a {
  border-collapse: collapse;
  width: 1080px;
  table-layout: fixed;
}

.table-a__header,
.table-a__cell {
  text-align: left;
  padding: 10px 12px;
  border: 1px solid rgba(165, 165, 165, 1);
  -webkit-text-size-adjust: none;
}

.table-a__header {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  background: rgba(222, 222, 222, 1);
  -webkit-text-size-adjust: none;
}

.table-a__head--black .table-a__header {
  color: rgba(255, 255, 255, 1);
  background: rgba(34, 34, 34, 1);
}

.table-a__img {
  display: block;
  margin: auto;
  padding: 10px;
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
}

.table-a__list-item {
  position: relative;
  padding-left: 1.2em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.table-a__list-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  background: rgba(207, 20, 43, 1);
  border-radius: 50%;
}

a.table-a__link {
  display: inline-block;
  position: relative;
  color: rgba(207, 20, 43, 1);
}

a.table-a__link--blank {
  display: inline-block;
  position: relative;
  margin-left: 24px;
  color: rgba(207, 20, 43, 1);
}

.table-a__link--blank::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -24px;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/img/blank-black.png") no-repeat center/contain;
}

a.table-a__pdf {
  display: inline-block;
  position: relative;
  margin-left: 24px;
  color: rgba(207, 20, 43, 1);
}

.table-a__pdf::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -24px;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/img/icon-pdf.png") no-repeat center/contain;
}

a.table-a__text {
  display: inline-block;
  position: relative;
  margin-left: 24px;
  color: rgba(207, 20, 43, 1);
}

.table-a__text::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -24px;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/img/icon-text.png") no-repeat center / 20px 20px;
}

a.table-a__zip {
  display: inline-block;
  position: relative;
  margin-left: 24px;
  color: rgba(207, 20, 43, 1);
}

.table-a__zip::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -24px;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/img/icon-zip.png") no-repeat center / 20px 20px;
}

a.table-a__anchor {
  display: inline-block;
  position: relative;
  margin-left: 24px;
  color: rgba(207, 20, 43, 1);
}

.table-a__anchor::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -24px;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/img/double-red-arrow.svg") no-repeat center/contain;
}

.table-a.table-a--nested {
  margin-top: 4px;
  width: 100%;
}

.table-a__note {
  font-size: 14px;
}

/* intel-unit */
.intel-unit {
  padding: 0px 10px;
}

.intel-unit__inner {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin: auto;
  max-width: 1080px;
  width: 100%;
}

.intel-unit__img {
  width: 157px;
  flex-shrink: 0;
}

.intel-unit__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 1110px) {
  .intel-unit__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* intel-section */
.intel-section {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.intel-section__inner {
  margin: auto;
  max-width: 1080px;
  width: 100%;
}

.intel-section__list {
  display: flex;
  gap: 20px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1110px) {
  .intel-section__list {
    flex-direction: column;
    align-items: center;
  }
}


/* industrial-pc/ap-10a/feature */
.product-feature-details-area__block--robustness {
  margin: 48px auto;
}

.comparison__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0;
}

.comparison__lead {
  margin: 16px auto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

.comparison__body {
  display: flex;
  gap: 16px;
}

.comparison__item {
  flex: 1;
}

.comparison__label {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.comparison__img {
  display: block;
  margin: 16px auto 24px;
}

.comparison__list {
  padding: 16px;
  background: #e9f2f4;
}

.comparison__list-item + .comparison__list-item {
  margin-top: 32px;
}

.comparison__list-item:first-child {
  height: 80px;
}

.comparison__list-item-title {
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #217892;
}

@media screen and (max-width: 1110px) {
  .comparison__title {
    font-size: 16px;
    line-height: 2;
  }

  .comparison__body {
    flex-direction: column;
    align-items: center;
  }

  .comparison__list {
    max-width: 624px;
    width: 100%;
  }

  .comparison__list-item:first-child {
    height: auto;
  }
}