.p-feature_list {
  max-width: 1080px;
  margin: 0 auto;
  padding: 58px 40px 70px;
}

@media screen and (max-width: 720px) {
  .p-feature_list {
    padding: 30px 26px 30px;
  }
}

.p-feature_list__item:not(:last-child) {
  margin-bottom: 40px;
}

.p-feature_list__item__subTtl {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  font-size: 24px;
}

@media screen and (max-width: 720px) {
  .p-feature_list__item__subTtl {
    font-size: 18px;
  }
}

.p-feature_list__item__title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 720px) {
  .p-feature_list__item__title {
    margin-bottom: 20px;
  }
}

.p-feature_list__item__title__number {
  font-size: 89px;
  font-weight: 100;
  position: relative;
  line-height: 1;
  text-align: center;
  margin-right: 42px;
}

.p-feature_list__item__title__number::after {
  content: 'feature';
  font-size: 23px;
  display: block;
  font-weight: 500;
  margin-top: 5px;
}

@media screen and (max-width: 720px) {
  .p-feature_list__item__title__number {
    margin-right: 10px;
    font-size: 66px;
  }
}

@media screen and (max-width: 720px) {
  .p-feature_list__item__title__number::after {
    font-size: 17px;
  }
}

.p-feature_list__item__title__content {
  font-size: 35px;
  line-height: 1.54;
}

@media screen and (max-width: 720px) {
  .p-feature_list__item__title__content {
    font-size: 20px;
  }
}

.p-feature_list__item__description {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 25px;
}

@media screen and (max-width: 720px) {
  .p-feature_list__item__description {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.p-feature_list__item__images {
  display: flex;
  justify-content: space-between;
}

.p-feature_list__item__images li span {
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 720px) {
  .p-feature_list__item__images {
    flex-wrap: wrap;
  }
}

@media (min-width: 721px) {
  .p-feature_list__item__images li:not(:last-child) {
    margin-right: 16px;
  }
}

@media screen and (max-width: 720px) {
  .p-feature_list__item__images--01 li {
    width: calc(50% - 5px);
    margin-left: 5px;
    margin-bottom: 10px;
  }

  .p-feature_list__item__images--01 li:nth-child(2n + 1) {
    margin-right: 5px;
    margin-left: 0;
  }
}

@media screen and (max-width: 720px) {
  .p-feature_list__item__images--02 li {
    width: calc(50% - 5px);
  }

  .p-feature_list__item__images--02 li:first-child {
    width: 100%;
    margin-bottom: 10px;
  }

  .p-feature_list__item__images--02 li:first-child img {
    width: calc(50% - 5px);
    margin: 0 auto;
  }

  .p-feature_list__item__images--02 li:nth-child(2) {
    margin-right: 5px;
  }

  .p-feature_list__item__images--02 li:last-child {
    margin-left: 5px;
  }
}

@media screen and (max-width: 720px) {
  .p-feature_list__item__images--03 li {
    width: calc(50% - 5px);
  }

  .p-feature_list__item__images--03 li:last-child {
    width: 100%;
    margin-top: 10px;
  }

  .p-feature_list__item__images--03 li:last-child span {
    width: calc(50% - 5px);
    margin: 0 auto;
    display: block;
  }

  .p-feature_list__item__images--03 li:last-child img {
    width: calc(50% - 5px);
    margin: 0 auto;
  }

  .p-feature_list__item__images--03 li:first-child {
    margin-right: 5px;
  }

  .p-feature_list__item__images--03 li:nth-child(2) {
    margin-left: 5px;
  }
}

.p-feature_list__item__subs {
  margin-top: 30px;
}

.p-feature_list__item__subs dt {
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.p-feature_list__item__subs dd {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
}

@media screen and (max-width: 720px) {
  .p-feature_list__item__subs {
    margin-top: 20px;
  }
}

@media screen and (max-width: 720px) {
  .p-feature_list__item__subs dt {
    font-size: 18px;
  }
}

@media screen and (max-width: 720px) {
  .p-feature_list__item__subs dd {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media (min-width: 721px) {
  .p-feature_list__item__note {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
  }
}

@media screen and (max-width: 720px) {
  .p-feature_list__item__note {
    margin-top: 10px;
  }
}

.p-feature_list__item__note span {
  display: block;
  background-color: #b59243;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  width: calc(32% * 2 + 2%);
  text-align: center;
  padding: 6px 10px;
}

@media screen and (max-width: 720px) {
  .p-feature_list__item__note span {
    width: auto;
    font-size: 22px;
    padding: 6px 10px 10px;
  }
}

.p-feature_list__item__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 970px) {
  .p-feature_list__item__flex {
    display: block;
  }
}

.p-feature_list__item__flex__photo {
  flex: 0 0 380px;
  order: 2;
  margin-top: -130px;
}

@media (max-width: 970px) {
  .p-feature_list__item__flex__photo {
    margin-top: 20px;
  }
}

.p-feature_list__item__flex__text {
  flex: 1 0;
  padding-right: 60px;
}

@media (max-width: 970px) {
  .p-feature_list__item__flex__text {
    padding-right: 0;
  }

  .p-feature_list__item__flex__text .u-font__size--14 {
    font-size: 12px;
  }
}

.p-feature_list .u-font__size--24 {
  font-size: 24px;
}

.p-feature_list .u-font__size--18 {
  font-size: 18px;
}

.p-feature_list .u-font__size--16 {
  font-size: 16px;
}

.p-feature_list .u-font__size--14 {
  font-size: 14px;
}
