.-ssd-reform-req {
  display: grid;
  gap: 24vw;
}
.-ssd-reform-req__img {
  position: relative;
  margin-bottom: 30px;
  padding-left: 7.3232323232%;
}
.-ssd-reform-req__img img {
  width: 100%;
}
.-ssd-reform-req__img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -12vw;
  background-size: contain;
  background-repeat: no-repeat;
}
.-ssd-reform-req__img.-plus::before {
  width: 10.1333333333vw;
  aspect-ratio: 1/1;
  background-image: url(../../miraieco/images/index_reform_icon_plus.svg);
  transform: translate(-50%, -50%);
}
.-ssd-reform-req__img.-arrow::before {
  width: 10.4vw;
  aspect-ratio: 39/43;
  background-image: url(../../miraieco/images/index_reform_icon_arrow.svg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.-ssd-reform-req__txt h4 {
  margin-bottom: 10px;
  line-height: inherit;
}
.-ssd-reform-req__txt p {
  margin-bottom: 0;
}
@media print, screen and (min-width: 640px) {
  .-ssd-reform-req {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .-ssd-reform-req > div {
    width: 46.5%;
  }
  .-ssd-reform-req > div:last-child {
    margin: 9.375vw auto 0;
  }
  .-ssd-reform-req__img {
    display: flex;
    align-items: flex-end;
    aspect-ratio: 367/304;
    padding-left: 0;
  }
  .-ssd-reform-req__img.-plus::before {
    top: 53.2894736842%;
    left: -15.8038147139%;
    width: 10.3542234332%;
    transform: translate(0, -50%);
  }
  .-ssd-reform-req__img.-arrow::before {
    top: -3.125vw;
    width: 10.6267029973%;
    transform: translate(-84%, -50%) rotate(90deg);
  }
  .-ssd-reform-req__txt h4 {
    margin-bottom: 15px;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 768.02px) {
  .-ssd-reform-req > div {
    width: 30.5833333333%;
  }
  .-ssd-reform-req > div:last-child {
    margin: 0;
  }
  .-ssd-reform-req__img.-arrow::before {
    top: 53.2894736842%;
    left: -14.4414168937%;
    width: 10.6267029973%;
    transform: translate(0, -50%) rotate(0deg);
  }
}

.-ssd-table {
  width: 100%;
  border-top: 1px solid #000;
  line-height: 1.5;
  font-size: min(3.7333333333vw, 18px);
}
.-ssd-table thead th {
  background: #f5f5f5;
}
.-ssd-table th,
.-ssd-table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  white-space: pre-wrap;
  word-break: keep-all;
  padding: 10px 5px;
}
.-ssd-table th:last-child,
.-ssd-table td:last-child {
  border-right: none;
}
.-ssd-table th,
.-ssd-table td {
  text-align: center;
  vertical-align: middle;
}
.-ssd-table th {
  font-weight: normal;
}
.-ssd-table td {
  white-space: nowrap;
}
@media print, screen and (min-width: 640px) {
  .-ssd-table {
    /* max-width: 900px; */
    font-size: 18px;
  }
  .-ssd-table td br {
    display: none;
  }
}/*# sourceMappingURL=miraieco.css.map */