@charset "utf-8";

/* ---------- 共通スタイル ---------- */
p {
  font-size: clamp(14px, 3.8vw, 16px);
  line-height: 1.6em;
}
h1 {
  margin: 0 0 2rem;
  padding: 0.4rem 0;
  text-align: center;
  border-top: solid 2px #e7198c;
  border-bottom: solid 2px #e7198c;
  font-size: 5.4vw;
  color: #e7198c;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
h2 {
  margin: 0 0 1.6rem;
  text-align: center;
  font-size: 5.4vw;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
.title3 {
  margin: 2rem 0 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.mt_small {
  margin-top: 0.4rem!important;
}
.mt_2rem {
  margin-top: 2rem!important;
}
.mt_3rem {
  margin-top: 3rem!important;
}
.mb_small {
  margin-bottom: 0.4rem!important;
}
.mb_1rem {
  margin-bottom: 1rem!important;
}
.mb_2rem {
  margin-bottom: 2rem!important;
}
.pb_0 {
  padding-bottom: 0!important;
}
.sr_text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  overflow: hidden;
}
.section_box {
  box-sizing: border-box;
  padding: 10vw 2.5% 12vw;
}
.lead_text {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.large_text {
  font-size: 120%;
}
.small_text {
  font-size: 86%;
}
.basic_table {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 2rem;
  font-size: clamp(14px, 3.8vw, 16px);
}
.basic_table th, .basic_table td {
    border-collapse: collapse;
    border: 1px solid #ddd;
    padding: 1.6vw;
    vertical-align: middle;
}
.basic_table th {
    background-color: #f5f4ef;
}
.yellow-highlight {
  padding: 0 2px;
  background: linear-gradient(transparent 50%, #f6ff5f 0%);
}
ul.asterisk, ul.common_list {
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: clamp(14px, 3.8vw, 16px);
}
ul.asterisk_number {
  padding-left: 2em;
  text-indent: -2em;
  counter-reset: number;
  font-size: clamp(14px, 3.8vw, 16px);
}
ul.asterisk > li, ul.asterisk_number > li, ul.common_list > li {
  margin-bottom: 0.2rem;
  line-height: 1.6em;
}
ul.asterisk.small_text, ul.asterisk_number.small_text, ul.common_list.small_text {
  font-size: clamp(10px, 3.2vw, 12px);
}
ul.asterisk > li:before {
  content: "※ ";
}
ul.asterisk_number > li:before {
  counter-increment: number;
  content: "※" counter(number) " "
}
.text_pink {
  color: #e64d97;
}
.accent_pink {
  color: #e64d97;
  font-weight: bold;
}
a.ar_link_blank {
    display: inline;
    margin-right: 2px;
    padding-left: 20px;
    background-position-y: 40%;
}
a.link_pdf {
    background: url(/mop/u-next/img/pdf_icon.png) no-repeat 2px 3px;
    background-size: 12px auto;
    padding-left: 20px;
    color: #e7198c;
  }
.pink-btn-area a {
  position: relative;
  display: inline-block;
  left: 50%;
  box-sizing: border-box;
  width: fit-content;
  margin: 2rem 0;
  padding: 0.6rem 2rem 0.6rem 3rem;
  background-color: #e64d97;
  border-radius: 50px;
  text-align: center;
  transform: translateX(-50%);
  font-size: 16px;
  color: #fff;
  line-height: 1.4em;
}
.pink-btn-area ::before {
    position: absolute;
    content: "";
    width: 2vw;
    height: 2vw;
    top: 50%;
    left: 4vw;
    border-left: solid 3px #fff;
    border-top: solid 3px #fff;
    transform: translateY(-50%) rotate(135deg);
}
.pink-btn-area a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#u-next_features, #u-next_conditions, #u-next_faq {
    background: #f6f5f1;
}
#u-next_contact {
    /* background: #eff4f9; */
    background: #f0f4f7;
}
@media screen and (min-width: 641px) {
  p {
    font-size: 16px;
  }
  h1 {
    padding: 1rem 0;
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  .title3 {
    margin-top: 3rem;
    font-size: 22px;
  }
  .section_box {
    width: 100%;
    padding: 5rem calc((100% - 960px) / 2);
  }
  .ml_small_pc {
    margin-left: 0.4rem!important;
  }
  .small_text {
    font-size: 74%;
  }
  .basic_table {
    font-size: 16px;
  }
  .basic_table th, .basic_table td {
    padding: 10px;
  }
  ul.asterisk, ul.asterisk_number, ul.common_list {
    font-size: 16px;
  }
  ul.asterisk.small_text,  ul.asterisk_number.small_text,  ul.common_list.small_text  {
    font-size: 12px;
  }
  .pink-btn-area ::before {
    width: 8px;
    height: 8px;
    left: 20px;
  }
  .pink-btn-area a {
    min-width: 300px;
  }

}
@media screen and (max-width: 640px) {
  .letterspacing_0_sp {
    letter-spacing: 0!important;
  }
  .pink-btn-area a {
    width: 90%;
    padding: 2vw 5vw 2vw 9vw;
    font-size: 3.8vw;
  }
}

/* お申し込みボタン */
.app-btn-wrap {
  padding: 2rem 0;
}
a.app-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.anno-link {
  box-sizing: border-box;
  width: 95%;
  max-width: 960px;
  margin: 1rem auto 0;
  text-align: center;
  font-size: clamp(10px, 3.2vw, 12px);
  line-height: 1.6em;
}
@media screen and (min-width: 641px) {
  a.app-btn {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 460px;
    margin: 0 auto 0.4em;
    padding: 1em 0 0.8em 0.8em;
    border: 1px solid #61B118;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 2px 2px rgba(0, 0, 0, .1);
    background: linear-gradient(to bottom, #9ad63c 0%, #87c632 100%);
    text-align: center;
    font-size: 23px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    transition-duration: 0.1s;
  }
  a.app-btn:hover {
    opacity: 1;
    border: 1px solid #81c146;
    background: linear-gradient(to bottom, #aede63 0%, #9fd15b 100%);
  }
  a.app-btn::after {
    content: "";
    position: absolute;
    display: block;
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
    width: 16px;
    height: 16px;
    top: 46%;
    left: 0.5em;
    transform: rotate(45deg) translateX(-50%);
  }
  .anno-link {
      font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  a.app-btn {
    width: 90%;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    display: block;
    position: relative;
    max-width: 720px;
    background: #75B52D;
    box-shadow: 0 5px 0 #62832d;
    border-radius: 50vh;
    text-align: center;
    padding: 14px 0px;
    box-sizing: border-box;
    line-height: 1.2;
    letter-spacing: 1px;
    transition-duration: 0.05s;
    user-select: none;
    margin: 0 auto;
    text-decoration: none;
    color: #FFF;
  }
  a.app-btn::after {
    content: "";
    position: absolute;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px;
    top: 40%;
    left: 3.4vw;
    transform: rotate(45deg);
  } 
}

/* ---------- メインイメージ ---------- */

@media screen and (min-width: 641px) {
  #main-visual, #main-visual .main-visual-inner {
    background: url(/mop/u-next/img/main.png) center top no-repeat, linear-gradient(#7f7d80, #1a1a1a 70%);
  }
  #main-visual .main-visual-inner {
    width: 960px;
    height: 425px;
    margin: 0 auto;
  }
}

/* ---------- おトクな3つの特典 ---------- */

#u-next_benefits {
  background: repeating-linear-gradient(-45deg, #fcedf4, #fcedf4 4px, #fdf5f9 4px, #fdf5f9 8px);
}
#u-next_benefits h2 {
  letter-spacing: 0.3em;
}
#u-next_benefits h2 .small_text {
  position: relative;
  display: inline-block;
  margin-bottom: 0.6rem;
  font-size: 68%;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
#u-next_benefits h2 .small_text::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #333;
  bottom: 0;
  left: -4%;
  transform: rotate(-25deg);
  content: "";
  width: 1px;
  height: 100%;
}
#u-next_benefits h2 .small_text::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #333;
  bottom: 0;
  right: -4%;
  transform: rotate(25deg);
  content: "";
  width: 1px;
  height: 100%;
}
.benefits_box > li {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 2rem;
  padding: 6vw;
  border: solid 4px #edcedd;
  background: #fff;
  text-align: center;
}
.benefits_box > li h3 {
  position: relative;
  left: -0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1vw;
  margin-bottom: 0.4rem;
  font-size: 6vw;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.benefits_box > li h3 span {
  font-weight: bold;
}
.benefits_box > li h3 .benefits_number {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 16vw;
  height: 16vw;
  background: url(/mop/u-next/img/tokuten_badge.png) center top no-repeat;
  background-size: 100% auto;
  text-align: center;
  font-size: 6vw;
  color: #e5429c;
}
.benefits_box > li h3 .kome-1 {
  position: absolute;
  top: -2vw;
  right: -1vw;
  font-size: 3vw;
  font-weight: normal;
}
.benefits_box > li p {
  letter-spacing: 0.1em;
}
.benefits_box > li .cp_text {
  position: absolute;
  top:-3vw;
  left: 50%;
  box-sizing: border-box;
  width: 88%;
  padding: 0.4rem 0;
  transform: translateX(-50%);
  background: #e64d97;
  text-align: center;
  font-size: 3.2vw;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
}
.benefits_box > li .cp_text::before {
  position: absolute;
  content: "";
  left: -4%;
  top: 0;
  width: 6%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 30% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 30% 50%);
  background: #e64d97;
}
.benefits_box > li .cp_text::after {
  position: absolute;
  content: "";
  right: -4%;
  top: 0;
  width: 6%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 50%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 70% 50%, 100% 100%, 0 100%);
  background: #e64d97;
}
.benefits_box > li .accent_pink {
  font-size: 6vw;
  line-height: 1.4em;
}
.benefits_box > li img {
  width: 90%;
  margin: 1rem 0;
}
.benefits_box > li ul.asterisk {
  padding-left: 0;
  text-indent: 0;
}
.benefits_case {
  margin-bottom: 1rem;
  border: solid 1px #6084ce;
  background: #fff;
  text-align: center;
}
.benefits_case h3 {
  position: relative;
  top:-1px;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 2vw 4vw 1vw;
  background: #6084ce;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
  font-size: 4.6vw;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.giga_u-next {
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto 2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.giga_u-next .logo_u-next {
  width: 80%;
  margin: 0 auto;
}
.giga_u-next .logo_u-next img {
  width: 70%;
}
.giga_u-next::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 4px;
    height: 14px;
    background-color: #adadad;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.giga_u-next::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 14px;
    height: 4px;
    background-color: #adadad;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.giga_u-next > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 46%;
  padding: 2vw 0 0;
  border: solid 1px #ccc;
}
.giga_u-next > li p {
  font-size: 5vw;
  line-height: 1.4em;
}
.benefits_case_giga {
  position: relative;
  font-weight: bold;
}
.giga_u-next > li p.giga_u-next_price {
  font-size: 6vw;
  color: #666;
}
.giga_u-next_price .small_text {
  font-size: 60%;
}
.giga_u-next_price .small_yen {
  font-size: 70%;
}
.giga_u-next_price .price_tax {
  margin-left: 0.2rem;
  font-size: 40%;
}
.set_price_area {
  padding: 2rem 4vw;
  background: #f6f5f1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.set_otoku_text {
  position: relative;
  display: inline-block;
  margin-bottom: 0.4rem;
  font-weight: bold;
  font-size: 4vw;
  letter-spacing: 0.2em;
}
.set_otoku_text::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #333;
  left: -6%;
  transform: rotate(-35deg);
  content: "";
  width: 2px;
  height: 90%;
}
.set_otoku_text::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #333;
  right: -6%;
  transform: rotate(35deg);
  content: "";
  width: 2px;
  height: 90%;
}
.normal_price_area {
  position: relative;
  margin-bottom: 2rem;
  color: #666;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.normal_price_area::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -4vw;
  width: 7vw;
  height: 3vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #e64d97;
}
.normal_price {
  position: relative;
  margin: 0 1vw;
  font-size: 7vw;
  color: #666;
  font-weight: bold;
}
.normal_price::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background-color: #e64d97;
  height: 2px;
  width: 100%;
  transform: rotate(10deg) translateY(-50%);
  mix-blend-mode: multiply;
}
.set_price_case {
  display: flex;
  gap: 0 2vw;
  box-sizing: border-box;
}
.set_price_case > li {
  box-sizing: border-box;
  width: 100%;
}
.set_price_case > li h4 {
  margin-bottom: 1rem;
  padding: 0.2rem 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-size: 3vw;
}
.after_price_area {
  text-align: left;
}
.total_price {
  font-weight: bold;
}
.after_price {
  position: relative;
  text-align: right;
  font-size: 7.6vw;
  color: #e64d97;
  font-weight: bold;
  line-height: 1em;
}
.normal_price_area .small_text, .after_price .small_text {
    font-size: 70%;
    font-weight: bold;
}
.after_price_tax {
  position: absolute;
  top: -3.4vw;
  right: -1.5vw;
  font-size: 2vw;
  color: #333;
}
.three_digit {
  margin-left: 1vw;
}
.otoku_text_detail {
  padding: 0.2rem 0;
  border: solid 1px #e64d97;
  font-size: 3.1vw;
  color: #e64d97;
  font-weight: bold;
  line-height: 1em;
}
.otoku_text_detail .otoku_text_price {
  font-size: 130%;
  font-weight: bold;
}
.otoku_text_detail .small_text {
  font-size: 96%;
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  #u-next_benefits {
    padding-top: 3rem;
  }
  #u-next_benefits h2 .small_text {
    font-size: 58%;
  }
  #u-next_benefits h2 .small_text::before {
    transform: rotate(-35deg);
  }
  #u-next_benefits h2 .small_text::after {
    transform: rotate(35deg);
  }
  .benefits_box {
    display: flex;
    gap: 0 1rem;
  }
  .benefits_box > li, .border-blue_box {
    padding: 1.6rem;
  }
  .benefits_box > li {
    width: 100%;
    border: solid 6px #edcedd;
  }
  .benefits_box > li h3 {
    gap: 0 1rem;
    font-size: 22px;
  }
  .benefits_box > li h3 .benefits_number {
    width: 64px;
    height:64px;
    font-size: 24px;
  }
  .benefits_box > li h3 .small_text {
    font-size: 86%;
  }
  .benefits_box > li h3 .kome-1 {
    top: 2px;
    right: 4px;
    font-size: 11px;
  }
  .benefits_box > li p {
    font-size: 13px;
  }
  .benefits_box > li .cp_text {
    top:-16px;
    width: 80%;
    font-size: 14px;
  }
  .benefits_box > li .cp_text::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
  }
  .benefits_box > li .cp_text::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 50% 50%, 100% 100%, 0 100%);
  }
  .benefits_box > li .accent_pink {
    font-size: 22px;
  }
  .benefits_box > li img {
    width: 100%;
  }
  .benefits_case {
    margin-bottom: 2rem;
  }
  .benefits_case h3 {
    padding: 0.6rem 3rem 0.4rem 3rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    font-size: 20px;
  }
  .benefits_case h3::before {
    left: -16px;
    width: 20px;
  }
  .benefits_case h3::after {
    right: -16px;
    width: 20px;
  }
  .benefits_case h3 .small_text {
    font-size: 86%;
  }
  .giga_u-next {
    width: 80%;
  }
  .giga_u-next::before {
    width: 4px;
    height: 20px;
  }
  .giga_u-next::after {
    width: 20px;
    height: 4px;
  }
  .giga_u-next > li {
    justify-content: center;
    gap: 0 1rem;
    width: 48%;
    padding: 0.6rem;
  }
  .giga_u-next > li p, .giga_u-next > li p.giga_u-next_price {
    font-size: 30px;
  }
  .giga_u-next > li p.benefits_case_giga {
    padding-top: 3px;
    padding-left: 36px;
    font-size: 22px;
  }
  .benefits_case_giga::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(/mop/u-next/img/icon_gigaplan.svg) center top no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
  }
  .giga_u-next .logo_u-next {
    width: 30%;
    margin: 0;
  }
  .giga_u-next .logo_u-next img {
    width: 100%;
  }
  .giga_u-next_price {
    padding-top: 6px;
  }
  .set_price_area {
    padding: 2rem 7rem;
  }
  .set_otoku_text {
    font-size: 20px;
  }
  .normal_price_area {
    font-size: 18px;
  }
  .normal_price_area::after {
    bottom: -16px;
    width: 26px;
    height: 12px;
  }
  .normal_price {
    margin: 0 10px;
    font-size: 32px;
  }
  .set_price_case {
    gap: 0 2rem;
    padding: 1rem 2rem;
    background: #fdfdfc;
  }
  .set_price_case > li h4 {
    margin-bottom: 0.6rem;
    padding: 0.4rem 0 0.3rem;
    font-size: 16px;
  }
  .after_price_area {
    display: flex;
    justify-content: center;
    gap: 0 0.6rem;
    width: 90%;
    margin: 0 auto;
  }
  .total_price {
    padding-top: 0.4rem;
    line-height: 1.2em;
  }
  .after_price {
    font-size: 48px;
  }
  .after_price_tax {
    top: -18px;
    right: -4px;
    font-size: 10px;
  }
  .three_digit {
    margin-left: 4px;
  }
  .otoku_text_detail {
    padding: 0.3rem 0.2rem 0.1rem;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  #u-next_benefits {
    background: repeating-linear-gradient(-45deg, #fcedf4, #fcedf4 1vw, #fdf5f9 1vw, #fdf5f9 2vw);
  }
  .benefits_box > li h3 .benefits_number {
    min-width: 16vw;
    padding-bottom: 1vw;
  }
  .giga_u-next > li {
    flex-direction: column;
  }
  .benefits_case_giga {
    position: relative;
    left: -1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1vw;
  }
  .benefits_case_giga img {
    width: 6vw;
  }
  .after_price_area {
    box-sizing: border-box;
    width: fit-content;
    margin: 0 auto 0.2rem;
  }
  .total_price {
    font-size: 3.4vw;
    line-height: 1.2em;
  }
  .otoku_text_detail {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 4vw;
  }
  .otoku_text_detail .small_text_sp {
    font-size: 96%;
    font-weight: bold;
  }
  .otoku_text_detail .small_text_adjust {
    position: relative;
    left:-0.3vw;
    letter-spacing: -0.1em;
  }
}

/* ---------- 特長 ---------- */

.features_list > li{
  position: relative;
  margin-bottom: 1rem;
  padding: 3vw 5vw 3vw 14vw;
  border: solid 1px #ccc;
  border-radius: 10px;
  background: #fff;
  font-size: clamp(16px, 4vw, 18px);
  line-height: 1.6em;
}
.features_list > li::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 4vw;
  margin: auto;
  width: 8vw;
  height: 8vw;
  background: url(/mop/u-next/img/icon_check.svg) center top no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}

@media screen and (min-width: 641px) {
  .features_list > li {
    padding: 1.8rem 5rem 1.8rem 8rem;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .features_list > li::before {
    left: 50px;
    width: 46px;
    height: 46px;
  }
}

/* ---------- サービス概要 ---------- */

h4.option_conditions {
    position: relative;
    box-sizing: border-box;
    margin: 2rem 0 0;
    padding: 1.2rem 5vw;
    cursor: pointer;
    background: #cba164;
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
}
h4.option_conditions::before {
  display: block;
  content: "";
  position: absolute;
  top:0;
  right:20px;
  bottom:0;
  margin:auto;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
h4.option_conditions::after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: .3s;
}
h4.option_conditions.open::before{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
h4.option_conditions.open::after{
  background-color: transparent;
}
.option_conditions_detail {
  padding: 0 5vw 2rem;
  border: 1px solid #cba164;
}
.option_conditions_detail h4 {
  margin: 3rem 0 2rem;
  font-weight: bold;
}
.option_conditions_detail ul.common_list > li {
    margin-bottom: 0.6rem;
}
.option_conditions_detail p {
  margin-bottom: 1rem;
}
@media screen and (min-width: 641px) {
  h4.option_conditions {
    padding: 1rem 2rem;
    font-size: 18px;
  }
  .option_conditions_detail {
    padding: 0 5rem 4rem;
  }
  .option_conditions_detail h4 {
    font-size: 18px;
    font-weight: bold;
  }
}

/* ---------- 料金表 ---------- */
.giga_u-next_cost_area {
  text-align: center;
}
.giga_u-next_cost_area .set_otoku_text {
  letter-spacing: 0;
}
.giga_u-next_cost_area .set_otoku_text_s {
  font-size: clamp(12px, 3.6vw, 14px);
}
.giga_u-next_monthly {
  margin: 1rem 0;
  padding-bottom: 0.4rem;
  background: #d2eac0;
}
.giga_u-next_monthly h4 {
  margin-bottom: 0.4rem;
  padding: 0.8rem 0;
  background: #6bb92d;
  font-size: 3.6vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.4em;
}
.giga_u-next_monthly .giga_u-next {
  margin-bottom: 0;
  justify-content: center;
  gap: 0 5vw;
}
.giga_u-next_monthly .giga_u-next > li {
  padding: 0.6rem 1.6vw;
  border: none;
  background: #fff;
}
.giga_u-next_monthly .giga_u-next > li {
  width: auto;
}
.giga_u-next_monthly .giga_u-next > li.u-next_area img {
  width: 16vw;
}
.giga_u-next_monthly .u-next_price_area {
  display: flex;
  align-items: center;
}
.giga_u-next_monthly .giga_u-next > li p.monthly_text {
  font-size: 3vw;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.giga_u-next_monthly .giga_u-next > li p.giga_u-next_price {
  position: relative;
  line-height: 1em;
}
.giga_u-next_monthly .giga_u-next > li p.giga_u-next_price .small_text {
  margin-left: 0.2em;
}

.cost_table {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 2rem;
  font-size: clamp(14px, 3.8vw, 16px);
}
.cost_table th, .cost_table td {
  border-collapse: collapse;
}
.cost_table thead th {
  position: relative;
  padding: 3.5em 0.8vw 0.8vw;
  vertical-align: bottom;
  font-size: 3vw;
}
.cost_table tbody th, .cost_table tbody td {
  padding: 3vw 0.4vw;
  border-bottom: 1px solid #d8c39c;
  vertical-align: middle;
  font-size: 4.2vw;
}
.cost_table tbody th {
  width: 16%;
}
.cost_table tbody td {
  width: 26%;
}
.cost_table tbody tr > *:nth-child(3) {
  width: 32%;
}
.cost_table tbody tr:first-child > th, .cost_table tbody tr:first-child > td {
  border-top: 2px solid #d8c39c;
}
.cost_table tbody tr:last-child > th, .cost_table tbody tr:last-child > td {
  border-bottom: 2px solid #d8c39c;
}
.cost_table thead tr > *:nth-child(3) {
  border-left: 3px solid #6bb92d;
  border-right: 3px solid #6bb92d;
}
.cost_table tbody tr > *:nth-child(3) {
  border-left: 3px solid #6bb92d;
  border-right: 3px solid #6bb92d;
  font-size: 5vw;
}
.cost_table tbody tr:last-child > *:nth-child(3) {
  border-bottom: 3px solid #6bb92d;
}
.cost_table tbody th {
  background-color: #f9f4f0;
}
.otoku_cost_detail {
  position: absolute;
  top:0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 94%;
  height: 3.2em;
  background: #6bb92d;
  color: #fff;
  font-weight: bold;
  line-height: 1.2em;
}
.otoku_cost_detail.otoku_focus {
  left: -2px;
  width: calc(100% + 4px);
}
.giga_u-next_cost_area .asterisk {
  text-align: left;
}

@media screen and (min-width: 641px) {
  .giga_u-next_cost_area {
    margin-bottom: 2rem;
    padding: 3rem 80px;
    border: solid 1px #d3bc91;
  }
  .giga_u-next_cost_area .set_otoku_text {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  .giga_u-next_cost_area .set_otoku_text_s {
    font-size: 18px;
  }
  .giga_u-next_monthly h4 {
    padding: 0.6rem 0 0.4rem;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .giga_u-next_monthly .giga_u-next {
    gap: 0 3rem;
  }
  .giga_u-next_monthly .giga_u-next > li {
    gap: 0 0.4rem;
    padding: 0.4rem 2rem;
  }
  .giga_u-next_monthly .giga_u-next > li p {
    font-size: 24px;
  }
  .giga_u-next_monthly .giga_u-next > li.u-next_area img {
    width: 90px;
  }
  .giga_u-next_monthly .giga_u-next > li p.monthly_text {
    font-size: 16px;
  }
  .giga_u-next_monthly .giga_u-next > li p.giga_u-next_price {
    font-size: 32px;
  }
  .giga_u-next_monthly .after_price_tax {
    top: -6px;
    right: -10px;
    font-size: 9px;
  }
  .giga_u-next_monthly .giga_u-next::before {
    left: 45%;
  }
  .giga_u-next_monthly .giga_u-next::after {
    left: 45%;
  }
  .cost_table {
    font-size: 16px;
  }
  .cost_table thead th {
    padding: 3.8em 0.4rem 0.4rem;
    font-size: 14px;
  }
  .cost_table tbody th, .cost_table tbody td {
    padding: 1.4rem 0.4rem;
    font-size: 22px;
  }
  .cost_table tbody th .small_text, .cost_table tbody td .small_text {
    margin-left: 2px;
    margin-right: 2px;
  }
  .cost_table tbody tr > *:nth-child(3) {
    font-size: 26px;
  }
  .otoku_cost_detail {
    padding-top: 0.2rem;
    letter-spacing: 0.1em;
  }
  .cost_table thead tr > *:nth-child(3) {
    border-left: 4px solid #6bb92d;
    border-right: 4px solid #6bb92d;
  }
  .cost_table tbody tr > *:nth-child(3) {
    border-left: 4px solid #6bb92d;
    border-right: 4px solid #6bb92d;
  }
  .cost_table tbody tr:last-child > *:nth-child(3) {
    border-bottom: 4px solid #6bb92d;
  }
  .otoku_cost_detail.otoku_focus {
    left: -3px;
    width: calc(100% + 6px);
  }
}
@media screen and (max-width: 640px) {
  .giga_u-next_cost_area .set_otoku_text::before {
    left: -4%;
  }
  .giga_u-next_cost_area .set_otoku_text::after {
    right: -4%;
  }
  .giga_u-next_monthly .giga_u-next > li {
      flex-direction: row;
  }
  .giga_u-next_monthly .giga_u-next > li p {
      font-size: 3.8vw;
  }
  .giga_u-next_monthly .giga_u-next > li.gigaplan_area img {
    width: 8vw;
  }
  .giga_u-next_monthly .giga_u-next > li p.giga_u-next_price {
    font-size: 5.4vw;
  }
  .giga_u-next_monthly .after_price_tax {
    top: -2.4vw;
    right: -2.2vw;
    font-size: 1.9vw;
  }
  .giga_u-next_monthly .giga_u-next::before {
    left: 43.8%;
  }
  .giga_u-next_monthly .giga_u-next::after {
    left: 43.8%;
  }
  .cost_table tbody th .small_text, .cost_table tbody td .small_text {
    font-size: 68%;
  }
}

/* ---------- 適用条件 ---------- */

.conditions_box > li {
  position: relative;
  box-sizing: border-box;
  margin: 12vw 0 2rem;
  padding: 12vw 6vw 6vw;
  border: solid 4px #f994c5;
  background: #fff;
  text-align: center;
}
.conditions_box > li h3 {
  margin-bottom: 2rem;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
.conditions_box > li img {
  width: 90%;
  margin: 1rem 0;
}
.conditions_box > li .step_circle {
  position: absolute;
  top: -9vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 18vw;
  height: 18vw;
  margin: 0 auto 1rem;
  border-radius: 50em;
  background: #e64e97;
  font-size: 5vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.2em;
}
.conditions_box > li .pink-btn-area a {
  left: 0;
  transform: translateX(0);
}

@media screen and (min-width: 641px) {
  .conditions_box {
    display: flex;
    gap: 0 1.6rem;
  }
  .conditions_box > li {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    margin: 2rem 0 0;
    padding: 4rem 1.6rem 1.6rem;
    border: solid 6px #f994c5;
  }
  .conditions_box > li h3 {
    font-size: 22px;
  }
  .conditions_box > li img {
    width: 80%;
  }
 .conditions_box > li .step_circle {
    top: -38px;
    width: 68px;
    height: 68px;
    padding-top: 6px;
    font-size: 18px;
  }
  .conditions_box > li .pink-btn-area {
    min-height: 100px;
  }
}
@media screen and (max-width: 640px) {
  .conditions_box > li:last-child {
  margin-bottom: 0;
}
}

/* ---------- 利用手順 ---------- */

.flow_box {
  display: flex;
  gap: 0 1.4vw;
  margin: 8vw 0 1rem;
}
.flow_box > li  {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 8vw 2vw 4vw;
  background: #f8f2e8;
  text-align: center;
}
.flow_box > li .step_circle {
  position: absolute;
  top: -5.6vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 12vw;
  height: 12vw;
  margin: 0 auto 1rem;
  border-radius: 50em;
  background: #e64e97;
  font-size: 3vw;
  line-height: 1.4em;
  color: #fff;
}
.flow_box > li .step_circle .step_no {
    font-size: 4.6vw;
}
.flow_box > li h3 {
  margin-bottom: 0.4rem;
  font-size: clamp(14px, 3.8vw, 16px);
  font-weight: bold;
  line-height: 1.6em;
}
.flow_box > li img {
  margin-bottom: 1rem;
}
.flow_box > li p {
  text-align: left;
  font-size: clamp(10px, 3.2vw, 12px);
}
.howto_watch {
  padding-bottom: 4vw;
  background: #f2f2f2;
}
.howto_watch h3 {
  margin-bottom: 2rem;
  padding: 2vw 3vw;
  background: #e6e6e6;
  text-align: center;
  font-size: clamp(15px, 4vw, 18px);
  font-weight: bold;
  line-height: 1.4em;
}
.howto_contents {
  margin: 0 6vw 6vw;
  overflow-wrap: anywhere;
}
.howto_contents > p {
  margin-bottom: 1rem;
}
.howto_contents .bnr_area {
  display: flex;
  justify-content: center;
  gap: 0 2vw;
  margin: 1rem 0;
}
.howto_contents .ar_link {
  font-size: inherit;
}

@media screen and (min-width: 641px) {
  .flow_box  {
    gap: 0 1.6rem;
    margin-top: 4rem;
  }
  .flow_box > li  {
    padding: 4rem 1.3rem 1.6rem;
  }
 .flow_box > li .step_circle {
    top: -28px;
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
  .flow_box > li .step_circle .step_no {
    font-size: 20px;
  }
  .flow_box > li h3 {
    font-size: 18px;
  }
  .flow_box > li img {
    width: 140px;
  }
  .flow_box > li p {
    font-size: 14px;
  }
  .howto_watch {
    padding-bottom: 5rem;
  }
  .howto_watch h3 {
    margin-bottom: 3rem;
    padding: 1rem 0;
    font-size: 20px;
  }
  .howto_contents {
    margin: 0 80px;
  }
  .howto_contents h4 {
    font-size: 18px;
  }
  .howto_contents .bnr_area {
    gap: 0 2rem;
    margin: 2rem 0;
  }
  .howto_contents .bnr_area img {
    width: 200px;
  }
}

@media screen and (max-width: 640px) {
  .flow_box > li h3 {
    min-height: 2.8em;
  }
  .howto_contents h4 {
    letter-spacing: 0;
  }
  .howto_contents .bnr_area a {
    width: 40%;
  }
}

/* ---------- よくあるご質問 ---------- */

.panel_area {
  box-sizing: border-box;
  max-width:960px;
  width: 100%;
  margin:0 auto;
  border: solid 5px #e2d6c3;
}
.qa-list dl {
  position: relative;
  margin: 0;
  padding: 1rem 3rem 1rem 1rem;
  cursor: pointer;
  border-bottom: solid 5px #e2d6c3;
  background-color: #fff;
}
.qa-list dl:last-child{
  border-bottom: none;
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  font-weight: bold;
  font-size: clamp(14px, 3.8vw, 16px);
  line-height: 1.4em;
}
.qa-list dl dt::before {
  display: block;
  content: "";
  position: absolute;
  top:0;
  right:-2rem;
  bottom:0;
  margin:auto;
  width: 20px;
  height: 2px;
  background-color: #40180A;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.qa-list dl dt:after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #40180A;
  transition: .3s;
}
.qa-list dl.open dt:before{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.qa-list dl.open dt:after{
  background-color: transparent;
}
.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: solid 1px #b59e77;
  font-size: clamp(14px, 3.8vw, 16px);
}
.qa-list dl dd p {
  margin: 2rem 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}
@media screen and (min-width: 641px) {
  .qa-list dl {
    padding: 1rem 4rem 1rem 2rem;
  }
  .qa-list dl dt {
    font-size: 18px;
  }
  .qa-list dl dd {
    font-size: 16px;
  }
}

/* ---------- お問い合わせ先 ---------- */

#u-next_contact .title3 {
  letter-spacing: 0;
}
#u-next_contact p {
  line-height: 1.4em;
}
#u-next_contact dl {
  text-align: center;
  padding: 20px;
  text-align: center;
  background: #fff;
}
#u-next_contact dd, #u-next_contact dt {
  display: inline-block;
  vertical-align: middle;
}
#u-next_contact dt {
  font-size: clamp(16px, 4.2vw, 18px);
  line-height: 1.6em;
}
#u-next_contact dd {
  font-size: 7vw;
}
.info-sub {
  padding: 10px;
  width: 90%;
  margin: 10px auto 0;
  border: 1px dotted #ccc;
}
.info-sub h4 {
  text-align: center;
  margin-bottom: 0.6rem;
  font-size: clamp(15px, 4vw, 18px);
  font-weight: bold;
}
.info-sub p {
  font-size: clamp(14px, 3.8vw, 16px);
}
a.mail_link {
  position: relative;
  padding-left: 6vw;
  color: #e7198c;
}
a.mail_link::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  width: 5vw;
  height: 5vw;
  background: url(/mop/u-next/img/icon_mail.png) center left no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}

@media screen and (min-width: 641px) {
  #u-next_contact dt {
    margin: 0 20px;
    font-size: 18px;
  }
  #u-next_contact dd {
    margin: 0 20px;
    font-size: 40px;
  }
  #u-next_contact .small_text {
    font-size: 86%;
  }
  .info-sub {
    width: 80%;
  }
  .info-sub h4 {
    font-size: 18px;
  }
  .info-sub p {
    font-size: 14px;
  }
  a.mail_link {
    padding-left: 30px;
  }
  a.mail_link::before {
    width: 24px;
    height: 24px;
  }
}

/* ---------- 概要調整 ---------- */

.u-next_contents .inc_gaiyo {
  background: #fff;
  padding-bottom: 2rem;
}
.u-next_contents .inc_gaiyo h2 {
  padding: 0;
  font-size: 5.4vw;
  letter-spacing: 0.1em;
}
#otoku_gaiyo .title3 {
  margin: 0 auto 10px;
  font-size: clamp(15px, 4vw, 18px);
  font-weight: normal;
  letter-spacing: 0;
}
#otoku_gaiyo:not(.tab-none).inc_gaiyo .gaiyo-applicable-link {
  line-height: 1.4em;
}
@media screen and (min-width: 641px) {
  .u-next_contents .inc_gaiyo h2 {
    font-size: 30px;
  }
  #otoku_gaiyo .title3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .u-next_contents .inc_gaiyo {
    padding: 6vw 0;
  }
}