@keyframes mvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-scroll-fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s 0ms, transform 1s 0ms;
}
.js-scroll-fadeIn.is-show {
  opacity: 1;
  transform: translateY(0);
}
.font-type-diff {
  font-family: 'Noto Sans', Arial, sans-serif;
}
.main-color {
  color: #E93817;
}
.blue-color {
  color: #0B7EFF;
}
.section-price .link-line {
  text-decoration: underline;
  color: #3FA9F5;
}
.section-price .link-line:visited:hover {
  text-decoration: none;
  color: #3FA9F5;
}
.note-star {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
}
.note-star::before {
  content: "★";
  position: absolute;
  top: 0;
  left: 0;
}
.link-part {
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #3FA9F5 !important;
}
.link-part::after {
  content: '';
  position: absolute;
  top: 58%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(/service/net/images_v10/wifi7/icon_link_lightblue.svg) no-repeat center center / contain;
  width: 16px;
  height: 16px;
}
[class*="section_"] {
  overflow: hidden;
}
@media screen and (min-width: 1160px) {
  #content [class*="container-"] {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  #content [class*="container-"]:not(.container-point) {
    margin: 0 20px;
  }
}
.lh-11 {
  line-height: 1.1;
}
.lh-17 {
  line-height: 1.7;
}
.color-gray {
  color: #939393;
}
.section-mv {
  opacity: 0;
  padding: 129px 0;
  background: url(/service/net/images_v10/wifi7/kv_wifi7.webp) no-repeat center center;
  background-color: #140F21;
  height: 750px;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.section-mv.is-show {
  opacity: 1;
}
.section-mv .container-mv {
  display: flex;
  justify-content: flex-end;
  max-width: 1022px;
  margin: auto;
  text-align: right;
}
.section-mv .box-mv {
  display: inline-block;
  width: 566px;
}
.section-mv .container-mv .mv-title {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.section-mv .container-mv .mv-title.is-show {
  opacity: 1;
  transition-delay: 1s;
}
.section-mv .container-mv .h1-none {
  opacity: 0;
  max-width: 0;
  margin: 0;
  padding-left: 0;
  font-size: 0;
  line-height: 0;
  position: static;
}
.section-mv .container-mv .h1-none::after {
  content: none;
}
.section-mv .container-mv .mv-movie {
  margin-top: 56px;
  text-align: center;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.section-mv .container-mv .mv-movie.is-show {
  opacity: 1;
  transition-delay: 2s;
}
.section-mv .container-mv .mv-movie p {
  color: #fff;
}
.section-mv .container-mv .mv-movie .cm-title {
  margin: 10px 0 4px;
  font-size: 18px;
}
.section-mv .container-mv .mv-movie .video-content {
  border: none;
}
.section-anc {
  background-color: #140F21;
}
.section-anc .container-anc {
  margin: 0 auto;
  /*▽11/6公開分*/
/* padding: 40px 0 56px;*/
  padding: 40px 0;
  max-width: 927px
}
.section-anc .container-anc .box-anc {
  display: flex;
  justify-content: space-between;
}
.section-anc .container-anc .box-anc .link-anc-content a {
  position: relative;
  padding-bottom: 21px;
  color: #FFFFFF;
  font-size: 16px;
}
.section-anc .container-anc .box-anc .link-anc-content a::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 16px;
  height: 8px;
  background: url(/service/net/images_v10/wifi7/link-anc-arrow.svg) no-repeat center center / contain;
}
.section-cv-dark {
  background: #1A1C28;
  padding: 56px 0 50px !important;
}
.section-cv-dark .new-cv-box .new-cv-board,
.section-cv-dark-middle {
  background: #140F21;
}
.section-cv-dark-middle {
  padding: 40px 0 !important;
}
.section-cv-dark .new-cv-ttl,
.section-cv-dark .upside-text,
.section-cv-dark-middle .upside-text {
  color: #FFFFFF;
}
.section-cv-dark .container .cv-side::before {
  content: none;
}
.section-cv-dark .box-oita {
  margin-top: 22px;
}
.section-cv-dark .box-oita .link-blank {
  font-size: 15px;
  font-weight: normal;
  text-decoration: underline;
  color: #FFFFFF!important;
}
.section-cv-dark .box-oita .link-blank::after {
  background: url(/common_v10/images/icn-link-blank-white.svg) no-repeat center center / contain;
}
.section-point {
  padding: 125px 0;
  background: url(/service/net/images_v10/wifi7/bg-point.webp) no-repeat top center;
  background-size: cover;
}
.section-point .container-point {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}
.section-point .container-point .point-title {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 38px;
}
.section-point .container-point .text-top {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.section-point .container-point .point-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url(/service/net/images_v10/wifi7/dec_point_bubble.webp) no-repeat center center;
  width: 474px;
  height: 23px;
}
/*ポイント カルーセル*/
.section-point .container-point .graph-wrap {
  display: flex;
  justify-content: center;
  margin: 62px 0 34px;
}
.section-point .container-point .graph-inner {
  position: relative;
  width: 561px;
  height: 419px;
  padding: 52px 115px;
}
.graph-wrap .point-navi li {
  position: absolute;
  margin: 0;
  padding: 0 4px 15px;
}
.graph-wrap .point-navi li::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("/service/net/images_v10/wifi7/graph_point_line.png") repeat-x center;
  background-size: auto 5px;
  opacity: 0;
  transition: .3s opacity ease-out;
}
.graph-wrap .point-navi li.is-active::after {
  opacity: 1;
}
.graph-wrap .point-navi li.point01 {
  top: 0;
  left: 210px;
}
.graph-wrap .point-navi li.point02 {
  top: 154px;
  right: 14px;
}
.graph-wrap .point-navi li.point03 {
  bottom: 2px;
  right: 113px;
}
.graph-wrap .point-navi li.point04 {
  bottom: 2px;
  left: 93px;
}
.graph-wrap .point-navi li.point05 {
  top: 154px;
  left: 0;
}
.point-carousel {
  max-width: 606px;
  margin: 0 auto;
}
.point-carousel__item {
  position: relative;
  margin: 0 20px;
  height: 364px;
  border-radius: 6px;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #1A1C28;
}
.point-carousel .slick-list {
  position: relative;
  overflow: visible;
}
.point-carousel .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  background: linear-gradient(45deg, #0B7EFF 14.63%, #C0498A 85.37%);
  border-radius: 50%;
  z-index: 2;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.point-carousel .slick-arrow:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  vertical-align: middle;
}
.point-carousel .slick-prev {
  left: -40px;
}
.point-carousel .slick-prev:before {
  transform: rotate(225deg);
  left: 6px;
  right: 0;
}
.point-carousel .slick-next{
  right: -40px;
}
.point-carousel .slick-next:before {
  transform: rotate(45deg);
  left: 6px;
  right: 10px;
}
.point-carousel__control {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.point-carousel__switch__pause,
.point-carousel__switch__play {
  flex: none;
  cursor: pointer;
  position: relative;
  top: 2px;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
  outline: 1px solid #939393;
}
.point-carousel__switch__pause::before,
.point-carousel__switch__pause::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 9px;
  width: 3px;
  height: 12px;
  border-radius: 999px;
  background: #939393;
}
.point-carousel__switch__pause::after {
  left: 16px;
}
.point-carousel__switch__play::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 11px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 9px solid #808080;
}
@keyframes point-dot-animation {
  0% {
    transform: scale(0.4);
    background: #e5e5e5;
  }
  100% {
    transform: scale(1);
    background: linear-gradient(45deg, #0B7EFF 14.63%, #C0498A 85.37%);
  }
}
.point-carousel__pager .slick-dots {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.point-carousel__pager .slick-dots li {
  margin: 0;
  padding: 0;
}
.point-carousel__pager .slick-dots button {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: none;
  text-indent: -9999px;
}
.point-carousel__pager .slick-dots button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #e5e5e5;
  border-radius: 50%;
}
.point-carousel__pager .slick-dots .slick-active button::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(45deg, #0B7EFF 14.63%, #C0498A 85.37%);
  animation: 0.2s cubic-bezier(0.19, 1, 0.22, 1) point-dot-animation forwards;
}
/*ポイント カルーセル ここまで*/
button:focus {
  outline: none;
}
.section-point .container-point .point-content {
  position: relative;
  width: 566px;
  height: 364px;
  border-radius: 6px;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #1A1C28;
/*  background: linear-gradient(57.36deg, #0B7EFF 0.25%, #C0498A 99.75%);
  opacity: 0.15;*/
}
.section-point .container-point .point-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(57.36deg, #0B7EFF 0.25%, #C0498A 99.75%);
  border-radius: 6px 0 0 6px;
  opacity: 0.15;
  width: calc(100% - 41px);
  height: 100%;
}
.section-point .container-point .point-content::after {
  content: '';
  position: absolute;
  top: 28px;
  right: 12px;
}
.section-point .container-point .point-content.point-content-01::after {
  background: url(/service/net/images_v10/wifi7/text_point_01.webp) no-repeat center center;
  width: 14px;
  height: 12px;
}
.section-point .container-point .point-content.point-content-02::after {
  background: url(/service/net/images_v10/wifi7/text_point_02.webp) no-repeat center center;
  width: 15px;
  height: 12px;
}
.section-point .container-point .point-content.point-content-03::after {
  background: url(/service/net/images_v10/wifi7/text_point_03.webp) no-repeat center center;
  width: 15px;
  height: 12px;
}
.section-point .container-point .point-content.point-content-04::after {
  background: url(/service/net/images_v10/wifi7/text_point_04.webp) no-repeat center center;
  width: 15px;
  height: 12px;
}
.section-point .container-point .point-content.point-content-05::after {
  background: url(/service/net/images_v10/wifi7/text_point_05.webp) no-repeat center center;
  width: 15px;
  height: 12px;
}
.section-point .container-point .point-content .text-wrap {
  padding-top: 40px;
  height: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
/*.section-point .container-point .point-content .text-wrap .text-wrap-sub {
  height: calc(100% - 78px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
*/.section-point .container-point .point-content .text-wrap .point-type {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 28px;
  font-size: 32px;
  font-weight: bold;
}
.section-point .container-point .point-content .text-wrap .main-text {
  font-size: 20px;
}
.section-point .container-point .point-content .text-wrap .point-type::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 300px;
  height: 4px;
  background: linear-gradient(45deg, rgba(11, 126, 255, 1) 0%, rgba(192, 73, 138, 1) 100%);
}
.section-point .container-point .point-content .text-wrap .point-type::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url(/service/net/images_v10/wifi7/dec-triangle-grad.svg) no-repeat center center / contain;
  width: 16px;
  height: 12px;
}
.section-point .container-point .point-content .link-bg-black {
  position: relative;
  display: inline;
  padding: 18px 110px;
  background-color: #1A1A1A;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 30px;
  width: 100%;
  min-width: 100%;
}
.section-point .container-point .point-content .link-bg-black::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(/service/net/images_v10/wifi7/dec_point_arrow.svg) no-repeat center center / contain;
  width: 8px;
  height: 14px;
}
.section-point .container-point .modal-content {
  max-width: 816px;
  border-radius: 6px;
}
.section-point .container-point .modal .modal-content>a.modal-close {
  z-index: 2;
  background-image: none;
  overflow: hidden;
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 36px;
  height: 36px;
  margin: auto;
  outline: none;
}
.section-point .container-point .modal .modal-content>a.modal-close::before {
  content: none;
}
.section-point .container-point .modal .modal-content>a.modal-close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/service/net/images_v10/wifi7/dec_modal_close.webp) no-repeat center center / contain;
  width: 36px;
  height: 36px;
  transform: rotate(90deg);
}
.section-point .container-point .modal-wrap {
  padding: 66px 58px;
  background-color: #F2F2F2;
  color: #333;
}
.section-point .container-point .modal-wrap .modal-title {
  position: relative;
  margin: 12px 0 18px;
  padding-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}
.section-point .container-point .modal-wrap .modal-title::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 52%;
  height: 4px;
  background: linear-gradient(45deg, rgba(11, 126, 255, 1) 0%, rgba(192, 73, 138, 1) 100%);
}
.section-point .container-point .modal-wrap .modal-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url(/service/net/images_v10/wifi7/dec-triangle-grad.svg) no-repeat center center / contain;
  width: 16px;
  height: 12px;
}
.section-point .container-point .modal-wrap .modal-img-wrap {
  position: relative;
  padding-bottom: 50px;
}
.section-point .container-point .modal-wrap .modal-img-wrap::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #F2F2F2;
  width: 95px;
  height: 95px;
  border-radius: 50%;
}
.section-point .container-point .modal-wrap .modal-img-wrap::after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: calc(50% + 2px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url(/service/net/images_v10/wifi7/dec_point01_clock.webp) no-repeat center center / contain;
  width: 63px;
  height: 61px;
}
.section-point .container-point .modal-wrap .main-text {
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.section-point .container-point .modal-wrap .box-about {
  display: flex;
  padding: 0 14px;
  border-radius: 4px;
  background-color: #FFFFFF;
}
.section-point .container-point .modal-wrap .box-about:nth-child(n+2) {
  margin-top: 10px;
}
.section-point .container-point .modal-wrap .box-about .box-about-left {
  width: 320px;
  height: 260px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 5px;
}
.section-point .container-point .modal-wrap .box-about .box-about-right {
  text-align: center;
  width: 100%;
}
.section-point .container-point .modal-wrap .box-about .box-about-right .text-wrap {
  margin-top: 20px;
  height: calc(100% - 102px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-point .container-point .modal-wrap .box-about .box-about-right .text-wrap p {
  font-size: 16px;
}
.section-point .container-point .modal-wrap .box-about .box-about-right .text-wrap .text-bold {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
}
.section-point .container-point .modal-wrap .box-about .box-about-right .link-bg-black {
  position: relative;
  display: inline;
  padding: 6px 32px;
  background-color: #1A1A1A;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 55px;
  width: 100%;
  min-width: 100%;
}
.section-point .container-point .modal-wrap .box-about .box-about-right .link-bg-black::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(/service/net/images_v10/wifi7/dec_point_arrow.svg) no-repeat center center / contain;
  width: 4px;
  height: 7px;
}
.section-point .container-point .modal-wrap .box-about .box-about-right .bg-blue {
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
  background-color: #DBECFF;
  color: #0B7EFF;
}
.section-point .container-point .modal-wrap .box-table {
  margin-top: 26px;
}
.section-point .container-point .modal-wrap .box-table .table-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
.section-point .container-point .modal-wrap .box-table .table-img {
  margin: 10px 0;
}
.section-point .container-point .modal-wrap .flex-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.section-point .container-point .modal-wrap .flex-wrap .flex-wrap-left {
  width: 60px;
  margin-right: 10px;
}
.section-point .container-point .modal-wrap .flex-wrap .flex-wrap-right {
  text-align: left;
}
.section-point .container-point .modal-wrap .flex-wrap .flex-wrap-right p {
  margin-bottom: 0;
}
.section-point .container-point .modal-wrap .feature-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.section-point .container-point .modal-wrap .feature-box .feature-content {
  padding: 33px 9px;
  width: calc((100% - 60px) / 2);
  background-color: #FFFFFF;
}
.section-point .container-point .modal-wrap .feature-box .feature-content:nth-child(n+2) {
margin-left: 24px;
}
.section-point .container-point .modal-wrap .feature-box .feature-content .text-wrap {
  height: calc(100% - 160px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.section-point .container-point .modal-wrap .black-btn {
  margin-top: 20px;
}
.section-point .container-point .modal-wrap .link-bg-black {
  position: relative;
  display: inline;
  margin-top: 20px;
  padding: 6px 32px;
  background-color: #1A1A1A;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 55px;
  width: 100%;
  min-width: 100%;
}
.section-point .container-point .modal-wrap .link-bg-black::after {
  content: '';
  position: absolute;
  top: 52%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(/service/net/images_v10/wifi7/dec_point_arrow.svg) no-repeat center center / contain;
  width: 4px;
  height: 10px;
}
.section-point .container-point .modal-wrap .box-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  line-height: 1.1;
}
.section-point .container-point .modal-wrap .box-price .box-price-left .border-black {
  padding: 4px 14px;
  border: 1px solid #000000;
  font-size: 18px;
  font-weight: bold;
}
.section-point .container-point .modal-wrap .box-price .box-price-left .price-period {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: bold;
}
.section-point .container-point .modal-wrap .box-price .box-price-left .price-period .font-type-diff {
  font-size: 36px;
}
.section-point .container-point .modal-wrap .box-price .box-price-right {
  display: flex;
  align-items: flex-end;
  margin-left: 10px;
}
.section-point .container-point .modal-wrap .box-price .box-price-right span {
  font-size: 48px;
}
.section-point .container-point .modal-wrap .text-box {
  margin-top: 20px;
  padding: 20px 0;
  width: 100%;
  background-color: #FFFFFF;
}
.section-point .container-point .modal-wrap .text-box p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}
.section-point .container-point .modal-wrap .feature-flex-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.section-point .container-point #modal-point03 .modal-wrap .list-disk li,
.section-point .container-point #modal-point04 .modal-wrap .list-note-num li {
  display: inline-block;
}
.section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content {
  width: calc((100% - 60px) / 2);
  background-color: #FFFFFF;
  border-radius: 4px;
  padding-bottom: 30px;
}
.section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content:nth-child(n+2) {
  margin-left: 24px;
}
.section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content .img-wrap {
  position: relative;
  padding-bottom: 40px;
}
.section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content .img-wrap::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #FFFFFF;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content .img-wrap::after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content.flex-left .img-wrap::after {
  background: url(/service/net/images_v10/wifi7/dec_point04_01.webp) no-repeat center center / contain;
  width: 42px;
  height: 42px;
}
.section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content.flex-right .img-wrap::after {
  background: url(/service/net/images_v10/wifi7/dec_point04_02.webp) no-repeat center center / contain;
  width: 42px;
  height: 41px;
}
.section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content .text-wrap .title {
  font-size: 20px;
  font-weight: bold;
}
.section-point .container-point #modal-point05 .modal-wrap .feature-content {
  display: flex;
  flex-direction: row;
  margin-bottom: 6px;
  border-radius: 4px;
}
.section-point .container-point #modal-point05 .modal-wrap .feature-content .feature-content-left {
  width: 350px;
  flex-shrink: 0;
  border-radius: 4px 0 0 4px;
}
.section-point .container-point #modal-point05 .modal-wrap .feature-content .feature-content-right {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0 4px 4px 0;
}
.section-point .container-point #modal-point05 .modal-wrap .feature-content .feature-content-right .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}


.section-point .container-point .swiper[data-overflow="true"] .swiper-slide.point-content {
  opacity: 1;
/*  background: linear-gradient(57.36deg, #0B7EFF 0.25%, #C0498A 99.75%);
  opacity: 0.15;*/
}

.section-point .container-reason {
  max-width: 980px;
  margin: 124px auto;
}
.section-point .container-reason .reason-title {
  margin-top: 124px;
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  color: #FFFFFF;
}
.section-point .container-reason .reason-title .sub-text {
  position: relative;
  padding: 0 22px;
  font-size: 28px;
}
.section-point .container-reason .reason-title .sub-text::before,
.section-point .container-reason .reason-title .sub-text::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 0;
  height: 26px;
  border-left: 2px solid #FFFFFF;
}
.section-point .container-reason .reason-title .sub-text::before {
  left: 0;
  transform: rotate(-22deg);
}
.section-point .container-reason .reason-title .sub-text::after {
  right: 0;
  transform: rotate(22deg);
}
.section-point .container-reason .reason-box {
  padding: 30px 38px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
}
.section-point .container-reason .box-hikari {
  display: flex;
  padding: 10px;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.section-point .container-reason .box-hikari-right {
  padding: 37px 0 0 50px;
}
.section-point .container-reason .box-hikari-right .box-price {
  display: flex;
  line-height: 1.1;
}
.section-point .container-reason .box-hikari-right .box-price .border-black {
  margin-top: 6px;
  padding: 4px 13px;
  border: 1px solid #000000;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.section-point .container-reason .box-hikari-right .box-price .price-period {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}
.section-point .container-reason .box-hikari-right .box-price .price-period .font-type-diff {
  font-size: 36px;
}
.section-point .container-reason .box-hikari-right .box-price .box-price-right {
  display: flex;
  align-items:flex-end;
  margin-left: 10px;
}
.section-point .container-reason .box-hikari-right .box-price .box-price-right span {
  margin-left: 5px;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}
.section-point .container-reason .black-btn {
  margin-top: 24px;
  text-align: center;
}
.section-point .container-reason .black-btn .link-bg-black {
  display: inline;
  padding: 8px 40px;
  background-color: #1A1A1A;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 15px;
  width: 100%;
  min-width: 100%;
}
.section-point .container-reason .box-bottom {
  display: flex;
  flex-direction: row;
  margin-top: 18px;
}
.section-point .container-reason .box-bottom .box-bottom-link {
  width: calc((100% - 20px) / 2);
}
.section-point .container-reason .box-bottom .box-bottom-mini {
  display: flex;
  padding: 10px;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-left {
  margin-right: 20px;
  width: 180px;
  flex-shrink: 0;
}
.section-point .container-reason .box-bottom a:nth-child(n+2) {
  margin-left: 20px;
}
.section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-right {
  padding-bottom: 4px;
  text-align: center;
  width: 100%;
}
.section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-right .text-wrap {
  height: calc(100% - 33px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-right .text-under-border,
.section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-right .text-normal {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-right .text-under-border {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 16px;
}
.section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-right .text-under-border {
  font-size: 16px;
}
.section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-right .text-under-border::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 147px;
  height: 2px;
  background: linear-gradient(45deg,rgba(11, 126, 255, 1) 0%, rgba(192, 73, 138, 1) 100%);
}
.section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-right .text-under-border::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url(/service/net/images_v10/wifi7/dec-triangle-grad.svg) no-repeat center center / contain;
  width: 9px;
  height: 7px;
}
.section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-right .text-normal .text-red {
  color: #E93817;
}
.section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-right .black-btn {
  margin-top: 0;
}
.section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-right {
    margin: 20px 0 0 44px;
    text-align: center;
}


.section-topic {
  background-color: #140F21;
}
.section-topic .container-topic {
  margin: 0 auto;
  padding: 60px 0 76px;
  box-sizing: border-box;
  position: relative;
  max-width: 833px;
}
/*.section-topic .container-topic {
  margin: 0 auto;
  padding: 65px 0;
  box-sizing: border-box;
  position: relative;
  max-width: 1124px;
}*/
.section-topic .container-topic h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 26px;
  color: #FFFFFF;
}
.section-topic .container-topic h2::before,
.section-topic .container-topic h2::after {
  content: none;
}
.section-topic .container-topic .topic-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section-topic .container-topic .swiper[data-slide] {
  padding-left: 0;
  padding-right: 0;
}
.section-topic .container-topic .swiper .bd-radius-16 {
  border-radius: 0 !important;
}
.section-topic .container-topic .swiper .swiper-button-prev {
  left: -70px;
}
.section-topic .container-topic .swiper .swiper-button-next {
  right: -70px;
}
.section-topic .container-topic .swiper .swiper-extended-footer .swiper-pagination .swiper-pagination-bullet-active::before,
.section-topic .container-topic .swiper .swiper-button-prev,
.section-topic .container-topic .swiper .swiper-button-prev:hover,
.section-topic .container-topic .swiper .swiper-button-next,
.section-topic .container-topic .swiper .swiper-button-next:hover {
  background: linear-gradient(45deg, #0B7EFF 14.63%, #C0498A 85.37%)!important;
}
.section-price {
  padding: 120px 0;
  background: url(/service/net/images_v10/wifi7/bg_price.webp) no-repeat top center;
  background-size: cover;
}
.section-price .container-price {
  margin: 0 auto;
  max-width: 980px;
}
.section-price .container-price h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  color: #FFFFFF;
}
.section-price .container-price .price-tab {
  margin-top: 36px;
}
.section-price .container-price .price-tab .price-tab-nav {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 744px;
  width: 100%;
  margin: auto;
  gap: 8px;
}
.section-price .container-price .price-tab .price-tab-nav .nav-type {
  display: flex;
  overflow: visible;
  position: relative;
  margin: 0;
  width: 50%;
}
.section-price .container-price .price-tab .price-tab-nav .nav-type .nav-content {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF !important;
  border: 2px solid #D9D9D9;
  border-bottom: none;
  border-radius: 18px 18px 0 0;
}
.section-price .container-price .price-tab .price-tab-nav .nav-type:not(.active) .nav-content {
  height: 61px;
}
.section-price .container-price .price-tab .price-tab-nav .nav-content::before {
  content: '';
  position: absolute;
  background-color: #081337;
  bottom: -6px;
  left: 0;
  width: 364px;
  height: 10px;
}
.section-price .container-price .price-tab .price-tab-nav .nav-type:not(.active) .nav-content::before {
  display: none;
}

.section-price .container-price .price-tab .price-tab-nav .nav-type.active .nav-content::after {
  content: '';
  position: absolute;
  background: linear-gradient(90deg, #0B7EFF -0.17%, #C0498A 99.39%);
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 340px;
  height: 5px;
  z-index: 2;
}

.section-price .container-price .price-tab .price-tab-nav .nav-type.active .under-line {
  position: relative;
}
.section-price .container-price .price-tab .price-tab-nav .nav-type.active .under-line::after {
  content: '';
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url(/service/net/images_v10/wifi7/dec-triangle-grad.svg) no-repeat center center / contain;
  width: 20px;
  height: 16px;
  z-index: 2;
}
.section-price .container-price .price-tab .price-tab-wrap {

}
.section-price .container-price .price-tab .price-tab-box {
  margin-bottom: 16px;
  padding: 64px 120px 55px;
  color: #000000;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
}
.section-price .container-price .price-tab .price-tab-content .price-wrap {
  margin-bottom: 20px;
  padding: 30px 0;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.section-price .container-price .price-tab .price-tab-content .price-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
.section-price .container-price .price-tab .price-tab-content .price-box .box-cmn {
  width: 50%;
}
.section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .text-bold {
  font-size: 20px;
  font-weight: bold;
}
.section-price .container-price .price-tab .price-tab-content .price-box .price-box-left {
  padding: 0 42px;
  border-right: 1px solid #E6E6E6;
}
.section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .plan-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  margin: 20px 0 6px;
}
.section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .plan-wrap .plan-border {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 22px);
  height: 96px;
  border: 1px solid #4D4D4D;
  border-radius: 6px;
}
.section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .plan-wrap .bg-grad {
  flex-direction: column;
  padding-bottom: 6px;
  background: linear-gradient(48.49deg, #0B7EFF 1.14%, #C0498A 98.86%);
  border: none;
}
.section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .plan-wrap .bg-grad p {
  margin-bottom: 4px;
  font-size: 14px;
  color: #fff;
}
.section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .plan-wrap .bg-grad .dec-text {
  position: relative;
  padding: 0 8px;
}
.section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .plan-wrap .bg-grad .dec-text::before,
.section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .plan-wrap .bg-grad .dec-text::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  bottom: 2px;
  width: 0;
  height: 14px;
  border-left: 2px solid #FFFFFF;
}
.section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .plan-wrap .bg-grad .dec-text::before {
  left: 0;
  transform: rotate(-28deg);
}
.section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .plan-wrap .bg-grad .dec-text::after {
  right: 0;
  transform: rotate(28deg);
}
.section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .text-link {
  margin-bottom: 0;
}
.section-price .container-price .price-tab .price-tab-content .price-box .price-box-right {
  margin-bottom: 8px;
}
.section-price .container-price .price-tab .price-tab-content .price-box .price-box-right .price-parts {
  font-size: 40px;
  color: #E93817;
}
.section-price .container-price .price-tab .price-tab-content .price-box .price-box-right .unit-parts {
  font-size: 24px;
  color: #E93817;
}
.section-price .container-price .price-tab .price-tab-content .price-box .price-box-right sup {
  font-size: 12px;
  color: #E93817;
}
.section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .end-price {
  font-size: 14px;
  font-weight: normal;
}
.section-price .container-price .price-tab .price-tab-content .price-box .dec-present {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 0 4px 28px;
  font-size: 20px;
  font-weight: bold;
}
.section-price .container-price .price-tab .price-tab-content .price-box .dec-present::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(/service/net/images_v10/wifi7/icon_present.webp) no-repeat center center / contain;
  width: 24px;
  height: 26px;
}
.section-price .container-price .price-tab .price-tab-content .price-box .dec-present::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, rgba(11, 126, 255, 1) 0%, rgba(192, 73, 138, 1) 100%);
  width: 100%;
  height: 2px;
}
.section-price .container-price .price-tab .price-tab-content .price-wrap .note-wrap {
  padding: 0 42px;
}
.section-price .container-price .price-tab .price-tab-wrap .appeal-box {
  margin-top: 18px;
  padding: 24px 0;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.section-price .container-price .price-tab .price-tab-wrap .appeal-box p {
  line-height: 1.7;
  font-size: 16px;
}
.section-price .container-price .price-tab .price-tab-wrap .appeal-box .main-text {
  font-size: 18px;
}
.section-price .container-price .price-tab .top-btn-list {
  margin: 40px auto;
  max-width: 760px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section-price .container-price .price-tab .price-inmyroom-box {
  margin: 70px auto 0;
  max-width: 740px;
}
.section-price .container-price .price-tab .price-inmyroom-box h3 {
  margin: 0 0 16px;
  font-size: 20px;
  color: #FFFFFF;
}
.section-price .container-price .price-tab .price-link-wrap {
  display: flex;
  margin-bottom: 12px;
  border-radius: 5px;
  background-color: #F2F2F2;
}
.section-price .container-price .price-tab .price-link-wrap .price-link-wrap-left {
  width: 240px;
  height: 180px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 5px;
}
.section-price .container-price .price-tab .price-link-wrap .price-link-wrap-right {
  padding: 25px 0;
  text-align: center;
  width: 100%;
}
.section-price .container-price .price-tab .price-link-wrap .price-link-wrap-right p {
  font-size: 16px;
  color: #000000;
}
.section-price .container-price .price-tab .price-link-wrap .price-link-wrap-right .link-blank-black::after {
  background: url(/service/net/images_v10/wifi7/icon_link_blank.svg) no-repeat center center / contain;
  width: 16px;
  height: 15px;
}
/*タブ js*/
.section-price .container-price .price-tab .js-price-tab-content {
  display: none;
}
.section-price .container-price .price-tab .js-price-tab-content.show {
  display: block;
}

.section-option,
.section-step {
  background-color: #1A1C28;
}
.section-option {
  padding: 90px 0 100px;
}
.section-step {
  padding: 90px 0 140px;
}
.section-option + .section-step {
  padding-top: 0;
}
.container-option,
.container-step {
  margin: 0 auto;
  max-width: 980px;
}
.container-option h2,
.container-step h2 {
  margin-top: 0;
  margin-bottom: 34px;
  font-size: 30px;
  color: #FFFFFF;
}
.container-option h2::before,
.container-step h2::before,
.container-option h2::after,
.container-step h2::after,
.section-price .container-price h2::before,
.section-price .container-price h2::after {
  content: none;
}
.section-option .container-option .option-box {
  display: flex;
  flex-direction: row;
  margin-top: 18px;
}
.section-option .container-option .option-box .option-box-link {
  width: calc((100% - 20px) / 2);
}
.section-option .container-option .option-box .option-wrap {
  display: flex;
  border-radius: 5px;
  background-color: #F2F2F2;
}
.section-option .container-option .option-box .option-wrap .option-wrap-left {
  width: 200px;
  height: 200px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 5px;
}
.section-option .container-option .option-box a:nth-child(n+2) {
  margin-left: 20px;
}
.section-option .container-option .option-box .option-wrap .option-wrap-right {
  padding: 25px 0;
  text-align: center;
  width: 100%;
}
.section-option .container-option .option-box .option-wrap .option-wrap-right .text-wrap {
  height: calc(100% - 36px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-option .container-option .option-box .option-wrap .option-wrap-right .text-wrap p {
  margin-bottom: 0;
  font-size: 14px;
  color: #1A1C28;
}
.section-option .container-option .option-box .option-wrap .option-wrap-right .text-wrap p:last-child {
  margin-bottom: 20px;
}
.section-option .container-option .option-box .option-wrap .option-wrap-right .text-wrap .text-bold {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
}
.section-option .container-option .option-box .option-wrap .option-wrap-right .black-btn {
  text-align: center;
}
.section-option .container-option .option-box .option-wrap .option-wrap-right .link-bg-black {
  display: inline;
  padding: 12px 50px;
  background-color: #1A1A1A;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 20px;
  width: 100%;
  min-width: 100%;
}
.section-option .container-option .option-box .option-wrap .box-bottom-right {
    margin: 20px 0 0 44px;
    text-align: center;
}

.section-step .container-step .step-box {
  padding: 50px 120px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
}
.section-step .container-step .step-box h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  color: #FFFFFF;
}
.section-step .container-step .step-box .modal-body h3 {
  color: #333;
}
.section-step .container-step .step-box h3 .sub-text {
  position: relative;
  padding: 0 18px;
  font-size: 26px;
}
.section-step .container-step .step-box h3 .sub-text::before,
.section-step .container-step .step-box h3 .sub-text::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 6px;
  bottom: 0;
  width: 0;
  height: 22px;
  border-left: 2px solid #FFFFFF;
}
.section-step .container-step .step-box h3 .sub-text::before {
  left: 0;
  transform: rotate(-22deg);
}
.section-step .container-step .step-box h3 .sub-text::after {
  right: 0;
  transform: rotate(22deg);
}
.section-step .container-step .step-box h3 .text-blue {
  font-size: 40px;
  color: #fff;
}
.section-step .container-step .step-box h3 sup {
  top: -16px;
}
.section-step .container-step .step-box .step-modal {
  text-align: center;
}
.section-step .container-step .step-box .step-modal .step-modal-title {
  font-size: 16px;
  font-weight: bold;
}
.section-step .container-step .step-box .step-modal .step-modal-title a {
  position: relative;
  padding-right: 20px;
  color: #3FA9F5;
}
.section-step .container-step .step-box .step-modal .step-modal-title a::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  background: url(/service/net/images_v10/wifi7/icon-modal.svg) no-repeat center center / contain;
  width: 16px;
  height: 16px;
}
.section-step .container-step .step-box .step-table {
  display: flex;
  flex-direction: row;
  margin: 20px 0 6px;
  padding: 34px 0;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.section-step .container-step .step-box .step-table .step-table-wrap {
  position: relative;
  display: flex;
  width : calc(100% / 3);
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-step .container-step .step-box .step-table .step-table-wrap::before {
  content: "";
  position: absolute;
  top: 38px;
  background: #0B7EFF;
  width: 84%;
  height: 2px;
}
.section-step .container-step .step-box .step-table .step-table-wrap::after {
  content: "";
  position: absolute;
  top: 35px;
  left: calc(100% - 28px);
  background: #0B7EFF;
  width: 10px;
  height: 2px;
  transform: rotate(218deg);
}
.section-step .container-step .step-box .step-table .step-table-wrap:last-child::after {
  content: none;
}
.section-step .container-step .step-box .step-table .step-table-wrap:not(:last-child) {
  border-right: 1px solid #E6E6E6;
}
.section-step .container-step .step-box .step-table .step-table-wrap .step-number {
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 14px;
}

.section-step .container-step .step-box .step-table .step-table-wrap .img-wrap {
  margin-bottom: 18px;
  height: 81px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-step .container-step .step-box .step-table .step-table-wrap p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  color: #1A1C28;
}
@media screen and (min-width: 900px) {
  .section-cv .container .cv-guide .cv-box.new-cv-box .new-cv-board .btn-phone .phone-body .phone-txt-1 {
    background: url(/common_v10/images/icn-phone-white.svg) no-repeat left center / 24px auto;
  }
}
@media screen and (max-width: 899px) {
  .section-cv .container .cv-guide .cv-box.new-cv-box .new-cv-board .btn-phone .phone-body {
    background: url(/common_v10/images/icn-phone-white.svg) no-repeat left center / 22px auto;
  }
}
@media (min-width: 768px) and (max-width: 946px) {
  .section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-left {
    margin-right: 10px;
    width: 140px;
  }
  .section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-right .text-under-border {
    font-size: 14px;
  }
  .section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-right .text-normal {
    font-size: 18px;
  }
  .section-topic .container-topic .topic-box .img-wrap {
    width: calc(100% / 3);
  }
  .section-topic .container-topic .topic-box .img-wrap:nth-child(n+2) {
    margin-left: 20px;
  }
  .section-price .container-price .price-tab .price-tab-box {
    padding: 64px 50px 55px;
  }
}
@media (min-width: 768px) and (max-width: 1159px) {
  .section-point .container-reason .box-hikari {
    justify-content: space-between;
  }
  .section-point .container-reason .box-hikari-right {
    padding: 40px 0 0;
    width: 30%;
  }
  .section-point .container-reason .box-hikari-right .box-price {
    height: calc(100% - 73px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .section-topic .container-topic {
    margin: 0 auto!important;
  }
  .section-price .container-price .price-tab .price-tab-nav {
    width: calc(100% - 60px);
  }
  .section-price .container-price .price-tab .price-tab-nav .nav-type.active .nav-content::after {
    width: 90%;
  }
  .section-price .container-price .price-tab .price-tab-nav .nav-content::before {
    width: 100%;
  }
  .section-option .container-option .option-box .option-wrap .option-wrap-left {
    width: 40%;
  }
  .section-step .container-step .step-box {
    padding: 50px;
  }
  .section-step .container-step .step-box .step-table .step-table-wrap {
    padding: 0 20px;
  }
.section-step .container-step .step-box .step-table .step-table-wrap::before {
    width: calc(100% - 40px);
  }
.section-step .container-step .step-box .step-table .step-table-wrap::after {
    left: calc(100% - 28px);
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .section-point .container-reason .reason-box {
    padding: 30px 8px;
  }
  .section-point .container-reason .box-hikari-right .box-price .border-black {
    font-size: 14px;
    padding: 4px 4px;
  }
  .section-point .container-reason .box-hikari-right .box-price .price-period {
    font-size: 15px;
  }
  .section-point .container-reason .box-hikari-right .box-price .box-price-right img {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lh-14 {
    line-height: 1.4;
  }
  .fs-13-sp {
    font-size: 13px;
  }
  .fs-15-sp {
    font-size: 15px!important;
  }
  .note-star {
    font-size: 12px;
  }
  .section-mv {
    position: relative;
    height: 774px;
    padding: 160px 0 0;
    margin: -130px 0 0;
    background: url(/service/net/images_v10/wifi7/kv_wifi7_sp.webp) no-repeat 31.4% center;
    background-size: cover;
  }
  .section-anc .container-anc .box-anc {
    flex-wrap: wrap;
  }
  .section-mv::after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #140F21 0%, #140F21 48.08%, rgba(20, 15, 33, 0) 100%);
    width: 100%;
    height: 184px;
    bottom: 0;
  }
  .section-mv .box-mv {
    margin-top: 22px;
    max-width: 470px;
  }
  .section-mv .container-mv {
    max-width: 100%;
    justify-content: center;
  }
  .section-mv .container-mv .mv-movie {
    position: absolute;
    width: 228px;
    bottom: 0;
    left: calc((100% - 228px) / 2);
    text-align: center;
    margin-bottom: -130px;
    z-index: 1;
  }
  .section-mv .container-mv .mv-movie .mv_movie-img {
    margin: 0 6px;
  }
  .section-mv .container-mv .mv-movie .cm-title {
    margin: 6px 0 10px;
    font-size: 12px;
    font-weight: 700;
  }
  .section-mv .container-mv .mv-movie .cm-title + p {
    line-height: 1.3;
    font-weight: 400;
  }
  .section-mv .container-mv .mv-movie .modal .modal-overlay {
    background: rgba(102, 102, 102, .7);
    backdrop-filter: blur(25px);
  }
  .section-anc {
    background-color: #140F21;
    padding: 100px 0 0;
  }
  .section-anc .container-anc .box-anc .link-anc-content {
    position: relative;
    width: 50%;
    text-align: center;
  }
  .section-anc .container-anc .box-anc .link-anc-content:nth-child(n+3) {
    margin-top: 36px;
  }
  .link-anc-content:nth-of-type(2n)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    left: 0;
    top: 0;
    background: #1A1C28;
  }
  .section-anc .container-anc .box-anc .link-anc-content a {
    padding-bottom: 14px;
    font-size: 13px;
  }
  .section-anc .container-anc .box-anc .link-anc-content a::after {
    width: 6px;
    height: 3px;
  }
  .section-cv-dark {
    padding: 0 0 20px !important;
  }
  .section-cv-dark.section-cv .container {
    width: calc(100% - 38px);
    margin: 0 20px;
  }
  .section-cv-dark .new-cv-box.row.row-cs-md>.new-cv-board.col-50:first-child::after {
    content: none;
  }
  .section-cv-dark.section-cv .container .cv-guide .cv-box.new-cv-box .new-cv-board .main-btn-adjust,
  .section-cv-dark.section-cv .container .cv-guide .cv-box .icn-member {
    padding: 42px 0;
    height: 123px;
  }
  .section-cv-dark.section-cv .container .cv-guide .cv-box.new-cv-box .new-cv-board .main-btn-adjust {
    background-position: center 14px;
  }
  .section-cv-dark .box-oita .link-blank {
    font-size: 12px;
  }
  .section-point {
    padding: 70px 0;
    background: url(/service/net/images_v10/wifi7/bg-point.webp) no-repeat bottom center;
  }
  .section-point .container-point {
    margin: 0 26px;
  }
  .section-point .container-point .point-title {
    margin-bottom: 24px;
    padding-bottom: 26px;
  }
  .section-point .container-point .point-title::after {
    background: url(/service/net/images_v10/wifi7/dec_point_bubble_pc.svg) no-repeat center center;
    width: 235px;
    background-size: 100% auto;
    height: 12px;
  }
  .section-point .container-point .text-top {
    font-size: 15px;
  }
/*ポイント カルーセル*/
  .section-point .container-point .graph-wrap {
    margin: 42px -26px;
    padding: 0 15px;
  }
  .section-point .container-point .graph-inner {
    width: 345px;
    height: 258px;
    padding: 30px 69px;
  }
  .section-point .container-point .graph-wrap > img {
    max-width: 100%;
  }
  .graph-wrap .point-navi li {
    display: flex;
    padding: 0 2px 7px;
  }
  .graph-wrap .point-navi li::after {
    width: 100%;
    height: 3px;
    background-size: auto 3px;
  }
  .graph-wrap .point-navi li.point01 {
    width: 87px;
    top: 0;
    left: 130px;
  }
  .graph-wrap .point-navi li.point02 {
    width: 58px;
    top: 96px;
    right: 7px;
  }
  .graph-wrap .point-navi li.point03 {
    width: 53px;
    bottom: 3px;
    right: 69px;
  }
  .graph-wrap .point-navi li.point04 {
    width: 94px;
    bottom: 3px;
    left: 58px;
  }
  .graph-wrap .point-navi li.point05 {
    width: 65px;
    top: 96px;
    left: 0;
  }
  .point-carousel__item {
    position: relative;
    margin: 0 12px;
  }
  .point-carousel .slick-prev {
    left: -14px;
  }
  .point-carousel .slick-next{
    right: -14px;
  }
  .point-carousel__control {
    margin-top: 15px;
  }
/*ポイント カルーセル ここまで*/
  .section-point .container-point .point-content {
    height: 286px;
  }
  .section-point .container-point .point-content::before {
    width: calc(100% - 20px);
  }
  .section-point .container-point .point-content::after {
    top: 10px;
    right: 4px;
  }
  .section-point .container-point .point-content.point-content-01::after {
    width: 10px;
    height: 10px;
    background-size: 100% auto;
}
  .section-point .container-point .point-content.point-content-02::after {
    width: 10px;
    height: 10px;
    background-size: 100% auto;
}
  .section-point .container-point .point-content.point-content-03::after {
    width: 10px;
    height: 10px;
    background-size: 100% auto;
}
  .section-point .container-point .point-content.point-content-04::after {
    width: 10px;
    height: 10px;
    background-size: 100% auto;
}
  .section-point .container-point .point-content.point-content-05::after {
    width: 10px;
    height: 10px;
    background-size: 100% auto;
}
  .section-point .container-point .point-content .text-wrap {
    height: calc(100% - 52px);
    padding-top: 24px;
  }
  .section-point .container-point .point-content .text-wrap .point-type {
    padding-bottom: 18px;
    font-size: 26px;
  }
  .section-point .container-point .point-content .text-wrap .point-type::before {
    bottom: 8px;
    width: 190px;
    height: 2px;
  }
  .section-point .container-point .point-content .text-wrap .point-type::after {
    width: 12px;
    height: 8px;
  }
  .section-point .container-point .point-content .text-wrap .main-text {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .section-point .container-point .point-content .link-bg-black {
    padding: 12px 70px;
    font-size: 14px;
  }
  .section-point .container-point .modal-content {
    width: calc(100% - 18px);
  }
  .section-point .container-point .modal-wrap .modal-title {
    padding-bottom: 24px;
    font-size: 18px;
}
  .section-point .container-point .modal-wrap {
    padding: 40px 12px;
  }
  .section-point .container-point .modal-wrap .modal-title::before {
    bottom: 8px;
    width: 200px;
    height: 2px;
}
  .section-point .container-point .modal-wrap .modal-img-wrap {
    padding-bottom: 20px;
  }
  .section-point .container-point .modal-wrap .modal-img-wrap::before {
    width: 45px;
    height: 45px;
}
  .section-point .container-point .modal-wrap .modal-img-wrap::after {
    bottom: 6px;
    width: 33px;
    height: 31px;
}
  .section-point .container-point .modal-wrap .modal-title::after {
    width: 10px;
    height: 8px;
  }
  .section-point .container-point .modal-wrap .main-text {
    margin-bottom: 20px;
    font-size: 15px;
}
.section-point .container-point .modal-wrap .box-about {
    flex-direction: column;
    padding: 0 14px 30px;
}
.section-point .container-point .modal-wrap .box-about:nth-child(n+2) {
    margin: 10px 0;
}
.section-point .container-point .modal-wrap .box-about .box-about-right .text-wrap p {
    font-size: 13px;
}
.section-point .container-point .modal-wrap .box-about .box-about-right .text-wrap .text-bold {
    font-size: 14px;
}
.section-point .container-point .modal-wrap .box-about .box-about-left {
  order: 1;
  width: 100%;
  height: auto;
}
.section-point .container-point #modal-point01 .modal-wrap .box-about .hidden-pc {
  order: 3;
}
.section-point .container-point .modal-wrap .box-table .table-title {
    font-size: 14px;
}

  .section-point .container-point .modal-wrap .feature-flex-box {
    display: block;
  }
  .section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content {
    width: 100%;
    padding-bottom: 34px;
  }
  .section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content:nth-child(n+2) {
    margin-top: 14px;
    margin-left: 0;
  }
  .section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content .img-wrap {
    padding-bottom: 40px;
  }
  .section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content .img-wrap::before {
    width: 90px;
    height: 90px;
  }
  .section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content .img-wrap::after {
    bottom: 25px;
  }
  .section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content .img-wrap img {
    width: 100%;
  }
  .section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content .text-wrap {
    padding: 0 10px;
  }
  .section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content.flex-left .img-wrap::after {
    width: 39px;
    height: 39px;
  }
  .section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content.flex-right .img-wrap::after {
    width: 40px;
    height: 39px;
  }
  .section-point .container-point .modal-wrap .feature-flex-box .feature-flex-content .text-wrap .title {
    font-size: 15px;
    font-weight: bold;
  }
  .section-point .container-point .modal-wrap .flex-wrap {
    display: block;
    margin-bottom: 20px;
  }
  .section-point .container-point .modal-wrap .flex-wrap .flex-wrap-left {
    width: 40px;
    margin: 0 auto;
  }
  .section-point .container-point .modal-wrap .flex-wrap .flex-wrap-right {
    margin-top: 10px;
    text-align: center;
  }
  .section-point .container-point .modal-wrap .flex-wrap .flex-wrap-right p {
    font-size: 15px;
    margin-bottom: 0;
  }
  .section-point .container-point #modal-point02 .modal-wrap .feature-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.section-point .container-point .modal-wrap .feature-box .feature-content:nth-child(n+2) {
    margin-top: 10px;
    margin-left: 0;
}
  .section-point .container-point #modal-point02 .modal-wrap .feature-box .feature-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 20px 10px 20px;
    align-items: center;
}
.section-point .container-point .modal-wrap .feature-box .feature-content .text-wrap {
    order: 2;
    width: 52%;
    margin-left: 10px;
    text-align: left;
}
.section-point .container-point .modal-wrap .feature-box .feature-content .text-wrap p {
    font-size: 13px;
    margin-bottom: 0;
}
.section-point .container-point .modal-wrap .feature-box .feature-content .img-wrap {
    order: 1;
    width: 48%;
}
.section-point .container-point .modal-wrap .box-price .box-price-left .border-black {
    padding: 4px 10px 2px;
    font-size: 16px;
}
.section-point .container-point .modal-wrap .box-price .box-price-left .price-period {
    font-size: 23px;
}
.section-point .container-point .modal-wrap .box-price .box-price-right .img-wrap {
    width: 57px;
}
.section-point .container-point .modal-wrap .box-price .box-price-right span {
    font-size: 42px;
}
.section-point .container-point .modal-wrap .text-box {
    margin-top: 10px;
}
.section-point .container-point .modal-wrap .text-box p {
    font-size: 15px;
}
  .section-point .container-point #modal-point05 .modal-wrap .feature-content {
    display: block;
  }
  .section-point .container-point #modal-point05 .modal-wrap .feature-content .feature-content-left {
    width: 100%;
  }
  .section-point .container-point #modal-point05 .modal-wrap .feature-content .feature-content-left img {
    width: 100%;
  }
  .section-point .container-point #modal-point05 .modal-wrap .feature-content .feature-content-right {
    padding: 24px;
  }
  .section-point .container-point #modal-point05 .modal-wrap .feature-content .feature-content-right .text-wrap {
    display: block;
    text-align: center;
  }
  .section-point .container-reason {
    margin: 62px 36px 0;
  }
  .section-point .container-reason .reason-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 22px;
  }
  .section-point .container-reason .reason-title .sub-text {
    font-size: 17px;
  }
  .section-point .container-reason .reason-title .sub-text::before,
  .section-point .container-reason .reason-title .sub-text::after {
    height: 20px;
  }
  .section-point .container-reason .reason-box {
    padding: 18px 14px;
    border-radius: 5px;
  }
  .section-point .container-reason .box-hikari {
    flex-wrap: wrap;
  }
  .section-point .container-reason .box-hikari {
    display: block;
    padding: 4px;
    border-radius: 2px;
  }
  .section-point .container-reason .box-hikari .box-hikari-top img {
    width: 100%;
  }
  .section-point .container-reason .box-hikari .box-hikari-bottom {
    display: flex;
    justify-content: space-between;
  }
  .section-point .container-reason .box-hikari .box-hikari-bottom .box-hikari-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 46%;
    height: 110px;
    background-color: #F2F2F2;
  }
    .section-point .container-reason .box-hikari-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 54%;
  }
  .section-point .container-reason .box-hikari-right .box-price .border-black {
    margin-top: 6px;
    padding: 4px 6px;
    font-size: 11px;
  }
  .section-point .container-reason .box-hikari-right .box-price .price-period,
  .section-point .container-reason .box-hikari-right .box-price .box-price-right span {
    font-size: 15px;
  }
  .section-point .container-reason .box-hikari-right .box-price .price-period .font-type-diff {
    font-size: 18px;
  }
  .section-point .container-reason .black-btn {
    margin-top: 10px;
  }
  .section-point .container-reason .black-btn .link-bg-black {
    padding: 4px 20px;
    border-radius: 25px;
  }
  .section-point .container-reason .box-bottom {
    flex-direction: column;
    margin-top: 10px;
  }
  .section-point .container-reason .box-bottom a:nth-child(n+2) {
    margin: 10px 0 0;
  }
  .section-point .container-reason .box-bottom .box-bottom-link {
    width: 100%;
  }
  .section-point .container-reason .box-bottom .box-bottom-mini {
    padding: 6px;
    border-radius: 2px;
  }
  .section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-left {
    margin-right: 6px;
    width: 112px;
    height: 128px;
  }
  .section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-right .text-under-border {
    margin-bottom: 0;
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: normal;
  }
  .section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-right .text-under-border::before {
    bottom: 4px;
    width: 90px;
    height: 1px;
  }
  .section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-right .text-under-border::after {
    bottom: 0;
    width: 6px;
    height: 4px;
  }
  .section-point .container-reason .box-bottom .box-bottom-mini .box-bottom-mini-right .text-normal {
    font-size: 13px;
  }
  .section-topic .container-topic {
    margin: 0 80px;
    padding: 60px 0;
  }
  .section-topic .container-topic h2 {
    font-size: 16px;
  }
  .section-topic .container-topic img {
    width: 100%;
  }
  .section-price {
    padding: 54px 0;
  }
  .section-price .container-price {
    margin: 0 20px;
  }
  .section-price .container-price h2 {
    margin-bottom: 14px;
    font-size: 20px;
  }
  .section-price .container-price .sub-text {
    font-size: 13px;
  }
  .section-price .container-price .price-tab {
    margin-top: 26px;
  }
  .section-price .container-price .price-tab .price-tab-nav {
    width: calc(100% - 28px);
    margin: auto 14px;
    gap: 4px;
  }
  .section-price .container-price .price-tab .price-tab-nav .nav-type .nav-content {
    height: 52px;
    padding: 14px;
    font-size: 13px;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
  }
  .section-price .container-price .price-tab .price-tab-nav .nav-type.active .under-line::after {
    top: 36px;
    width: 10px;
    height: 8px;
  }
  .section-price .container-price .price-tab .price-tab-nav .nav-type.active .nav-content::after {
    width: 86%;
    height: 2px;
    bottom: 0;
  }
  .section-price .container-price .price-tab .price-tab-nav .nav-type:not(.active) .nav-content {
    height: 48px;
  }
  .section-price .container-price .price-tab .price-tab-nav .nav-content::before {
    content: '';
    position: absolute;
    background-color: #07092E;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 10px;
  }
  .section-price .container-price .price-tab .price-tab-box {
    margin-bottom: 8px;
    padding: 24px 16px;
    border: 2px solid #D9D9D9;
    border-radius: 6px;
  }
  .section-price .container-price .price-tab .price-tab-content .price-box {
    flex-wrap: wrap;
    margin-bottom: 14px;
  }
  .section-price .container-price .price-tab .price-tab-content .price-box .box-cmn {
    width: 100%;
  }
  .section-price .container-price .price-tab .price-tab-content .price-wrap {
    margin-bottom: 12px;
    padding: 26px 10px;
  }

  .section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .main-text {
    margin-bottom: 0px;
    font-size: 15px;
  }
  .section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .text-bold {
    font-size: 19px;
  }
  .section-price .container-price .price-tab .price-tab-content .price-box .price-box-left {
    padding: 0 18px 20px;
    border-bottom: 1px solid #E6E6E6;
    border-right: none;
  }
  .section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .plan-wrap {
    margin: 10px 0 2px;
    padding: 0 24px;
  }
  .section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .plan-wrap .plan-border {
    width: calc(50% - 14px);
    height: 66px;
    padding: 0 10px;
    border-radius: 4px;
  }
  .section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .plan-wrap .bg-grad p {
    font-size: 12px;
  }
  .section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .plan-wrap .bg-grad .dec-text {
    padding: 0 6px;
  }
  .section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .plan-wrap .bg-grad .dec-text::before, 
  .section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .plan-wrap .bg-grad .dec-text::after {
    bottom: 0;
    height: 12px;
  }
  .section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .plan-wrap .bg-grad img {
    padding-bottom: 4px;
  }

  .section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .plan-wrap .icon-plus {
    width: 18px;
  }
  .section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .text-link {
    font-size: 11px;
    padding: 0 24px;
  }
  .link-part {
    font-size: 11px;
  }
  .link-part::after {
    right: 6px;
    width: 12px;
    height: 12px;
  }
  .section-price .container-price .price-tab .price-tab-content .price-box .box-cmn .end-price {
    font-size: 13px;
  }
  .section-price .container-price .price-tab .price-tab-content .price-box .dec-present {
    font-size: 18px;
  }
  .section-price .container-price .price-tab .price-tab-content .price-wrap .note-wrap {
    padding: 0;
  }
  .price-btn {
    font-size: 15px;
    min-height: 44px;
    padding: 10px 40px;
  }
  .price-btn::after {
    right: 12px;
    width: 6px;
    height: 13px;
  }
  .section-price .container-price .price-tab .price-tab-wrap .appeal-box {
    margin-top: 8px;
    padding: 18px 0;
    border-radius: 2px;
  }
  .section-price .container-price .price-tab .price-tab-wrap .appeal-box p {
    line-height: 1.77;
    font-size: 15px;
  }
  .section-price .container-price .price-tab .price-tab-wrap .appeal-box .main-text {
    font-size: 17px;
  }
  .section-price .container-price .price-tab .price-tab-wrap .appeal-box .link-part {
    font-size: 13px;
  }
  .section-price .container-price .price-tab .price-tab-wrap .appeal-box .link-part::after {
    width: 15px;
    height: 15px;
  }
  .section-price .container-price .price-tab .top-btn-list {
    margin: 58px auto 0;
    width: 330px;
    flex-direction: column;
  }
  .section-price .container-price .price-tab .top-btn-list .top-btn-left {
    margin-bottom: 25px;
  }
  .section-price .container-price .price-tab .price-inmyroom-box {
    margin: 38px auto 0;
    width: 100%;
  }
  .section-price .container-price .price-tab .price-inmyroom-box h3 {
    margin: 0px 0 18px;
    font-size: 15px;
  }
  .section-price .container-price .price-tab .price-link-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
  .section-price .container-price .price-tab .price-link-wrap .price-link-wrap-left {
    width: 100%;
    height: 140px;
  }
  .section-price .container-price .price-tab .price-link-wrap .price-link-wrap-right {
    padding: 20px 0 32px;
  }
  .section-price .container-price .price-tab .price-link-wrap .price-link-wrap-right .main-text {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .section-price .container-price .price-tab .price-inmyroom-box .link-part {
    font-size: 13px;
  }
  .section-price .container-price .price-tab .price-inmyroom-box .link-part::after {
    width: 15px;
    height: 15px;
  }
  .section-cv-dark-middle {
    padding: 44px 0 !important;
  }
  .section-cv-dark-middle .container {
    width: calc(100% - 40px);
    margin: 0px 20px;
  }
  .section-cv-dark-middle.section-cv .container .cv-guide .cv-box .icn-starter,
  .section-cv-dark-middle.section-cv .container .cv-guide .cv-box .icn-member {
    padding-top: 44px;
    height: 124px;
  }
  .section-option {
    padding: 40px 0 70px;
  }
  .container-option,
  .container-step {
    margin: 0 20px;
  }
  .container-option h2,
  .container-step h2 {
    margin-bottom: 14px;
    font-size: 20px;
  }
  .section-option .container-option .option-box {
    width: 100%;
    flex-wrap: wrap;
  }
  .section-option .container-option .option-box .option-box-link {
    width: 100%;
  }
  .section-option .container-option .option-box .option-wrap .option-wrap-left {
    width: 110px;
    height: auto;
    padding: 8px;
  }


  .section-option .container-option .option-box .option-wrap .option-wrap-right .text-wrap .text-bold {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .section-option .container-option .option-box .option-wrap .option-wrap-right .text-wrap p {
    font-size: 12px;
  }
  .section-option .container-option .option-box .option-wrap .option-wrap-right .link-bg-black {
    padding: 4px 20px;
    border-radius: 12px;
  }
  .section-option .container-option .option-box .option-wrap .option-wrap-right {
    padding: 24px 0;
    text-align: center;
    width: 100%;
    height: 130px;
  }
  .section-option .container-option .option-box .option-wrap .option-wrap-right .text-wrap {
    height: auto;
  }
  .section-option .container-option .option-box .option-wrap .option-wrap-right .text-wrap p:last-child {
    margin-bottom: 16px;
  }
  .section-option .container-option .option-box a:nth-child(n+2) {
    margin-left: 0;
    margin-top: 11px;
  }
  .section-step {
    padding: 90px 0 46px;
  }
  .section-step .container-step .step-box {
    padding: 28px 16px;
    border-radius: 4px;
  }
  .section-step .container-step .step-box h3 {
    font-size: 20px;
  }
  .section-step .container-step .step-box h3 .sub-text {
    font-size: 17px;
  }
  .section-step .container-step .step-box h3 .text-blue {
    font-size: 27px;
  }
  .section-step .container-step .step-box .step-modal .step-modal-title {
    font-size: 12px;
  }
  .section-step .container-step .step-box .step-modal .step-modal-title a {
    padding-right: 18px;
  }
  .section-step .container-step .step-box .step-modal .step-modal-title a::after {
    top: 2px;
    width: 15px;
    height: 15px;
  }
  .section-step .container-step .step-box .step-table {
    flex-wrap: wrap;
    flex-direction: column;
    /* width: 100%; */
    margin: 24px 0 6px;
    padding: 14px 10px;
    border-radius: 4px;
  }
  .section-step .container-step .step-box .step-table .step-table-wrap {
    width: 100%;
    flex-direction: row;
  }
  .section-step .container-step .step-box .step-table .step-table-wrap:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 12px;
  }
  .section-step .container-step .step-box .step-table .step-table-wrap:nth-child(n+2) {
    padding-top: 14px;
  }
  .section-step .container-step .step-box .step-table .step-table-wrap .text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
  }
  .section-step .container-step .step-box .step-table .step-table-wrap::before {
    content: none;
  }
  .section-step .container-step .step-box .step-table .step-table-wrap::after {
    content: none;
  }
  .section-step .container-step .step-box .step-table .step-table-wrap .img-wrap {
    margin-bottom: 0;
    height: auto;
    border-right: 2px solid #0B7EFF;
    flex-shrink: 0;
    width: 90px;
    padding: 10px 18px;
  }
  .section-step .container-step .step-box .step-table .step-table-wrap .img-wrap::after {
    content: "";
    position: absolute;
    bottom: 14px;
    left: 88px;
    background: #0B7EFF;
    width: 10px;
    height: 2px;
    transform: rotate(-218deg);
  }
  .section-step .container-step .step-box .step-table .step-table-wrap.last .img-wrap::after {
    content: none;
  }
  .section-step .container-step .step-box .step-table .step-table-wrap .step-number {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .section-step .container-step .step-box .step-table .step-table-wrap p {
    font-size: 13px;
  }

}


