/*====================================================
PRICE
====================================================*/
#plan {
  padding-block: 7.4rem 8.2rem;
  background: linear-gradient(180deg, #fff 0%, #fff 22.7184466%, #ffd8aa 100%);
  position: relative;
  .common-second-title {
    margin-bottom: 1.6em;
  }

  .plan__list_item {
    width: 47.41666667%;
    background-color: #fff;
    text-align: center;
    padding: 2.8rem 0;
    box-shadow: 0.8rem 0.8rem 0px 0px #ffb88b;
  }
  .plan__list_item_title {
    color: #eb541d;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.25;
    background-color: #f2f0f0;
    width: fit-content;
    margin-inline: auto;
    padding: 0.5em 1.2em;
    margin-bottom: 1em;
  }
  .plan__list_item_text {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.125;
  }
  .plan__list_item_text_sub {
    font-size: 75%;
  }
  .plan__list_item_note {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 1em;
  }
  @media screen and (max-width: 767px) {
    padding-block: 12vw;background: linear-gradient(180deg, #fff 0%, #fff 14vw, #ffd8aa 100%);
    .plan__list {
      flex-direction: column;
      row-gap: 5vw;
      width: 95%;
      margin-inline: auto;
    }
    .plan__list_item {
      width: 100%;
      padding: 3.4vw 0;
      box-shadow: 0.4rem 0.4rem 0px 0px #ffb88b;
    }
    .plan__list_item_title {
      font-size: 1.74835rem;
      padding-inline: 0.8em;
    }
    .plan__list_item_text {
      font-size: 2.3311rem;
    }
    .plan__list_item_note {
      font-size: 1.01985rem;
    }
  }
}

/*====================================================
OPTION
====================================================*/
#option {
  padding-block: 7.4rem 19.4rem;

  .common-second-title {
    margin-bottom: 1.3em;
  }
  .option__text {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.66667;
    margin-bottom: 2.4em;
  }
  .option__list {
    flex-direction: column;
  }
  .option__list_item {
    border-top: 1px solid #d1cece;
    &:last-child {
      border-bottom: 1px solid #d1cece;
    }
  }
  .option__list_item_title {
    color: #eb541d;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.25;
    width: 38.7rem;
    justify-content: center;
    align-items: center;

    &:where(.option__list_item:nth-child(1) *) {
      background-color: #ffebd4;
    }
    &:where(.option__list_item:nth-child(2) *) {
      background-color: #f2f0f0;
    }
  }
  .option__list_item_content {
    flex: 1;
    padding: 2.2rem 2.2rem 3.2rem;
    position: relative;
  }
  .option__list_item_content_text_l {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
  }
  .option__list_item_content_text_s {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42857;
  }
  .option__list_item_content_img {
    position: absolute;
    right: 7rem;
    top: 1rem;
    width: 27.41931119%;
  }
  @media screen and (max-width: 767px) {
    padding-block: 12vw 30vw;
    .option__text {
      font-size: 1.5rem;
      margin-bottom: 1em;
    }
    .option__list_item_title {
      width: 100%;
      font-size: 1.8rem;
      padding-block: 0.6em;
    }
    .option__list_item_content {
      padding: 3.2vw 2vw 4.4vw;
    }
    .option__list_item_content_text_l {
      font-size: 1.5rem;
      line-height: 1.66667;
    }
    .option__list_item_content_text_s {
      font-size: 1.2rem;
      line-height: 1.66667;
    }
    .option__list_item_content_img {
      position: static;
      margin-block: 3.6vw -2vw;
      display: block;
      margin-inline: auto;
      width: 16.75rem;
    }
  }
}
