.option-mv {
  padding: 47px 0 45px;
}
.option-mv__subttl {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff000;
}

.option-recommend {
  position: relative;
  padding: 46px 0 61px;
}
.option-recommend::after {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 90px;
  height: 30px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 2;
}
.option-recommend__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #004490;
  margin-bottom: 39px;
}
.option-recommend__list {
  display: flex;
  gap: 3.3333333333%;
}
.option-recommend-item {
  width: 22.5%;
  display: flex;
  flex-flow: column;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #0058a2;
  background: #f5f5f5;
  border-radius: 15px;
  text-align: center;
  padding: 0 20px 24px;
}
.option-recommend-item::before {
  content: "";
  display: inline-block;
  width: 126px;
  height: 126px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.07));
  margin: -25px auto 15px;
}
.option-recommend-item--01::before {
  background: url(../img/option/recommend-img01.png) center/cover no-repeat;
}
.option-recommend-item--02::before {
  background: url(../img/option/recommend-img02.png) center/cover no-repeat;
}
.option-recommend-item--03::before {
  background: url(../img/option/recommend-img03.png) center/cover no-repeat;
}
.option-recommend-item--04::before {
  background: url(../img/option/recommend-img04.png) center/cover no-repeat;
}

.option-resolve {
  position: relative;
  background: #e5f8ff;
  padding: 45px 0 60px;
}
.option-resolve::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: url(../img/common/wave02.png) center/cover no-repeat;
}
.option-resolve::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  background: url(../img/common/arrow-down-double.svg) center/cover no-repeat;
  z-index: 1;
}
.option-resolve__ttl {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  color: #004490;
  text-align: center;
  padding-top: 83px;
  margin-left: 14px;
}
.option-resolve__ttl::before {
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - 5px);
  transform: translateX(-50%);
  width: 91px;
  height: 73px;
  background: url(../img/common/kujira02.png) center/cover no-repeat;
}
.option-resolve__ttl span {
  position: relative;
  font-size: 48px;
  line-height: 1.1666666667;
  letter-spacing: 0.04em;
  color: #ff7700;
}
.option-resolve__ttl span::before {
  position: absolute;
  content: "";
  top: -16px;
  right: -13px;
  width: 31px;
  height: 32px;
  background: url(../img/common/clean_o.svg) center/cover no-repeat;
  transform: scale(-1, 1) rotate(344deg);
}
.option-resolve-compare {
  margin-top: 29px;
}
.option-resolve-compare__ttl {
  text-align: center;
}
.option-resolve-boxes {
  display: flex;
  gap: 3.3333333333%;
  margin-top: 16px;
}
.option-resolve-box {
  width: 48.3333333333%;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.option-resolve-box__ttl {
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  color: #fff;
  background: #004490;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 6px 10px 10px;
}
.option-resolve-box__ttl span {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.06em;
}
.option-resolve-box__text {
  padding: 29px 20px 33px;
}
.option-resolve-box__table {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 11px;
  margin-left: 15px;
}
.option-resolve-box__row {
  display: flex;
  gap: 18px;
  width: 100%;
}
.option-resolve-box__th {
  width: 120px;
  height: 40px;
  border: 1px solid #111111;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.option-resolve-box__td {
  font-size: 17px;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.option-resolve-box__note {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-top: 16px;
  padding: 0 10px 0 40px;
  background: linear-gradient(to bottom, transparent 65%, #fff000 65%, #fff000 90%, transparent 90%);
}
.option-resolve-box__note::before {
  position: absolute;
  content: "";
  bottom: -25px;
  left: -12px;
  width: 61px;
  height: 74px;
  background: url(../img/common/kujira03.png) center/cover no-repeat;
}
.option-resolve-box__note span {
  color: #e60012;
  font-weight: 500;
}
.option-resolve-box--02 .option-resolve-box__ttl {
  background: url(../img/common/pattern02.jpg) 0 0/40px 40px repeat;
}
.option-resolve-box--02 .option-resolve-box__table {
  margin-left: 0;
}
.option-resolve-box--02 .option-resolve-box__th {
  color: #004490;
  border-color: #004490;
}
.option-resolve-box--02 .option-resolve-box__td {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #e92232;
}
.option-resolve-box--02 .option-resolve-box__td span {
  font-size: 40px;
  line-height: 30px;
}
.option-resolve-box--02 .option-resolve-box__td--01 {
  align-items: baseline;
  line-height: 1;
}

.option-merit {
  position: relative;
  background: url(../img/common/pattern03.jpg) 0 0/40px 40px repeat;
  text-align: center;
  padding: 58px 0 57px;
  overflow: hidden;
}
.option-merit::before, .option-merit::after {
  position: absolute;
  content: "";
}
.option-merit::before {
  top: 67px;
  left: calc(50% - 454px);
  transform: translateX(-50%);
  width: 262px;
  height: 250px;
  background: url(../img/option/merit-img01.png) center/cover no-repeat;
}
.option-merit::after {
  top: 58px;
  right: calc(50% - 446px);
  transform: translateX(50%);
  width: 291px;
  height: 259px;
  background: url(../img/option/merit-img02.png) center/cover no-repeat;
}
.option-merit__subttl {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 0 35px;
}
.option-merit__subttl::before, .option-merit__subttl::after {
  position: absolute;
  content: "";
  top: -5px;
  width: 1px;
  height: 130px;
  background: #fff;
}
.option-merit__subttl::before {
  left: 0;
  transform: rotate(-30deg);
}
.option-merit__subttl::after {
  right: 10px;
  transform: rotate(30deg);
}
.option-merit__ttl {
  position: relative;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff000;
  margin: 13px 6px 0 0;
}
.option-merit__ttl span {
  position: relative;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 140px;
  line-height: 100px;
  letter-spacing: 0.02em;
  margin: 0 3px;
  transform: translateY(4px);
}
.option-merit__ttl span::before {
  position: absolute;
  content: "";
  top: -15px;
  left: -29px;
  width: 42px;
  height: 42px;
  background: url(../img/common/clean_y.svg) center/cover no-repeat;
  transform: scale(-1, 1) rotate(318deg);
}
.option-merit__lead {
  margin-top: 20px;
}
.option-merit-case {
  position: relative;
  max-width: 1000px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #004490;
  text-align: center;
  margin: 34px auto 28px;
  padding: 29px 40px 34px 40px;
}
.option-merit-case::before {
  position: absolute;
  content: "";
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 115px;
  height: 18px;
  background: url(../img/common/clip.svg) center/cover no-repeat;
}
.option-merit-case__ttl {
  display: inline-block;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #004490;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.option-merit-case__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 33px;
  margin: 26px 0 0 9px;
}
.option-merit-case__item {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #004490;
  padding-left: 39px;
}
.option-merit-case__item::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #dbdbdb;
}
.option-merit-case__item::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 5px;
  width: 25px;
  height: 19px;
  background: url(../img/common/check-thin.svg) center/cover no-repeat;
}
.option-merit-case__item span {
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #e60012;
}
.option-merit__text {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  word-break: keep-all;
}
.option-merit__text span {
  color: #fff000;
}
.option-merit__text .en {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  line-height: 1;
}
.option-merit__text .num {
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  line-height: 1;
  color: #fff;
  vertical-align: text-bottom;
}
.option-merit__note {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 8px 0 16px;
}

.option-plan {
  padding: 58px 0 62px;
}
.option-plan-table {
  margin-top: 25px;
}
.option-plan-table__wrap {
  max-width: 100%;
}
.option-plan-table__content {
  width: 1200px;
  padding: 50px 0 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.option-plan-table__content::-webkit-scrollbar {
  display: none;
}
.option-plan-table__row {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.option-plan-table__row--01 {
  border-bottom: none;
}
.option-plan-table__th {
  flex: 0 0 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #004490;
  background: #fafafa;
  text-align: center;
  padding: 26px;
}
.option-plan-table__td {
  width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 26px;
}
.option-plan-table__td span {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.option-plan-table__item {
  position: relative;
  padding-left: 20px;
}
.option-plan-table__item + .option-plan-table__item {
  margin-top: 5px;
}
.option-plan-table__item::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #004490;
}
.option-plan-table a {
  width: 240px;
  height: 40px;
  color: #fff;
  border: 2px solid #004490;
  background: #004490;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0 4px;
  transition: all 0.3s;
}
.option-plan-table a:hover {
  color: #004490;
  background: #fff;
}
.option-plan-table a:hover span::before {
  opacity: 0;
}
.option-plan-table a:hover span::after {
  opacity: 1;
}
.option-plan-table a span {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-right: 21px;
}
.option-plan-table a span::before, .option-plan-table a span::after {
  position: absolute;
  content: "";
  top: 1px;
  right: -4px;
  width: 18px;
  height: 18px;
  transition: all 0.3s;
}
.option-plan-table a span::before {
  background: url(../img/common/circle-arrow_w.svg) center/cover no-repeat;
}
.option-plan-table a span::after {
  background: url(../img/common/circle-arrow_b.svg) center/cover no-repeat;
  opacity: 0;
}
.option-plan-table__row--01 .option-plan-table__th {
  font-size: 20px;
  color: #fff;
  background: #004490;
  border-radius: 10px 0 0 0;
  padding: 20px 26px;
}
.option-plan-table__row--01 .option-plan-table__td {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  background: #004490;
  padding: 20px 26px;
}
.option-plan-table__row--01 .option-plan-table__td:last-child {
  border-radius: 0 10px 0 0;
}
.option-plan-table__row--01 .option-plan-table__td span {
  font-size: 40px;
}
.option-plan-table__row--01 .option-plan-table__td--popular {
  position: relative;
  font-size: 36px;
  background: transparent;
  margin-top: -30px;
  padding: 30px 26px 20px;
  z-index: 1;
}
.option-plan-table__row--01 .option-plan-table__td--popular::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/pattern02.jpg) 0 0/40px 40px repeat;
  border-radius: 10px 10px 0 0;
  z-index: -1;
}
.option-plan-table__row--01 .option-plan-table__td--popular::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 48px;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/option/plan-balloon.png) center/cover no-repeat;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}
.option-plan-table__row--01 .option-plan-table__td--popular span {
  font-size: 60px;
}
.option-plan-table__row--02 .option-plan-table__th {
  padding: 22px 26px 24px;
}
.option-plan-table__row--02 .option-plan-table__td {
  padding: 22px 26px 24px;
}
.option-plan-table__td--popular {
  background: #ebf9ff;
}
.option-plan-table__td--popular .option-plan-table__item::before {
  left: 0;
  background: #009de0;
}
.option-plan-table__td--popular .option-plan-table__item::before {
  left: 0;
  background: #009de0;
}
.option-plan-table__td--popular a {
  background: #009de0;
  border-color: #009de0;
}
.option-plan-table__td--popular a span::after {
  background-image: url(../img/common/circle-arrow_lb.svg);
}
.option-plan-table__td--popular a:hover {
  color: #009de0;
  background: #fff;
}
.option-plan__subttl {
  font-size: 28px;
  padding-left: 24px;
  margin-top: 27px;
}
.option-plan__subttl::before {
  transform: translateY(-45%);
}
.option-plan__desc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.07em;
  margin-top: 19px;
}
.option-plan__desc + .option-plan__subttl {
  margin-top: 38px;
}
@media screen and (max-width: 959px) {
  .option-recommend__list {
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  .option-recommend-item {
    width: calc(50% - 10px);
  }
  .option-resolve-boxes {
    gap: 10px;
  }
  .option-resolve-box__text {
    padding: 20px 10px;
  }
  .option-resolve-box__table {
    margin-left: 0;
  }
  .option-resolve-box__th {
    flex: 0 0 110px;
    width: 110px;
    font-size: 15px;
  }
  .option-resolve-box__td {
    font-size: 15px;
  }
  .option-resolve-box__note {
    display: inline-block;
    font-size: 16px;
    padding: 8px 0 0 44px;
  }
  .option-merit::before, .option-merit::after {
    display: none;
  }
  .option-merit__img {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 11px;
  }
  .option-merit__img img:nth-child(1) {
    width: 186px;
    height: 178px;
  }
  .option-merit__img img:nth-child(2) {
    width: 207px;
    height: 184px;
  }
}
@media screen and (max-width: 750px) {
  .option-mv {
    padding: 28px 0 31px;
  }
  .option-mv__subttl {
    font-size: 16px;
  }
  .option-recommend {
    padding: 20px 0 30px;
  }
  .option-recommend::after {
    width: 68px;
    height: 23px;
  }
  .option-recommend__ttl {
    font-size: 24px;
    line-height: 1.4166666667;
  }
  .option-recommend__list {
    gap: 40px;
  }
  .option-recommend-item {
    width: 100%;
    font-size: 18px;
  }
  .option-recommend-item::before {
    width: 100px;
    height: 100px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.07));
  }
  .option-resolve {
    padding: 30px 0 35px;
  }
  .option-resolve::before {
    height: 90px;
  }
  .option-resolve::after {
    bottom: -12px;
    width: 22px;
    height: 22px;
  }
  .option-resolve__ttl {
    font-size: 22px;
    line-height: 1.5;
    padding-top: 50px;
    margin-left: 0;
  }
  .option-resolve__ttl::before {
    left: 50%;
    width: 62px;
    height: 50px;
  }
  .option-resolve__ttl span {
    font-size: 32px;
    line-height: 1.5;
  }
  .option-resolve__ttl span::before {
    width: 24px;
    height: 24px;
  }
  .option-resolve-compare {
    margin-top: 20px;
  }
  .option-resolve-compare__ttl img {
    width: 286px;
    height: 58px;
  }
  .option-resolve-boxes {
    flex-flow: column;
    gap: 20px;
  }
  .option-resolve-box {
    width: 100%;
  }
  .option-resolve-box__ttl {
    font-size: 16px;
    padding: 3px 10px 5px;
  }
  .option-resolve-box__ttl span {
    font-size: 20px;
  }
  .option-resolve-box__text {
    padding: 20px;
  }
  .option-resolve-box__table {
    gap: 11px;
    margin-left: 0;
  }
  .option-resolve-box__row {
    gap: 10px;
  }
  .option-resolve-box__th {
    flex: 0 0 100px;
    width: 100px;
    height: 30px;
    font-size: 14px;
  }
  .option-resolve-box__td {
    font-size: 14px;
  }
  .option-resolve-box__note {
    padding: 0 0 0 30px;
  }
  .option-resolve-box__note::before {
    bottom: -16px;
    left: -13px;
    width: 50px;
    height: 60px;
  }
  .option-resolve-box--02 .option-resolve-box__ttl {
    background-size: 20px 20px;
  }
  .option-resolve-box--02 .option-resolve-box__td {
    font-size: 20px;
  }
  .option-resolve-box--02 .option-resolve-box__td span {
    font-size: 34px;
    line-height: 26px;
  }
  .option-merit {
    background-size: 20px 20px;
    background-position: 10px 0;
    padding: 20px 0 32px;
  }
  .option-merit__subttl {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    padding: 0 22px;
  }
  .option-merit__subttl::before, .option-merit__subttl::after {
    height: 66px;
  }
  .option-merit__subttl::after {
    right: 0;
  }
  .option-merit__img img:nth-child(1) {
    width: 155px;
    height: 148px;
    margin-top: 5px;
  }
  .option-merit__img img:nth-child(2) {
    width: 172px;
    height: 153px;
  }
  .option-merit__ttl {
    font-size: 42px;
    margin: 4px 0 0 5px;
  }
  .option-merit__ttl span {
    font-size: 88px;
    line-height: 70px;
    margin: 0 0 0 5px;
    transform: translateY(1px);
  }
  .option-merit__ttl span::before {
    top: -14px;
    left: -20px;
    width: 30px;
    height: 30px;
    transform: scale(-1, 1) rotate(315deg);
  }
  .option-merit__lead {
    margin-top: 3px;
  }
  .option-merit__lead img {
    width: 316px;
  }
  .option-merit-case {
    border-radius: 5px;
    border-width: 2px;
    margin: 28px auto 17px;
    padding: 22px 18px 25px;
  }
  .option-merit-case::before {
    top: -5px;
    width: 77px;
    height: 12px;
  }
  .option-merit-case__ttl {
    font-size: 20px;
    text-underline-offset: 7px;
    text-decoration-thickness: 1px;
  }
  .option-merit-case__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 295px;
    margin: 14px auto 0;
  }
  .option-merit-case__item {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding-left: 35px;
  }
  .option-merit-case__item::before {
    top: 2px;
    width: 21px;
    height: 21px;
    border-width: 1px;
  }
  .option-merit-case__item::after {
    top: 2px;
    left: 5px;
    width: 22px;
    height: 17px;
  }
  .option-merit-case__item span {
    font-size: 16px;
  }
  .option-merit-case__item:nth-child(1) {
    order: 1;
  }
  .option-merit-case__item:nth-child(2) {
    order: 2;
  }
  .option-merit-case__item:nth-child(3) {
    order: 4;
  }
  .option-merit-case__item:nth-child(4) {
    order: 3;
  }
  .option-merit-case__item:nth-child(5) {
    order: 5;
  }
  .option-merit__text {
    font-size: 20px;
  }
  .option-merit__text .en {
    font-size: 20px;
  }
  .option-merit__text .num {
    font-size: 30px;
  }
  .option-merit__note {
    font-size: 12px;
    line-height: 1.6666666667;
    margin: 4px 0 12px;
  }
  .option-plan {
    padding: 32px 0;
  }
  .option-plan-table {
    display: flex;
    justify-content: center;
    margin: 0 -20px;
  }
  .option-plan-table__content {
    width: 609px;
    padding: 35px 0 20px;
  }
  .option-plan-table__th {
    flex: 0 0 125px;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    padding: 16px 15px;
  }
  .option-plan-table__td {
    width: 162px;
    font-size: 14px;
    padding: 16px 15px;
  }
  .option-plan-table__td span {
    font-size: 16px;
  }
  .option-plan-table__item {
    line-height: 1.3571428571;
    padding-left: 11px;
  }
  .option-plan-table__item + .option-plan-table__item {
    margin-top: 5px;
  }
  .option-plan-table__item::before {
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
  }
  .option-plan-table a {
    width: 130px;
    height: 50px;
    border-width: 1px;
    border-radius: 2.5px;
    margin: 4px 0 4px -2px;
  }
  .option-plan-table a span {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 2px;
    padding-right: 0;
    text-align: center;
  }
  .option-plan-table a span::before, .option-plan-table a span::after {
    top: 23px;
    right: 10px;
    width: 13px;
    height: 13px;
  }
  .option-plan-table__row--01 .option-plan-table__th {
    font-size: 14px;
    border-radius: 0;
    padding: 14px 20px 15px;
  }
  .option-plan-table__row--01 .option-plan-table__td {
    font-size: 16px;
    padding: 13px 20px;
  }
  .option-plan-table__row--01 .option-plan-table__td:last-child {
    border-radius: 0;
  }
  .option-plan-table__row--01 .option-plan-table__td span {
    font-size: 24px;
  }
  .option-plan-table__row--01 .option-plan-table__td--popular {
    width: 160px;
    font-size: 18px;
    margin-top: -10px;
    padding: 14px 20px 15px;
  }
  .option-plan-table__row--01 .option-plan-table__td--popular::before {
    background-size: 20px 20px;
    border-radius: 5px 5px 0 0;
  }
  .option-plan-table__row--01 .option-plan-table__td--popular::after {
    width: 80px;
    height: 32px;
    top: -14px;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
  }
  .option-plan-table__row--01 .option-plan-table__td--popular span {
    font-size: 30px;
  }
  .option-plan-table__row--02 .option-plan-table__th {
    padding: 13px 17px;
  }
  .option-plan-table__row--02 .option-plan-table__td {
    padding: 13px 14px 12px 16px;
  }
  .option-plan-table__td--popular {
    width: 160px;
  }
  .option-plan__subttl {
    font-size: 18px;
    padding-left: 17px;
    margin-top: 20px;
  }
  .option-plan__subttl::before {
    transform: translateY(-43%);
  }
  .option-plan__desc {
    font-size: 14px;
    margin-top: 10px;
  }
  .option-plan__desc + .option-plan__subttl {
    margin-top: 20px;
  }
}
