@charset "UTF-8";
.u-highlighted {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFA61), color-stop(35%, #FFFA61), color-stop(35%, transparent));
  background: linear-gradient(to top, #FFFA61 0%, #FFFA61 35%, transparent 35%);
  font-size: 1.25em;
}

.bg-light-gray {
  background: #f4f4f4;
}

.btn.btn-round {
  border-radius: 999px;
  padding-inline: 20px;
}

.text-link-arrow-red::before {
  background-image: url(/support/process/cancellation/images/icon-arrow-left.svg);
}

.balloon {
  position: relative;
  text-align: center;
  color: #fff;
  background: #FF0033;
  font-weight: bold;
  margin-inline: auto;
  padding-inline: 1.4em;
}
.balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: inherit;
  -webkit-transform: translate(-50%, -1px);
          transform: translate(-50%, -1px);
}
.balloon-black {
  background: #323232;
}
.balloon-s {
  min-width: 250px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  font-size: 14px;
  padding: 0.1em 1.4em;
  margin-bottom: 10px;
}
.balloon-s::after {
  width: 6px;
  height: 6px;
}
.balloon-m {
  min-height: 48px;
  margin-bottom: 32px;
  border-radius: 5px;
  padding: 1em 0.5em;
  font-size: 16px;
}
.balloon-m::after {
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 769px) {
  .balloon-s {
    font-size: 16px;
  }
  .balloon-m {
    font-size: 22px;
    width: 800px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 100%;
  }
}
.text-appeal {
  position: relative;
  color: #ff0033;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 1em;
}
.text-appeal::before, .text-appeal::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
  content: "";
  width: 2px;
  height: 85%;
  background: currentColor;
}
.text-appeal::after {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}

.l-lp.lp-cancellation {
  background: #fff;
}

.cancellation-mv {
  width: 320px;
  max-width: 100%;
  margin-inline: auto;
}
.cancellation-mv__balloon {
  position: relative;
  z-index: 1;
}
.cancellation-mv__balloon img {
  display: block;
  width: 100%;
}
.cancellation-mv__men {
  position: relative;
  z-index: 0;
  width: 71.875%;
  max-width: 320px;
  margin-inline: auto;
  margin-top: -11%;
}

@media all and (min-width: 769px) {
  .cancellation-mv {
    width: 500px;
  }
}
.cancellation-situation-nav-section {
  position: relative;
  background: #FFEFF2;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEFF2), color-stop(50%, #FFEFF2), color-stop(50%, #FFDBE3), to(#FFDBE3));
  background: linear-gradient(to bottom, #FFEFF2 0%, #FFEFF2 50%, #FFDBE3 50%, #FFDBE3 100%);
  margin-top: -90px;
  padding-top: 20px;
}
.cancellation-situation-nav-section h2 {
  margin-bottom: 26px;
}

@media all and (min-width: 769px) {
  .cancellation-situation-nav-section {
    margin-top: -150px;
  }
}
.situation-nav-list {
  width: 350px;
  max-width: 100%;
  margin-inline: auto;
}
.situation-nav-list > li {
  position: relative;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
}
.situation-nav-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}
.situation-nav-list > li:nth-child(2)::before {
  background-image: url(/support/process/cancellation/images/situation-02-user-bg.webp);
  height: 450px;
  margin-top: -75px;
}
.situation-nav-list > li:nth-child(3)::before {
  background-image: url(/support/process/cancellation/images/situation-03-user-bg.webp);
  height: 377px;
  margin-top: 18px;
}
.situation-nav-list > li:nth-child(4)::before {
  background-image: url(/support/process/cancellation/images/situation-04-user-bg.webp), -webkit-gradient(linear, left bottom, left top, from(#FFDBE3), color-stop(30%, #FFDBE3), color-stop(30%, transparent));
  background-image: url(/support/process/cancellation/images/situation-04-user-bg.webp), linear-gradient(to top, #FFDBE3 0%, #FFDBE3 30%, transparent 30%);
  height: 297px;
  margin-top: -68px;
}

@media all and (min-width: 769px) {
  .situation-nav-list {
    width: 480px;
  }
  .situation-nav-list > li:nth-child(2)::before,
  .situation-nav-list > li:nth-child(3)::before,
  .situation-nav-list > li:nth-child(4)::before {
    aspect-ratio: auto;
    height: 400px;
    background-position: top center;
    background-size: 100% 100%;
  }
  .situation-nav-list > li:nth-child(2)::before {
    margin-top: -74px;
  }
  .situation-nav-list > li:nth-child(3)::before {
    margin-top: 40px;
  }
  .situation-nav-list > li:nth-child(4)::before {
    margin-top: -170px;
  }
}
.situation-nav-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.situation-nav-item__user, .situation-nav-item__balloon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.situation-nav-item--02, .situation-nav-item--04 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.situation-nav-item--01 {
  width: 88.8%;
  margin-left: 7%;
}
.situation-nav-item--01 .situation-nav-item__user {
  width: 38.2%;
  -webkit-transform: translate(7%, 4%);
          transform: translate(7%, 4%);
}
.situation-nav-item--01 .situation-nav-item__balloon {
  width: 65%;
}
.situation-nav-item--02 {
  width: 91.2%;
  margin-left: auto;
  margin-top: -15%;
}
.situation-nav-item--02 .situation-nav-item__user {
  width: 39.2405063291%;
  -webkit-transform: translate(-14.5%, -3.8%);
          transform: translate(-14.5%, -3.8%);
}
.situation-nav-item--02 .situation-nav-item__balloon {
  position: relative;
  width: 66.4556962025%;
}
.situation-nav-item--03 {
  width: 97.7%;
  margin-top: -10%;
}
.situation-nav-item--03 .situation-nav-item__user {
  width: 45.6140350877%;
  -webkit-transform: translate(1%, 8.6%);
          transform: translate(1%, 8.6%);
}
.situation-nav-item--03 .situation-nav-item__balloon {
  width: 55.5555555556%;
}
.situation-nav-item--04 {
  width: 92.2%;
  margin-left: auto;
  margin-top: -10.8%;
}
.situation-nav-item--04 .situation-nav-item__user {
  width: 40.2476780186%;
  -webkit-transform: translate(-14%, -2.3%);
          transform: translate(-14%, -2.3%);
}
.situation-nav-item--04 .situation-nav-item__balloon {
  position: relative;
  width: 65.0154798762%;
}

.please-wait-section {
  position: relative;
  padding-top: 72px;
  overflow: visible;
  background: #fff;
  margin-top: -24px;
}
.please-wait-section h2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 288px;
  z-index: 1;
}
.please-wait-section p {
  font-size: 13px;
}
.please-wait-section .please-wait-section__catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(20px, 2.6041666667vw, 24px);
}

@media all and (min-width: 769px) {
  .please-wait-section {
    margin-top: -48px;
    padding-top: 96px;
  }
  .please-wait-section h2 {
    width: 400px;
  }
  .please-wait-section p {
    font-size: 16px;
  }
}
.situation-section {
  position: relative;
  overflow: visible;
  overflow: clip visible;
}
.situation-section__index {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
}
.situation-section__index img {
  width: 100%;
}
.situation-section__heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media all and (min-width: 769px) {
  .situation-section {
    padding-block: 64px;
  }
  .situation-section__index {
    width: 64px;
  }
  .situation-section__heading {
    font-size: 28px;
  }
}
.shindan-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

.shindan-link {
  width: 158px;
}
.shindan-link__icon {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.shindan-link__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 1.05;
  word-break: keep-all;
}
.shindan-link__text::after {
  content: "";
  width: 15px;
  aspect-ratio: 1/1;
  background: no-repeat url(/support/process/cancellation/images/icon-arrow-left.svg) center/contain;
}

.change-signal-list {
  width: 600px;
  max-width: 100%;
  margin-inline: auto;
}
.change-signal-list p {
  line-height: 1.3;
}

.change-signal-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 12px;
}
.change-signal-box__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 37px;
  height: 34px;
}
.change-signal-box__icon > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.change-signal-box__text {
  font-size: 13px;
}

@media all and (min-width: 769px) {
  .change-signal-box {
    padding: 15px;
    gap: 15px;
  }
  .change-signal-box__icon {
    width: 44px;
    height: 40px;
  }
  .change-signal-box__text {
    font-size: 15px;
  }
}
.change-ymobile {
  color: #FF0033;
}
.change-ymobile::before {
  content: "";
  display: block;
  width: 100%;
  height: 54px;
  margin: 18px auto 10px;
  background: no-repeat url(/support/process/cancellation/images/icon-change-signal-arrow-down.svg) center/100px;
}
.change-ymobile__heading {
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  padding-inline: 20px;
}
.change-ymobile__heading::before, .change-ymobile__heading::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
  content: "";
  display: block;
  width: 2px;
  height: 85%;
  background: currentColor;
}
.change-ymobile__heading::after {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}

@media all and (min-width: 769px) {
  .change-ymobile__heading {
    font-size: 22px;
  }
}
.ymobile-online__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FF0033;
  color: #fff;
  min-height: 60px;
  padding: 0.2em 1em;
  line-height: 1.2;
}
.ymobile-online__merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.ymobile-online__merit-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 8px;
}
.ymobile-online__merit__text {
  margin-bottom: 0;
  line-height: 1.05;
  font-size: 12px;
}
.ymobile-online__cv {
  position: relative;
  margin-top: 48px;
}
.ymobile-online__cv::before {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 50px;
  height: 14px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #D9D9D9;
}
.ymobile-online__cv.no-arrow {
  margin-top: 24px;
}
.ymobile-online__cv.no-arrow::before {
  display: none;
}
.ymobile-online__cv__heading {
  position: relative;
  color: #ff0033;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 1em;
}
.ymobile-online__cv__heading::before, .ymobile-online__cv__heading::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
  content: "";
  width: 2px;
  height: 85%;
  background: currentColor;
}
.ymobile-online__cv__heading::after {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}
.ymobile-online__cv .btn {
  min-width: 225px;
}

@media all and (min-width: 769px) {
  .ymobile-online__header, .ymobile-online__body {
    width: 600px;
    max-width: 100%;
    margin-inline: auto;
  }
  .ymobile-online__heading {
    font-size: 18px;
  }
  .ymobile-online__merit-list > li {
    padding-block: 15px;
  }
  .ymobile-online__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .ymobile-online__cv .btn {
    min-width: 320px;
  }
}
.check-badge-note {
  position: relative;
  padding-left: 32px;
  line-height: 1.2;
}
.check-badge-note::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 27px;
  height: 27px;
  content: "";
  background: no-repeat url(/support/process/cancellation/images/icon-check-badge.svg) center/contain;
}
.check-badge-note-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

@media all and (min-width: 769px) {
  .check-badge-note-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.kihen-sale-items {
  padding-top: 40px;
}
.kihen-sale-items .kihen-contents .products-child:nth-child(n+3) {
  display: none;
}

@media all and (min-width: 769px) {
  .kihen-sale-items {
    padding-top: 60px;
    margin-top: 40px;
  }
}
.formradio-inline-item .mnp-or-cancellation-selector {
  padding: 0.1em 1em;
  background: #fff;
  min-height: 54px;
  height: auto;
}
.formradio-inline-item input:checked + .mnp-or-cancellation-selector {
  background: #ff0033;
  color: #fff;
}
.formradio-inline-item .mnp-or-cancellation-selector span {
  position: static;
  -webkit-transform: none;
          transform: none;
  padding: 0;
}

.select-cancel-section {
  position: relative;
  overflow: visible;
  overflow: clip visible;
}
.select-cancel-section__index {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
}
.select-cancel-section__index img {
  width: 100%;
}
.select-cancel-section__heading {
  font-size: 24px;
  line-height: 1.2;
  border-bottom: 1px dashed #FF0033;
  margin-bottom: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

@media all and (min-width: 769px) {
  .select-cancel-section__index {
    width: 64px;
  }
  .select-cancel-section__heading {
    font-size: 28px;
    border-bottom-width: 2px;
  }
}
.cancel-caution-list > li + li {
  margin-top: 14px;
}

@media all and (min-width: 769px) {
  .cancel-caution-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .cancel-caution-list > li + li {
    margin-top: 0;
  }
}
.cancel-caution-item .box-block {
  padding-inline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cancel-caution-item .box-block-image-left {
  float: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 85px;
  text-align: center;
  margin-right: 2%;
}
.cancel-caution-item .box-block-text {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.cancel-caution-item .box-block-text b {
  color: #ff0033;
  font-size: 16px;
}
.cancel-caution-item .text-link-arrow {
  font-size: 12px;
  font-weight: normal;
}

.about-family-discount {
  position: relative;
  padding: 28px 12px;
  background: #FFEFF2;
  border-radius: 8px;
}
.about-family-discount__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-family-discount__service-name {
  font-size: 22px;
  color: #DB2777;
}
.about-family-discount__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 10px;
}
.about-family-discount__detail__image {
  width: 128px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.about-family-discount__detail__text {
  position: relative;
  padding-left: 30px;
}
.about-family-discount__detail__text p {
  line-height: 1.2 !important;
  word-break: keep-all;
  white-space: nowrap;
}
.about-family-discount__detail__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  display: block;
  width: 24px;
  height: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #D9D9D9;
  content: "";
}

@media all and (min-width: 769px) {
  .about-family-discount {
    max-width: 600px;
    margin-inline: auto;
  }
  .about-family-discount__detail {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .about-family-discount__links {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.unavailable-service-list > li {
  border-bottom: 1px solid #D9D9D9;
}

.unavailable-service {
  padding-block: 15px;
}
.unavailable-service__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  border-bottom: 5px solid #FFDBE3;
  color: #FF0033;
  font-weight: bold;
  line-height: 1.05;
  font-size: 16px;
}
.unavailable-service__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.unavailable-service__img {
  width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.unavailable-service__text * {
  font-size: 13px;
}

@media all and (min-width: 769px) {
  .unavailable-service-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-block: 50px;
  }
  .unavailable-service-list > li {
    border-bottom: 0;
    padding-inline: 15px;
  }
  .unavailable-service-list > li:nth-child(odd) {
    padding-right: 40px;
    border-right: 1px solid #D9D9D9;
  }
  .unavailable-service-list > li:nth-child(even) {
    padding-left: 40px;
  }
  .unavailable-service__img {
    width: 120px;
  }
}
.other-cautions {
  padding: 12px;
  border-radius: 8px;
}
.other-cautions * {
  font-size: 13px;
}
.other-cautions .ttl-article {
  font-size: 18px;
}
.other-cautions .ttl-section {
  font-size: 15px;
}
.other-cautions .list > li {
  font-size: 13px;
  text-indent: -1em;
}
.other-cautions .list > li::before {
  font-size: 10px;
  content: "● ";
}

.ymobile-merit-area {
  padding: 24px 0 48px;
}
.ymobile-merit-area h2 {
  font-size: 18px;
  line-height: 1.3;
}

.ymobile-merit {
  padding: 15px;
  background: #fff;
  border: 1px solid #D9D9D9;
  margin-bottom: 24px;
}
.ymobile-merit .ymobile-merit__heading {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.ymobile-merit * {
  font-size: 13px;
}
.ymobile-merit__eyecatch {
  margin-block: 15px;
}
.ymobile-merit__more-btn {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #D9D9D9;
  min-width: 250px;
  max-width: min(100%, 340px);
  margin-bottom: 0;
}
.ymobile-merit__more-btn::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.ymobile-merit__more-btn:hover {
  opacity: 0.6;
}

@media all and (min-width: 769px) {
  .ymobile-merit-area {
    padding: 60px 0;
  }
  .ymobile-merit-area h2 {
    font-size: 24px;
  }
  .ymobile-merit {
    max-width: 600px;
    padding: 30px;
    margin-inline: auto;
  }
  .ymobile-merit .ymobile-merit__heading {
    font-size: 18px;
  }
  .ymobile-merit * {
    font-size: 15px;
  }
  .ymobile-merit__eyecatch {
    width: 80%;
    margin-inline: auto;
  }
}
.linemo-plan-banner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: min(100%, 600px);
  margin-inline: auto;
}

@media all and (min-width: 769px) {
  .select-step-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}