.price {
  padding-top: 32px;
}
.price-content__item:first-child {
  margin-right: 0px;
}
.attention {
  background-color: var(--beige-color);
  padding: 16px;
}
.attention p {
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-size: 15px;
}
.attention p:not(:last-child) {
  margin-bottom: 8px;
}

.mv-copy {
  background-color: var(--light-green-color);
}
.mv-copy__inner {
  padding-top: 32px;
  padding-bottom: 16px;
}
.mv-copy__inner--subttl {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 24px;
  color: #2d562d;
}
.mv-copy__inner--ttl {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.6px;
  margin-bottom: 24px;
}

.mv-copy_attention {
  margin-bottom: 12px;
}
.mv-copy_attention p small{
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #686a6d;
  font-size: 14px;
}

.plan-feature-list {
  display: block;
  justify-content: space-around;
  padding: 32px;
  margin-bottom: 32px;
  border: 1px solid var(--main-green-color);
  border-radius: 16px;
}
.plan-feature-list__item {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.4px;
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  width: 100%;
}

.plan-feature-list__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 10px;
  height: 5px;
  border-left: 2px solid var(--main-green-color);
  border-bottom: 2px solid var(--main-green-color);
  transform: rotate(-45deg);
}
.plan-feature-list__item:last-child {
  margin-bottom: 0;
}

/* 各料金プラン */
.price-content__item {
  margin-bottom: 24px;
}

/* プランの機能を比較 */
/* table共通 */
.table {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1;
}
.table th,
.table td {
  border: 1px solid #acaeb1;
  padding: 24px 16px;
  font-size: 15px;
  vertical-align: middle;
}
.table th {
  background-color: #dddfe0;
}
.table tbody {
  display: block;
  float: left;
  width: 100%;
}
.table span {
  font-size: 32px;
  vertical-align: sub;
}
.table span:last-child {
  color: var(--main-green-color);
  font-size: 28px; /* for unsupported browser */
  font-size: clamp(15px, 6.4vw, 28px);
}
.table tr td,
.table tr th {
  line-height: 1.25;
}
.table-compare tr {
  width: calc(100% / 3);
}
.table-compare th {
  width: calc(100% / 3);
  padding: 16px 8px;
}
.table-compare td {
  width: calc(100% / 3);
  padding: 16px 8px;
}
.table-compare td:last-of-type {
  background-color: var(--light-green-color);
}
/* オプション table */
.table-compare-option th {
  width: calc(100% / 3);
}
.table-compare-option td {
  width: 79%;
  width: auto;
}
.table-compare-option th,
.table-compare-option td {
  padding: 16px 8px;
}
.coompare-wrapper {
  padding-bottom: 64px;
}
.compare__description {
  margin-bottom: 25px;
}
.compare-option {
  padding-bottom: 64px;
}

/* 比較 */
.compare__attention {
  margin-bottom: 24px;
}

/* お支払いについて */
.payment__title {
  margin-bottom: 40px;
}
.payment-wrapper {
  padding-bottom: 48px;
}
.payment-wrapper h4 {
  font-weight: 700;
  line-height: 32px;
  color: var(--black-color);
  margin-bottom: 16px;
  font-size: 21px;
}
.payment-descripion__card-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.payment-descripion__card-icon img {
  max-width: 50px;
  max-height: 50px;
  width: 100%;
  height: auto;
  margin-right: 16px;
}
.payment-descripion__attention {
  margin-bottom: 16px;
}
.payment-descripion__attention p {
  margin-bottom: 8px;
}
.payment-descripion__attention p small {
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #686a6d;
  font-size: 13px;
}
.payment-description {
  margin-bottom: 32px;
  padding-top: 8px;
  padding-bottom: 16px;
}
.payment-description__txt {
  margin-bottom: 16px;
}
.plan-attention h4 {
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.plan-attention p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
}
.payment-description__txt p {
  font-size: 17px;
}
.plan-attention {
  padding: 32px;
}
