@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */
 
.template_product1 {
  position: relative;
  overflow: visible;
}

.template1-top {
  color: rgba(51, 51, 51, 1);
}

.template_product1 h2 {
  margin-top:-40px;
  padding-top: 40px;
}

 /*banner-area*/
.banner-area-swiper {
  position: relative;
  margin: 0 auto 50px;
  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-top: 30px;
  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;
}

}


 /*external_links_area internal_links_area*/
.external-links-area {
  border-bottom: 1px solid rgb(153, 153, 153);
}

.external-links-area__list {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 1080px;
  width: calc(100% - 30px);
  height: 45px;
}

.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);
}

.internal-links-area__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
  padding: 30px 10px;
}

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) {
  .external-links-area__link {
    font-size: 18px;
  }

  .internal-links-area__list {
    gap: 18px;
    padding: 20px 10px;
  }
}

 /*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;
  }
}

 /*product-overview-area*/
.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%;
}

.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*/
.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);
}

 /*linkcard-3col-noimage-area*/
.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;
  gap: 48px; 
  margin-top: 48px;
}

.linkcard-3col-noimage-area__link {
  display: block;
  position: relative;
  padding: 22px 50px 22px 22px;
  width: 328px;
  min-height: 118px;
  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;
  text-overflow: ellipsis;
  white-space: nowrap; 
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.linkcard-3col-noimage-area__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 8px auto 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

 /*linkcard-2col-withimage-area*/
.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: 14px;
  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;
}

.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;
}

.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*/
.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*/
.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;
}

 /*html-area*/
.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*/
.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 {
    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*/
.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;
  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;
  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;
}

.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;
}

@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;/* iOS慣性スクロール */
}
 
 .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(201, 201, 201, 1);
}

.table-a__header {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  background: rgba(222, 222, 222, 1);
}

.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;
  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__external-link {
  display: inline-block;
  position: relative;
  margin-left: 24px;
  color: rgba(207, 20, 43, 1);
}

.table-a__external-link::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;
}

 /*epc-intel-unit*/
 .epc-intel-unit {
  padding: 0px 10px;
}

.epc-intel-unit__inner {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin: auto;
  max-width: 1080px;
  width: 100%;
}

.epc-intel-unit__img {
  width: 157px;
  flex-shrink: 0;
}

.epc-intel-unit__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 1110px) {
  .epc-intel-unit__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

 /*epc-intel-section*/
 .epc-intel-section {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.epc-intel-section__inner {
  margin: auto;
  max-width: 1080px;
  width: 100%;
}

.epc-intel-section__list {
  display: flex;
  gap: 20px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1110px) {
  .epc-intel-section__list {
    flex-direction: column;
    align-items: center;
  }
}