.box-v5-wrap {
  flex-wrap: nowrap;
}
.box-v5-wrap .list-wrap {
  margin-top: 0;
}
.box-v5-wrap .list-wrap--v2 {
  margin-top: 16px;
}
.box-v5-wrap .list-wrap--v2 .unorder-list li {
  font-size: 1.4rem;
}
.box-v5-wrap .box-v5__head {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-v5-wrap .box-v5__body .figure-wrap--center {
  margin-top: 0;
}
.box-v5-wrap .box-v5__body .text {
  font-size: 1.4rem;
}

.badge-news-wrap {
  margin-top: 24px;
}

.badge-news--orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border-radius: 14px;
  background-color: #FF5900;
}

.badge-news--green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border-radius: 14px;
  background-color: #01A369;
}

.badge-news__text {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.inquiry-section {
  margin: 1.6em 0;
  padding: 26px 29px;
  background-color: #EDF9F6;
}
@media (max-width: 768px) {
  .inquiry-section {
    padding: 14px;
  }
}
.inquiry-section .lead-v3 {
  margin: 0 0 16px;
}

.inquiry-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 16px;
  gap: 4px;
}

.inquiry-section__header__line {
  width: 16px;
  height: 17px;
  margin-bottom: 4px;
  border-bottom: 1px solid #01A369;
}

.inquiry-section__header__title {
  margin: 0;
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.067;
  text-align: center;
}

.inquiry-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 854px;
  margin: 0 auto;
  gap: 16px;
}

.inquiry-section__list-box {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  padding: 20px 24px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}
.inquiry-section__list-box .list-wrap {
  margin-top: 0;
}
.inquiry-section__list-box::before {
  z-index: 1;
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 11px 11px 0 11px;
  border-style: solid;
  border-color: #CCCCCC transparent transparent transparent;
  content: "";
}
.inquiry-section__list-box::after {
  z-index: 2;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  content: "";
}

.inquiry-section__footer {
  text-align: center;
}

.inquiry-section__footer__text {
  margin: 0;
  color: #01A369;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.067;
}
@media (max-width: 768px) {
  .inquiry-section__footer__text {
    font-size: 18px;
  }
}

.inquiry-section__arrow {
  position: relative;
  width: 20px;
  height: 10px;
  margin: -4px auto 0;
}

.inquiry-section__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-top: 10px solid #FFFFFF;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
}