@charset "UTF-8";
.bg-gray {
  background: #f8f8f8;
}

.bg-white {
  background: #fff;
}

.child-fv__sub-ttl {
  letter-spacing: 0.3em;
}

.child-fv__ttl {
  letter-spacing: 0.11em;
}

.child-fv-text--benefits {
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.btn-standard--icon-arrow-drop::after {
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
}

.dl-standard__item {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .dl-standard__item {
    width: calc(100% - 545px);
    padding: 1.5rem 0 1.5rem 0.5rem;
  }
}

/* 表の上部の線 */
.dl-standard__ttl:first-of-type {
  border-top: 1px solid #dcdcdc;
}

@media screen and (min-width: 992px) {
  .dl-standard__item:first-of-type {
    border-top: 1px solid #dcdcdc;
  }
}

/* //表の上部の線 */
.dl-standard__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .dl-standard__ttl {
    width: 545px;
    padding: 1.5rem 3.125rem;
    gap: 83px;
  }
}

.dl-standard__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
}
@media screen and (min-width: 992px) {
  .dl-standard__icon {
    width: 80px;
  }
}

.dl-standard__ttl-text {
  letter-spacing: 0.15em;
  font-size: 1.125rem;
}

.dl-standard__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-system__head-text {
  letter-spacing: 0.1em;
}

/* 図解 */
.section-system__diagram {
  min-width: 800px; /* スクロールヒントが表示される最小の幅 */
  width: 100%;
}
@media screen and (min-width: 992px) {
  .section-system__diagram {
    width: 100%;
  }
}