@charset "UTF-8";
/* AC-102
----------------------------------------------- */
.breadcrumbs {
  margin-bottom: 0;
}

.text-yellow {
  color: #FABD30;
}

.product-name {
  font-size: 120px;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .product-name {
    font-size: 80px;
    text-align: center;
  }
}

.number {
  font-size: 50px;
  font-weight: bold;
  color: #0D6EA8;
}

.ac_102 .ac102-hero-list li {
  line-height: 1.8;
  font-size: 1.25rem;
}
@media print, screen and (max-width: 767px) {
  .ac_102 .ac102-hero-list li {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .ac_102 .ac102-pc-border-bottom {
    border-bottom: 1px solid var(--bs-border-color);
  }
}

.large_text {
  font-size: 50px;
}

.text-warning-bg {
  background-color: #459ED5;
}

/* FAQ: 参考 https://www.nttedt.co.jp/ac102 のタブ切替 */
.ac_102 .ac102-faq-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  border-bottom: 0;
}
.ac_102 .ac102-faq-tabs .nav-item {
  flex-shrink: 0;
}
.ac_102 .ac102-faq-tabs .nav-link {
  white-space: nowrap;
  color: #333;
}
.ac_102 .ac102-faq-tabs .nav-link:hover:not(.active) {
  color: #ffffff;
  background-color: #459ed5;
}
.ac_102 .ac102-faq-tabs .nav-link.active {
  color: #fff;
  background-color: #459ed5;
  border-color: #459ed5;
}

.ac_102 .ac102-faq-accordion .accordion-button:not(.collapsed) {
  background-color: rgba(69, 158, 213, 0.12);
  color: #0d6ea8;
}

.accordion-button {
  color: #0d6ea8;
}

.ac_102 .ac102-spec-table {
  --bs-table-border-color: #000000;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
}
.ac_102 .ac102-spec-table > :not(caption) > * > * {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  padding: 15px;
  line-height: 1.2;
}

.ac_102 .ac102-video-embed {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.ac_102 .ac102-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@supports not (aspect-ratio: 1/1) {
  .ac_102 .ac102-video-embed {
    height: 0;
    padding-top: 56.25%;
  }
}
.accordion-item {
  border-bottom: 1px solid var(--bs-border-color);
}

.accordion-button {
  padding: 30px 20px;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .accordion-button {
    padding: 20px 30px 20px 20px;
  }
}

.accordion-body {
  padding: 30px 30px;
}

.accordion-body {
  line-height: 1.4;
}

/* AC102「の特徴」カード：列幅いっぱいの上下三角 */
.ac_102 .ac102-features-row .ac102-feature-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 88px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media print, screen and (min-width: 768px) {
  .ac_102 .ac102-features-row .ac102-feature-img {
    height: 110px;
  }
}

.ac_102 .ac102-features-row-img-first .ac102-feature-img {
  -o-object-position: center top;
     object-position: center top;
}

.ac_102 .ac102-feature-card {
  --ac102-point-depth: clamp(1.25rem, 10vw, 2.75rem);
  background-color: var(--ac102-bg);
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.ac_102 .ac102-feature-card__title {
  padding: 1rem 0.5rem;
  font-weight: 700;
  flex-shrink: 0;
}
.ac_102 .ac102-feature-card__body {
  padding: 0 0.75rem 0.75rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.ac_102 .ac102-feature-card__icon {
  width: 100%;
  flex-shrink: 0;
}
.ac_102 .ac102-feature-card--point-down {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--ac102-point-depth)), 50% 100%, 0 calc(100% - var(--ac102-point-depth)));
}
.ac_102 .ac102-feature-card--point-down .ac102-feature-card__icon {
  margin-top: auto;
  padding-bottom: 0.35rem;
}
.ac_102 .ac102-feature-card--point-up {
  clip-path: polygon(0 var(--ac102-point-depth), 50% 0, 100% var(--ac102-point-depth), 100% 100%, 0 100%);
}
.ac_102 .ac102-feature-card--point-up .ac102-feature-card__icon {
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
}
.ac_102 .ac102-feature-card__title--tight {
  letter-spacing: -0.1em;
}

/* 「の特徴」カード：スマホでは約80%幅・中央（左右に余白） */
@media print, screen and (max-width: 767px) {
  .ac_102 .ac102-features-row > [class*=col-] {
    justify-content: center;
  }
  .ac_102 .ac102-features-row .ac102-feature-card {
    width: 60% !important;
    max-width: 60%;
  }
}/*# sourceMappingURL=ac-102.css.map */