.p-block-features {
  display: flex;
  margin-top: 36px;
  gap: 32px;
}
@media (max-width: 768px) {
  .p-block-features {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    gap: 30px;
  }
}
.p-block-features__item {
  width: 50%;
  border: 2px solid #EDF9F6;
}
@media (max-width: 768px) {
  .p-block-features__item {
    width: 100%;
  }
}
.p-block-features__header {
  padding: 16px;
  background-color: #EDF9F6;
}
.p-block-features__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 28px;
  margin: 0 auto;
  background-color: #01A369;
  color: #FFF;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-block-features__title {
    width: 108px;
    height: 17px;
    font-size: 1.2rem;
  }
}
.p-block-features__subtitle {
  margin-top: 10px;
  margin-bottom: 0;
  color: #333;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-block-features__subtitle {
    font-size: 1.8rem;
  }
}
.p-block-features__content {
  padding: 16px;
  text-align: center;
}
.p-block-features__content .text {
  margin-top: 0;
  font-size: 1.4rem;
}
.p-block-features__arrow {
  -webkit-clip-path: polygon(0 38%, 50% 0, 100% 38%, 65.5% 38%, 65.5% 100%, 34.5% 100%, 34.5% 38%);
  display: inline-block;
  width: 19.3px;
  height: 40px;
  margin-top: 16px;
  background: #01a369;
          clip-path: polygon(0 38%, 50% 0, 100% 38%, 65.5% 38%, 65.5% 100%, 34.5% 100%, 34.5% 38%);
}
.p-block-features__text {
  margin-top: 0;
  margin-bottom: 0;
  color: #01A369;
  font-weight: 700;
  font-size: 1.6rem;
}
.p-block-features__list {
  display: flex;
  margin-top: 16px;
  gap: 8px;
}
.p-block-features__list-item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 5px;
  background-color: #F5F5F5;
}
@media (max-width: 768px) {
  .p-block-features__list-item {
    padding: 0;
  }
}
.p-block-features__list-item-text {
  color: #666;
  font-weight: 700;
  font-size: 1.4rem;
}

.p-contact-info {
  margin-top: 8px !important;
  padding-left: 20px;
}
.p-contact-info__item:nth-child(1), .p-contact-info__item:nth-child(2) {
  display: block;
}
.p-contact-info__item:nth-child(1) .p-contact-info__title, .p-contact-info__item:nth-child(2) .p-contact-info__title {
  margin-bottom: 8px;
}
.p-contact-info__item:nth-child(1) .p-contact-info__content, .p-contact-info__item:nth-child(2) .p-contact-info__content {
  margin-bottom: 8px;
  font-size: 1.4rem;
}
.p-contact-info__item:nth-child(n+3) {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  gap: 16px;
}
.p-contact-info__item:nth-child(n+3) .p-contact-info__title {
  flex-shrink: 0;
  font-weight: bold;
}
.p-contact-info__item:nth-child(n+3) .p-contact-info__content {
  flex: 1;
  font-size: 1.4rem;
}
.p-contact-info__item:nth-child(n+3) .p-contact-info__content.green {
  color: #01A369;
}
.p-contact-info__title {
  font-weight: bold;
}
.p-contact-info__content {
  margin: 0;
}
.p-contact-info__note {
  margin-top: 0;
  margin-bottom: 8px;
}

.u-text-large {
  margin-top: 36px;
  font-weight: 700;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .u-text-large {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}

.order-list-v2 > li {
  color: #333;
}

.order-list-v2__nest li {
  font-size: 1.4rem;
}

.list-wrap > .description-list > dt {
  font-size: 1.6rem;
}

.u-font-small {
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .figure__frame {
    max-width: 343px;
  }
}