.pc{
  display: block !important;
}
.sp{
  display: none !important;
}
@media(max-width: 768px) {
  .pc{
      display: none !important;
  }
  .sp{
      display: block !important;
  }
}
main h1{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.08;
  text-align: center;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
}
main h1 span{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: initial;
  margin-bottom: 10px;
}
main h2{
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 30px;
}
main h2 span{
  font-size: 24px;
  margin: 0 auto 10px;
}
main h2 + .text{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0 auto 30px;
  text-align: center;
}
@media(max-width: 768px) {
  main h1{
    font-size: 8.53vw;
    margin: 10.66vw auto;
  }
  main h1 span{
    font-size: 6.4vw;
    margin-bottom: 1.33vw;
  }
  main h2{
    font-size: 7.46vw;
    margin: 0 auto 8vw;
  }
  main h2 span{
      font-size: 6.4vw;
      margin: 0 auto 2.66vw;
  }
  main h2 + .text{
      font-size: 4.26vw;
      margin: 0 auto 8vw;
  }
}


.largeTxt {
  display: none;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .largeTxt {
    font-size: 7.46vw;
    margin: 0 auto 8vw;
  }
}
.largeTxt.is-active {
  display: block;
}


/* --------#recommend-------- */
#recommend .subTitle{
  color: #FF7A14;
  font-size: 32px;
  font-weight: bold;
  line-height: initial;
  margin: 0 auto 40px;
  text-align: center;
}
#recommend .subTitle span{
  color: #000;
  font-size: 26px;
}
#recommend .boxWrapper{
  background: #FFD067;
  padding: 30px;
  border-radius: 8px;
}
#recommend .boxWrapper .text{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 20px;
}
#recommend .boxWrapper .flex{
  display: flex;
  justify-content: space-between;
}
#recommend .boxWrapper .flex .box{
  background: #fff;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 20px 15px;
  width: calc(33% - 25px);
}
@media(max-width: 768px) {
  #recommend .subTitle{
      font-size: 7.46vw;
      margin: 0 auto 10.66vw;
  }
  #recommend .subTitle span{
      color: #000;
      font-size: 6.4vw;
  }
  #recommend .boxWrapper{
      background: #FFD067;
      padding: 8vw 4.33vw;
      border-radius: 2.13vw;
  }
  #recommend .boxWrapper .text{
      font-size: 6.4vw;
      margin: 0 auto 5.33vw;
  }
  #recommend .boxWrapper .flex{
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
  }
  #recommend .boxWrapper .flex .box{
      border-radius: 2.13vw;
      font-size: 5.33vw;
      padding: 5.33vw 2.66vw;
      width: 100%;
  }
  #recommend .boxWrapper .flex .box:not(:last-child){
      margin-bottom: 5.33vw;
  }
}
/* /------------------------ */


/* インターネット契約 */
.plan.subTitle{
  display: none;
  color: #fff;
  background: #FF7A14;
  font-size: 22px;
  font-weight: bold;
  line-height: initial;
  border-radius: 25px;
  padding: 9px 11px;
  margin: 0 auto 20px;
  text-align: center;
}
.plan.subTitle.is-active{
  display: table;
}
.areaC__box:not(:last-child),
.list.areaC:not(:last-child){
  margin-bottom: 30px;
}
.list.areaC.js-c2{
  position: relative;
}
.areaC__box .box,
.list.areaC .box{
  position: relative;
  padding: 20px 30px;
  font-weight: bold;
  border-radius: 8px;
  background-color: #FFD067;
  text-align: center;
}
.areaC__box{
  position: relative;
}
.areaC__box.js-c2_plan01 .annotation_text{
  font-size: 14px;
  text-align: left;
  font-weight: 500;
}
.areaC__box.js-c2_plan01 .btn--center{
  margin-bottom: 40px;
}
.areaC__box .box:not(:last-child),
.list.areaC .box:not(:last-child){
  margin-bottom: 30px;
}
.areaC__box .box .speechBubble,
.list.areaC .box .speechBubble{
  color: #fff;
  background: #047AD0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
  border-radius: 8px;
  padding: 11px 20px 10px;
  margin: 0 auto 22px;
  display: table;
  position: relative;
}
.areaC__box .box .speechBubble:after,
.list.areaC .box .speechBubble:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 14px solid #047AD0;
  border-bottom: 0;
  position: absolute;
  bottom: -12px;
  right: 0;
  left: 0;
  margin: auto;
}
.areaC__box .box h3,
.list.areaC .box h3{
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 8px;
  position: relative;
  padding: 20px 22px;
}
.areaC__box .box h3.boxCenter,
.list.areaC .box h3.boxCenter{
  padding: 20px 80px;
}
.areaC__box .box h3.boxCenter .logo .text,
.list.areaC .box h3.boxCenter .logo .text{
  text-align: center;
}
.areaC__box .box h3.boxCenter .text,
.list.areaC .box h3.boxCenter .text{
  text-align: center;
}
.areaC__box .box h3::after,
.list.areaC .box h3::after{
  content: "";
  width: 20px;
  height: 4px;
  background: #047AD0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.areaC__box .box h3::before,
.list.areaC .box h3::before{
  content: "";
  width: 4px;
  height: 20px;
  background: #047AD0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.areaC__box .box h3 .logo,
.list.areaC .box h3 .logo{
  width: 50%;
  margin-right: 80px;
  text-align: right;
  display: flex;
    align-items: center;
    justify-content: flex-end;
}
.areaC__box .box h3 .logo img,
.list.areaC .box h3 .logo img{
  max-width: 300px;
  width: auto;
}
.areaC__box .box h3 .logo.biglobe img {
  max-width: 200px;
}
.areaC__box .box h3 .text,
.list.areaC .box h3 .text{
  width: 50%;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.28;
  text-align: left;
}
.areaC__box .box h3 .logo .text,
.list.areaC .box h3 .logo .text{
  text-align: right;
  width: 100%;
}
.areaC__box .box + .img,
.list.areaC .box + .img{
  margin-top: 10px;
}
.comb{
  position: relative;
  background: #fff;
  border: 4px solid #E80F49;
  padding: 26px;
  border-radius: 8px;
  text-align: center;
  max-width: 644px;
  width: 100%;
  margin: 22px auto 0;
}
.comb:after, .comb:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.comb:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.comb:before {
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #E80F49;
  border-width: 16px;
  margin-left: -16px;
}
.comb .text{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 auto 20px;
}
.comb .flex{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.comb .flex::after{
  content: "";
  width: 20px;
  height: 4px;
  background: #047AD0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.comb .flex::before{
  content: "";
  width: 4px;
  height: 20px;
  background: #047AD0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.comb .flex .tag{
  min-width: 200px;
  width: 100%;
  margin: 0 auto 10px;
  color: #fff;
  background: #E80F49;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.comb .flex .box01:not(:last-child){
  margin-right: 60px;
}
.comb .flex .box01 .logo{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.comb .flex .box01 .logo .text{
  font-size: 24px;
}
.comb .flex .box01 .logo img{
  max-width: 180px;
  width: auto;
}
.comb .flex .box01 .logo span{
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
}
@media (max-width: 767px) {
  .plan.subTitle{
    font-size: 4.26vw;
    border-radius: 10.66vw;
    padding: 2.93vw 5.33vw;
    margin: 0 auto 2.66vw;
  }
  .plan.subTitle.js-c1_q1{
    padding: 0;
  }
  .areaC__box:not(:last-child),
  .list.areaC:not(:last-child){
    margin-bottom: 8vw;
  }
  .areaC__box .box .speechBubble,
  .list.areaC .box .speechBubble{
    font-size: 5.33vw;
    border-radius: 2.13vw;
    padding: 2.93vw 4.26vw 2.66vw;
    margin: 0 auto 5.86vw;
  }
  .areaC__box .box .speechBubble:after,
  .list.areaC .speechBubble:after{
      content: "";
      border-right: 2.13vw solid transparent;
      border-left: 2.13vw solid transparent;
      border-top: 3.73vw solid #047AD0;
      bottom: -3.2vw;
  }
  .areaC__box .box,
  .list.areaC .box{
    padding: 30px 20px;
  }
  .areaC__box .box h3,
  .list.areaC .box h3{
    margin: 0 auto;
    border-radius: 2.13vw;
    padding: 5.33vw 4vw;
  }
  .areaC__box .box h3.boxCenter .text, .list.areaC .box h3.boxCenter .text {
    text-align: left;
}
  .areaC__box .box h3.boxCenter,
  .list.areaC .box h3.boxCenter{
    padding: 5.33vw 4vw;
  }
  .areaC__box .box h3::after,
  .list.areaC .box h3::after{
      content: "";
      width: 5.33vw;
      height: 1.06vw;
  }
  .areaC__box .box h3::before,
  .list.areaC .box h3::before{
      content: "";
      width: 1.06vw;
      height: 5.33vw;
  }
  .areaC__box .box h3 .logo,
  .list.areaC .box h3 .logo{
      width: 50%;
      margin-right: 10.66vw;
  }
  .areaC__box .box h3 .logo img,
  .list.areaC .box h3 .logo img{
      max-width: 300px;
      width: 100%;
  }
  .areaC__box .box h3 .text,
  .list.areaC .box h3 .text{
      width: 50%;
      font-size: 5.33vw;
  }
  .areaC__box .box + .img,
  .list.areaC .box + .img{
      margin-top: 2.66vw;
  }
  .areaC__box.js-c2_plan01 .box .speechBubble {
    font-size: 4.98vw;
  }

  .comb{
    border: 1.06vw solid #E80F49;
    padding: 4.26vw;
    border-radius: 2.13vw;
    max-width: none;
    margin: 5.86vw auto 0;
  }
  .comb:after, .comb:before {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
  }
  .comb:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 2.66vw;
      margin-left: -2.66vw;
  }
  .comb:before {
      border-color: rgba(51, 51, 51, 0);
      border-bottom-color: #E80F49;
      border-width: 4.26vw;
      margin-left: -4.26vw;
  }
  .comb .text{
      font-size: 4.8vw;
      margin: 0 auto 5.33vw;
  }
  .comb .flex::after{
      content: "";
      width: 5.33vw;
      height: 1.06vw;
  }
  .comb .flex::before{
      content: "";
      width: 1.06vw;
      height: 5.33vw;
  }
  .comb .flex .tag{
      min-width: auto;
      width: 33.33vw;
      margin: 0 auto 2.66vw;
      font-size: 4.26vw;
  }
  .comb .flex .box01:not(:last-child){
      margin-right: 12vw;
  }
  .comb .flex .box01 .logo img{
      max-width: 120px;
      width: 100%;
  }
  .comb .flex .box01 .logo .text{
    font-size: 6.4vw;
  }
  .comb .flex .box01 .logo.s img{
    max-width: 60px;
    width: 100%;
}
  .comb .flex .box01 .logo span{
    font-size: 6.4vw;
  }
}

.list > * {
  display: none;
}
.list > *.is-active {
  display: block;
}

.answerTxt {
  display: none;
  margin-top: 60px;
  padding: 24px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 8px;
  background-color: #FFD067;
}
@media (max-width: 767px) {
  .answerTxt {
    padding: 24px 20px;
    font-size: 24px;
  }
}
.answerTxt.is-active {
  display: block;
}

.areaC {
  margin-top: 40px;
}
.list.areaC .areaC__flets .box h3 .text{
  text-align: center;
}
@media (max-width: 767px) {
  .areaC {
    margin-top: 30px;
  }
  .list.areaC .areaC__flets .box h3 .text{
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .list.areaC .areaC__flets .box h3 .text img{
    width: 100%;
  }
  .list.areaC .areaC__flets .box h3 .logo .text{
    width: max-content;
  }
}
.areaC__box .btn {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .areaC__box .btn {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin: 20px auto 0;
  }
}
.areaC__fletsInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .areaC__fletsInner {
    display: block;
  }
}
.areaC__fletsLeft {
  width: calc(100% - 300px);
}
@media (max-width: 767px) {
  .areaC__fletsLeft {
    width: 100%;
  }
}
.areaC__fletsBtnWrap {
  width: 100%;
  max-width: 270px;
}
@media (max-width: 767px) {
  .areaC__fletsBtnWrap {
    margin: 20px auto 0;
  }
}
.areaC__fletsBtnWrap .btn:nth-child(2) {
  margin-top: 14px;
}
.areaC__txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.31;
}
@media (max-width: 767px) {
  .areaC__txt {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.75;
  }
}
.areaC em {
  font-size: 40px;
  font-style: normal;
  line-height: 1.47;
  background: linear-gradient(transparent 70%, rgba(255, 255, 255, 0.8) 70%);
}
@media (max-width: 767px) {
  .areaC em {
    font-size: 24px;
    line-height: 1.6;
  }
}
.areaC__item {
  position: relative;
  margin-bottom: 16px;
}
.areaC__item .btn {
  right: -300px;
}
@media (max-width: 767px) {
  .areaC__item .btn {
    right: auto;
  }
}
.areaC__dot {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .areaC__dot {
    padding-left: 14px;
  }
}
.areaC__dot::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 1;
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .areaC__dot::before {
    top: 16px;
    width: 10px;
    height: 10px;
  }
}
.areaC .note {
  display: block;
}
/* /------------------------ */


/* タイプ別訴求 */
.list.areaA .flex{
  display: none;
  justify-content: space-between;
  align-items: flex-start;
}
.is-flex{
  display: flex!important;
}
.ifTxt {
  margin-top: 70px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
  display: none;
}
.ifTxt.is-active{
  display: block!important;
}
@media (max-width: 767px) {
  .list.areaA .flex{
    flex-direction: column;
  }
  .ifTxt {
    margin-top: 60px;
    font-size: 32px;
  }
}

.ifImg {
  display: block;
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .ifImg {
    width: 100%;
    margin-right: 0;
    margin: 0 auto 30px;
  }
}

.list.areaA.js-column p span.js-modalTrigger{
  color: #047AD0;
  text-decoration: underline;
  cursor: pointer;
}

.areaA {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .areaA {
    font-size: 20px;
  }
}
/* /---------------- */


/* メリット */
.merit.subTitle{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin: 40px auto 0;
  justify-content: center;
}
.areaB {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 40px;
  margin: 0 auto 40px;
}
.areaB.js-b2 {
  justify-content: center;
}
.areaB + p a.btn--center {
  max-width: 335px;
}
@media (max-width: 767px) {
  .merit .subTitle {
    font-size: 6.4vw;
    margin: 5.33vw auto 0;
  }
  .areaB {
    display: block;
    margin: 0 auto 8vw;
    flex-direction: column;
  }
}
.areaB .box{
  display: none;
  align-items: center;
  justify-content: center;
  width: calc(50% - 20px);
  margin-top: 30px;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  border: 4px solid #047AD0;
  border-radius: 8px;
  background-color: #FFF;
}
.areaB.js-b2 .box {
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .merit .flex.flex02 .box{
    width: 100%;
    border: 1.06vw solid #047AD0;
    border-radius: 2.13vw;
    padding: 4.26vw;
    font-size: 4.26vw;
  }
  .areaB .box{
    width: 100%;
  }
  .areaB.js-b2 .box {
    margin-top: 2.66vw;
  }
}
.areaB p em {
  color: #DA0A16;
  font-style: normal;
}
/* /---------------- */


/* --------#apply-------- */
#apply{
  margin: 70px auto 0;
}
#apply .companyList{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px auto 0;
}
#apply .companyList li {
  width: calc(50% - 10px);
  border: 4px solid #E80F49;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#apply .companyList li .companyList__link{
  width: 100%;
  height: 100%;
  padding: 20px 16px;
}
#apply .companyList li .companyList__plan--docomo{
  width: 80px;
}
#apply .companyList li .companyList__plan{
  width: 100px;
}
#apply .companyList li .companyList__logo--gmo{
  width: 140px;
}
#apply .companyList li .companyList__plan--biglobe{
  width: 100px;
}
#apply .companyList li .companyList__plan--gmo{
  width: 130px;
}
#apply .companyList li .companyList__logo--ntt{
  width: 142px;
}
#apply .companyList li .companyList__plan--ntte{
  width: 142px;
}
#apply .companyList li .companyList__flets{
  width: 140px;
}
#apply .companyList li .companyList__logo--nifty{
  width: 120px;
}
#apply .companyList li .companyList__link::after{
  bottom: 8px;
}
#apply .companyList li .companyList__head{
  font-size: 24px;
  font-weight: bold;
}
#apply .companyList li .companyList__case{
  font-size: 20px;
}
#apply .companyList li .companyList__option{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
#apply .companyList li .companyList__plus{
  margin: 0 10px;
  font-size: 16px;
  font-weight: bold;
}
@media(max-width: 768px) {
  #apply{
    margin: 13.33vw auto 0;
  }
  #apply .companyList{
      gap: 0;
      margin: 8vw auto 0;
  }
  #apply .companyList li {
      width: 100%;
      border: 1.06vw solid #E80F49;
      border-radius: 2.13vw;
  }
  #apply .companyList li:not(:last-child){
      margin-bottom: 5.33vw;
  }
  #apply .companyList li .companyList__link{
      padding: 4.26vw;
      margin: 0;
  }
  #apply .companyList li .companyList__logo--gmo{
      width: 136px;
  }
  #apply .companyList li .companyList__link::after{
      bottom: 1.6vw;
  }
  #apply .companyList li .companyList__head img{
      margin: 0;
  }
  #apply .companyList li .companyList__option{
      font-size: 16px;
      font-weight: bold;
      line-height: 1.8;
  }
  #apply .companyList li .companyList__plus{
      margin: 0 4px;
      font-size: 16px;
      font-weight: bold;
  }
  #apply .companyList li .companyList__detail img{
      margin: 0;
  }
}
/* /---------------- */


/* --------#flow（お申込みからご利用開始までの流れ）-------- */
#flow{
  margin: 70px auto 0;
}
@media (max-width: 767px) {
  #flow{
    margin: 13.33vw auto 0;
  }
}
.flow {
  padding: 0;
  text-align: center;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .flow {
    padding: 0;
  }
}
.flow__list {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .flow__list {
    display: block;
  }
}
.flow__item {
  width: calc(25% - 17.25px);
  padding: 20px 4px;
  color: #FFF;
  border-radius: 8px;
  background-color: #047AD0;
}
.flow__img{
  margin-top: 10px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .flow__item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 11px 16px 10px 11px;
  }
}
@media (max-width: 767px) {
  .flow__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .flow__left {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #FFF;
  }
}
@media (max-width: 767px) {
  .flow__right {
    text-align: left;
  }
}
.flow__en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 767px) {
  .flow__en {
    display: block;
    font-size: 14px;
  }
}
.flow__num {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-left: 4px;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 767px) {
  .flow__num {
    margin-left: 0;
    font-size: 20px;
  }
}
.flow__large {
  position: relative;
  display: block;
  margin-top: 10px;
  padding-top: 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .flow__large {
    margin-top: 0;
    padding-top: 0;
    font-size: 18px;
    text-align: left;
  }
}
.flow__large::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 32px;
  height: 2px;
  background-color: #FFF;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .flow__large::before {
    content: none;
  }
}
.flow__small {
  font-size: 12px;
  display: inline-block;
  line-height: normal;
  margin-top: 10px;
}
.flow__small a{
  text-decoration: underline;
}
.flow__small a:hover{
  opacity: 0.7;
}
@media (max-width: 767px) {
  .flow__small {
    font-size: 14px;
  }
}
.flow__start {
  font-size: 24px;
  font-weight: bold;
  color: #047AD0;
}
.flow__start::before {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  margin: 30px auto;
  background: url(/ftv/assets/img/icon-step.svg) center bottom/contain no-repeat;
}
@media (max-width: 767px) {
  .flow__start::before {
    width: 50px;
    height: 38px;
  }
}
/* /---------------- */



/* --------#price（スカパー訴求）-------- */
#price{
  margin: 70px auto 0;
}
#price h2{
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 30px;
}
#price h2 span{
  font-size: 24px;
  margin: 0 auto 10px;
}
#price .bnr{
  background: #00A0E9;
  display: flex;
  justify-content: center;
  align-items: center;
}
#price .flex.flex01{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px auto 0;
}
#price .flex.flex01 .box:not(:last-child){
  margin-right: 30px;
}
#price .flex.flex01 .box{
  width: 50%;
  border: 4px solid #047AD0;
  border-radius: 8px;
  background: #fff;
}
#price .flex.flex01 .box dl dt.acTitle{
  font-size: 18px;
  font-weight: bold;
  line-height: initial;
  text-align: center;
  padding: 13px 16px;
  position: relative;
  cursor: pointer;
}
.acTitle::before {
  content: "";
  width: 20px;
  height: 4px;
  background: #047AD0;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.acTitle::after {
  content: "";
  width: 20px;
  height: 4px;
  background: #047AD0;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: all .5s;
  z-index: 1;
}
.acTitle.active::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
#price .flex.flex01 .box dl dd.acInner{
  margin: 0 16px 30px;
  padding-top: 30px;
  border-top: 2px solid #047AD0;
  display: none;
}
#price .flex.flex01 .box dl dd.acInner .subTitle{
  color: #047AD0;
  font-size: 20px;
  font-weight: bold;
  line-height: initial;
  margin: 0 auto 20px;
  text-align: center;
}
#price .flex.flex01 .box dl dd.acInner ul.tab{
  display: flex;
  border-bottom: 2px solid #000;
  margin: 0 auto 20px;
}
#price .flex.flex01 .box dl dd.acInner .tabContents{
  display: none;
}
#price .flex.flex01 .box dl dd.acInner .tabContents.is-active{
  display: block;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .boxBorder{
  padding: 0 0 15px;
  margin: 0 0 20px;
  border-bottom: 2px solid #047AD0;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .boxBorder02:not(:last-child){
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #B5B5B6;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .boxBorder02 .text02{
  font-size: 18px;
  font-weight: 500;
  line-height: initial;
  margin: 0 auto 5px;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .boxBorder02 .textPrice02{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .boxBorder02 .textPrice02 span{
  font-size: 20px;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .flexInner .boxInner .textSmall{
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  margin: 5px auto 0;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .annotationList{
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  margin: 10px auto 0;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble{
  position: relative;
  background: #fff;
  border: 4px solid #E80F49;
  margin: 10px auto 0;
  padding: 26px 16px;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  margin: 22px auto;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble:after, #price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble:after{
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble:before{
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #E80F49;
  border-width: 16px;
  margin-left: -16px;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble ul.logo{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble ul.logo img{
  max-width: 250px;
  width: auto;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble ul.logo li:not(:last-child){
  position: relative;
  margin-bottom: 20px;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble ul.logo li:not(:last-child)::before{
  content: "";
  width: 2px;
  height: 10px;
  background: #047AD0;
  position: absolute;
  bottom: -16px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble ul.logo li:not(:last-child)::after{
  content: "";
  width: 10px;
  height: 2px;
  background: #047AD0;
  position: absolute;
  bottom: -12px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble .text{
  color: #E80F49;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
  margin: 20px auto 0;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble .text span{
  color: #000;
  font-size: 16px;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble .textLink a{
  margin: 30px auto 0;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .btnList{
  margin: 32px auto 0;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .btnList .textLink:not(:last-child){
  margin-bottom: 20px;
}
#price .flex.flex01 .box dl dd.acInner .tabContents .btnList .textLink{
  max-width: none;
}
#price .flex.flex01 .box dl dd.acInner ul.tab li{
  color: #000;
  background: #F0F0F0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  width: 50%;
  text-align: center;
  padding: 13px;
  cursor: pointer;
}
#price .flex.flex01 .box dl dd.acInner ul.tab li.is-active{
  color: #fff;
  background: #047AD0;
  cursor: inherit;
}
#price .flex.flex01 .box dl dd.acInner ul.tab li:nth-child(1){
  border-top-left-radius: 8px;
}
#price .flex.flex01 .box dl dd.acInner ul.tab li:nth-child(2){
  border-top-right-radius: 8px;
}
#price .flex.flex01 .box dl dd.acInner .flexInner{
  justify-content: center;
  border-radius: 0;
}
#price .flex.flex01 .box dl dd.acInner .flexInner .boxInner{
  border: 4px solid #047AD0;
  padding: 26px;
  text-align: center;
}
#price .flex.flex01 .box dl dd.acInner .flexInner .boxInner:not(:last-child){
  margin: 0 0 40px;
  position: relative;
}
#price .flex.flex01 .box dl dd.acInner .flexInner .boxInner:not(:last-child)::after{
  content: "";
  position: absolute;
  bottom: -26px;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 4px;
  background: #047AD0;
}
#price .flex.flex01 .box dl dd.acInner .flexInner .boxInner:not(:last-child)::before{
  content: "";
  position: absolute;
  bottom: -34px;
  right: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 20px;
  background: #047AD0;
}
#price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .text{
  font-size: 18px;
  font-weight: bold;
  line-height: initial;
}
#price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .textPrice{
  color: #047AD0;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.23;
  display: contents;
}
#price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .textPrice span{
  font-size: 18px;
}
#price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .textSmall{
  color: #047AD0;
  font-size: 16px;
  line-height: initial;
}
#price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .textLink{
  margin-top: 20px;
}
#price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .plus:not(:last-child){
  margin-bottom: 50px;
  position: relative;
}
#price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .plus:not(:last-child)::after{
  content: "";
  position: absolute;
  bottom: -27px;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 4px;
  background: #047AD0;
}
#price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .plus:not(:last-child)::before{
  content: "";
  position: absolute;
  bottom: -35px;
  right: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 20px;
  background: #047AD0;
}
#price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .plus02:first-child{
  margin: 10px auto 20px;
  position: relative;
}
#price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .plus02:first-child::after{
  content: "";
  position: absolute;
  bottom: -11px;
  right: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #000;
}
#price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .plus02:first-child::before{
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 10px;
  background: #000;
}
#price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .text .tag{
  color: #fff;
  background: #047AD0;
  font-size: 16px;
  font-weight: bold;
  line-height: initial;
  padding: 2px 10px;
  margin-right: 10px;
}
.btn--center.red{
  color: #fff;
  background: #E80F49;
  border-color: #E80F49;
}
.btn--center.red:hover{
  color: #E80F49;
  background: #fff;
}
@media(max-width: 768px) {
  #price{
    margin: 13.33vw auto 0;
  }
  #price h2{
    font-size: 7.46vw;
  }
  #price h2 span{
    font-size: 6.4vw;
  }
  #price .bnr {
      padding: 5.33vw;
  }
  #price .flex.flex01{
      margin: 8vw auto 0;
      flex-direction: column;
  }
  #price .flex.flex01 .box:not(:last-child){
      margin-right: 0;
      margin-bottom: 5.33vw;
  }
  #price .flex.flex01 .box{
      width: 100%;
      border: 1.06vw solid #047AD0;
      border-radius: 2.13vw;
  }
  #price .flex.flex01 .box dl dt.acTitle{
      font-size: 4.8vw;
      padding: 3.46vw 4.26vw;
  }
  .acTitle::before {
      content: "";
      width: 5.33vw;
      height: 1.06vw;
      right: 1.6vw;
  }
  .acTitle::after {
      content: "";
      width: 5.33vw;
      height: 1.06vw;
      right: 1.6vw;
  }
  #price .flex.flex01 .box dl dd.acInner{
      margin: 0 4.26vw 8vw;
      padding-top: 8vw;
      border-top: 0.53vw solid #047AD0;
  }
  #price .flex.flex01 .box dl dd.acInner .subTitle{
      font-size: 5.33vw;
      margin: 0 auto 5.33vw;
  }
  #price .flex.flex01 .box dl dd.acInner ul.tab{
      border-bottom: 0.53vw solid #000;
      margin: 0 auto 5.33vw;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .boxBorder{
      padding: 0 0 4vw;
      margin: 0 0 5.33vw;
      border-bottom: 0.53vw solid #047AD0;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .boxBorder02:not(:last-child){
      padding: 0 0 4vw;
      margin: 0 0 4vw;
      border-bottom: 0.26vw solid #B5B5B6;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .boxBorder02 .text02{
      font-size: 4.8vw;
      margin: 0 auto 0.8vw;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .boxBorder02 .textPrice02{
      font-size: 6.4vw;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .boxBorder02 .textPrice02 span{
      font-size: 5.33vw;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .flexInner .boxInner .textSmall{
      font-size: 3.2vw;
      margin: 1.33vw auto 0;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .annotationList{
      font-size: 3.2vw;
      margin: 2.66vw auto 0;
      text-align: left;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble{
      margin: 0;
      padding: 8vw 5.33vw;
      background-image: none;
      width: 100%;
      height: auto;
      border: 1.06vw solid #E80F49;
      border-radius: 2.13vw;
      position: relative;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble:after, #price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble:before {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble:after{
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 2.66vw;
      margin-left: -2.66vw;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble:before{
      border-color: rgba(51, 51, 51, 0);
      border-bottom-color: #E80F49;
      border-width: 4.26vw;
      margin-left: -4.26vw;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble ul.logo{
    font-size: 4.8vw;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble ul.logo li:not(:last-child){
    position: relative;
    margin-bottom: 5.33vw;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble ul.logo li:not(:last-child)::before{
    content: "";
    width: 0.53vw;
    height: 2.66vw;
    background: #047AD0;
    position: absolute;
    bottom: -4.26vw;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble ul.logo li:not(:last-child)::after{
    content: "";
    width: 2.66vw;
    height: 0.53vw;
    background: #047AD0;
    position: absolute;
    bottom: -3.2vw;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble .text{
      font-size: 5.33vw;
      margin: 5.33vw auto 0;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble .text span{
      font-size: 4.26vw;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .speechBubble .textLink a{
      margin: 8vw auto 0;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .btnList{
      margin: 8vw auto 0;
  }
  #price .flex.flex01 .box dl dd.acInner .tabContents .btnList .textLink:not(:last-child){
      margin-bottom: 5.33vw;
  }
  #price .flex.flex01 .box dl dd.acInner ul.tab li{
      font-size: 4.8vw;
      width: 50%;
      text-align: center;
      padding: 3.46vw;
  }
  #price .flex.flex01 .box dl dd.acInner ul.tab li:nth-child(1){
      border-top-left-radius: 2.13vw;
  }
  #price .flex.flex01 .box dl dd.acInner ul.tab li:nth-child(2){
      border-top-right-radius: 2.13vw;
  }
  #price .flex.flex01 .box dl dd.acInner .flexInner .boxInner{
      border: 1.06vw solid #047AD0;
      padding: 4.26vw;
  }
  #price .flex.flex01 .box dl dd.acInner .flexInner .boxInner:not(:last-child){
      margin: 0 0 10.66vw;
  }
  #price .flex.flex01 .box dl dd.acInner .flexInner .boxInner:not(:last-child)::after{
      content: "";
      position: absolute;
      bottom: -9.06vw;
      right: 0;
      left: 0;
      margin: auto;
      width: 1.06vw;
      height: 5.33vw;
      background: #047AD0;
  }
  #price .flex.flex01 .box dl dd.acInner .flexInner .boxInner:not(:last-child)::before{
      content: "";
      position: absolute;
      bottom: -6.93vw;
      right: 0;
      left: 0;
      margin: auto;
      width: 5.33vw;
      height: 1.06vw;
      background: #047AD0;
  }
  #price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .text{
      font-size: 4.8vw;
  }
  #price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .textPrice{
      font-size: 9.06vw;
  }
  #price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .textPrice span{
      font-size: 4.8vw;
  }
  #price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .textSmall{
      font-size: 4.26vw;
      font-weight: bold;
  }
  #price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .textLink{
      margin-top: 5.33vw;
  }
  #price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .plus:not(:last-child){
      margin-bottom: 10.66vw;
      position: relative;
  }
  #price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .plus:not(:last-child)::after{
      content: "";
      position: absolute;
      bottom: -7.19vw;
      right: 0;
      left: 0;
      margin: auto;
      width: 5.33vw;
      height: 1.06vw;
      background: #047AD0;
  }
  #price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .plus:not(:last-child)::before{
      content: "";
      position: absolute;
      bottom: -9.33vw;
      right: 0;
      left: 0;
      margin: auto;
      width: 1.06vw;
      height: 5.33vw;
      background: #047AD0;
  }
  #price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .plus02:first-child{
      margin: 2.66vw auto 5.33vw;
      position: relative;
  }
  #price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .plus02:first-child::after{
      content: "";
      position: absolute;
      bottom: -2.93vw;
      right: 0;
      left: 0;
      margin: auto;
      width: 2.66vw;
      height: 0.53vw;
  }
  #price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .plus02:first-child::before{
      content: "";
      position: absolute;
      bottom: -4vw;
      right: 0;
      left: 0;
      margin: auto;
      width: 0.53vw;
      height: 2.66vw;
      background: #000;
  }
  #price .flex.flex01 .box dl dd.acInner .flexInner .boxInner .text .tag{
      font-size: 4.26vw;
      padding: 0.53vw 2.66vw;
      margin-right: 2.66vw;
  }
}
/* /---------------- */


/* スカパー訴求（青背景） */
.enjoy{
  padding-bottom: 60px;
}
@media(max-width: 768px) {
  .enjoy::before{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.subTitle.js-excellent{
  color: #fff;
  background: #FF7A14;
  font-size: 32px;
  font-weight: bold;
  line-height: initial;
  border-radius: 30px;
  padding: 9px 18px 12px;
  margin: 0 auto 20px;
  text-align: center;
  display: none;
}
.subTitle.js-excellent.is-active{
  display: table;
}
h2.js-excellent {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 30px;
  padding: 0;
  border-radius: 0;
  background: none;
}
@media(max-width: 768px) {
  .subTitle.js-excellent{
    max-width: 218px;
    width: 100%;
    font-size: 7.46vw;
    line-height: normal;
    border-radius: 6.66vw;
    padding: 2.13vw;
    margin: 0 auto 5.33vw;
  }
  h2.js-excellent {
    font-size: 7.46vw;
    margin: 0 auto 8vw;
  }
}
.btn--center.top{
  margin: 50px auto 0;
}
.enjoy__box{
  padding: 40px 80px;
}
.enjoy__box {
  margin-top: 30px;
  padding: 36px 20px 92px;
}
.enjoy__txt {
  text-align: center;
}
@media(max-width: 768px) {
  .enjoy__box{
    padding: 40px 20px;
  }
  .enjoy__txt {
      font-size: 4.8vw;
  }
  .enjoy__h3 {
      font-size: 7.46vw;
  }
}
.enjoy__title {
  width: 80%;
}
.enjoy__title img {
  width: 100%;
}
@media(max-width: 768px) {
  .enjoy__title {
    padding: 20px;
  }
  .enjoy__inner{
    padding: 0;
  }
}
.planList{
  margin: 0;
}
.planList__contents {
  height: auto !important;
}
.planList__h3.is-active .planList__btn::after {
opacity: 0;
}
.planList__item{
  width: calc(50% - 10px);
  margin-top: 20px;
}
.bnr_bt {
  text-align: center;
  margin: 40px 0;
}
@media(max-width: 768px) {
  .planList__item {
    width: 100%;
    margin-top: 20px;
  }
  .planList__item:nth-child(1) .LRbtn .left img{
    width: 14.39vw;
  }
  .bnr_bt {
      text-align: center;
      margin: 30px 0;
  }
  .bnr_bt img {
      width: 90%;
  }
}
.LRbtn {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.right p {
  font-size: 13px;
  text-align: left;
}
.right p .planList__large {
  font-size: 18px;
}
@media(max-width: 768px) {
  .LRbtn {
      display: flex;
      align-items: center;
      justify-content: space-around;
  }
  .right p {
      font-size: 4.26vw;
  }
  .right p .planList__large {
      font-size: 4.26vw;
  }
  .LRbtn .left img {
    max-width: 80px;
      width: auto;
      height: auto;
  }
}
.planList_price {
  text-align: center;
  margin: 20px auto 0;
}
@media(max-width: 768px) {
  .planList_price img{
      width: 100%;
      margin: 0 auto;
  }
}
.priceTtl {
  margin: 40px auto 10px;
}

.enjoy__title .speechBubble{
  color: #fff;
  background: #047AD0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
  border-radius: 8px;
  padding: 11px 20px 10px;
  margin: 0 auto 22px;
  display: table;
  position: relative;
}
.enjoy__title .speechBubble:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 14px solid #047AD0;
  border-bottom: 0;
  position: absolute;
  bottom: -12px;
  right: 0;
  left: 0;
  margin: auto;
}
.js-f .btn--center{
  max-width: 325px;
}
@media(max-width: 768px) {
  .enjoy__title .speechBubble{
      font-size: 5.33vw;
      border-radius: 2.13vw;
      padding: 2.93vw 4.26vw 2.66vw;
      margin: 0 auto 5.86vw;
      width: 100%;
  }
  .enjoy__title .speechBubble:after{
      content: "";
      border-right: 2.13vw solid transparent;
      border-left: 2.13vw solid transparent;
      border-top: 3.73vw solid #047AD0;
      bottom: -3.2vw;
  }
}
/* /--------#plan-------- */


/* コラム */
.columnTitle {
  display: inline-block;
  margin: 0;
  margin-top: 70px;
  padding: 2px 24px;
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.6;
  border-radius: 25px 25px 0 0;
  background-color: #047AD0;
}
@media (max-width: 767px) {
  .columnTitle {
    margin: 0;
    margin-top: 60px;
    font-size: 24px;
  }
}

.column {
  margin-bottom: 40px;
  padding: 30px;
  border: 4px solid #047AD0;
  border-radius: 0 8px 8px 8px;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .column {
    margin-bottom: 30px;
  }
}
.column__item.is-active {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .column__item.is-active {
    display: block;
  }
}
.column__txtWrap {
  width: calc(100% - 246px);
}
@media (max-width: 767px) {
  .column__txtWrap {
    width: 100%;
    margin-top: 20px;
  }
}
.column__txt {
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  .column__txt {
    margin-top: 16px;
  }
}
.column img {
  width: 216px;
}
@media (max-width: 767px) {
  .column img {
    width: 100%;
  }
}



/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 120px 0 60px;
  display: none;
}
@media (max-width: 767px) {
.modal {
  padding: 100px 0 30px;
}
}
.modal.is-reset {
  display: block !important;
  transform: translateX(100%);
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 52;
  width: 100%;
  height: 100%;
  background-color: rgba(112, 112, 112, 0.8);
  cursor: pointer;
}
.modal__closeWrap {
  position: relative;
  z-index: 52;
  width: calc(100% - 60px);
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 767px) {
.modal__closeWrap {
  width: 100%;
  max-width: none;
}
}
.modal__close {
  display: block;
  position: absolute;
  bottom: 18px;
  right: 0;
  z-index: 52;
  width: 44px;
  height: 44px;
  font-size: 0;
}
@media (max-width: 767px) {
.modal__close {
  bottom: 6px;
  right: 8px;
}
}
.modal__close::before, .modal__close::after {
  position: absolute;
  z-index: 51;
  width: 57px;
  height: 2px;
  background-color: #FFF;
  transition: 0.2s ease-in-out;
}
@media (max-width: 767px) {
.modal__close::before, .modal__close::after {
  width: 24px;
}
}
.modal__close::before {
  content: "";
  top: 0;
  left: 3px;
  transform-origin: left top;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
.modal__close::before {
  top: 13px;
  left: 14px;
}
}
.modal__close::after {
  content: "";
  bottom: 1px;
  left: 1px;
  transform-origin: left top;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
.modal__close::after {
  bottom: 12px;
  left: 12px;
}
}
.modal__contents {
  position: relative;
  z-index: 52;
  width: calc(100% - 60px);
  max-width: 960px;
  max-height: 100%;
  margin: 0 auto;
  padding: 60px;
  border-radius: 8px;
  background-color: #FFF;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .modal__contents {
      padding: 30px;
      width: calc(100% - 40px);
  }
}

.reasonModal__title {
  position: relative;
  text-align: center;
}
.reasonModal__title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 51;
  width: 26px;
  height: 16px;
  background: url(/ftv/assets/img/top/icon-balloon-gray.svg) center bottom/100% auto no-repeat;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .reasonModal__title::after {
    width: 18px;
    height: 14px;
  }
}
.reasonModal__title span {
  display: inline-block;
  padding: 20PX;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  border-radius: 8px;
  background-color: #F5F5F5;
}
@media (max-width: 767px) {
  .reasonModal__title span {
    padding: 10px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.reasonModal__txt {
  margin: 36px 0 14px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .reasonModal__txt {
    margin: 14px 0 16px;
    font-size: 28px;
  }
}
.reasonModal__txt span {
  background: linear-gradient(transparent 70%, rgba(255, 208, 103, 0.7) 70%);
}
.reasonModal__image {
  margin-top: 42px;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 8px;
  background-color: #F5F5F5;
}
@media (max-width: 767px) {
  .reasonModal__image {
    margin-top: 40px;
    padding: 8px 10px;
    font-size: 20px;
  }
}
.reasonModal__detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0 20px;
}
@media (max-width: 767px) {
  .reasonModal__detail {
    display: block;
    text-align: right;
  }
}
.reasonModal__detail li {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .reasonModal__detail li {
    margin: 5px 0 0;
  }
}
.reasonModal__detail li:first-child::before, .reasonModal__detail li:nth-child(2)::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border-radius: 4px;
  background-color: #E80F49;
}
.reasonModal__detail li:nth-child(2)::before {
  background-color: #047AD0;
}
.reasonModal__h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .reasonModal__h4 {
    font-size: 20px;
  }
}
.reasonModal__illust {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .reasonModal__illust {
    max-width: none;
  }
}
.reasonModal__border {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #047AD0;
}
@media (max-width: 767px) {
  .reasonModal__border {
    margin-top: 30px;
    padding-top: 30px;
  }
}

/*158_SPCC_WEB-12172 追記*/
.cv__title {
  margin: 0 auto;
  font-size: 16px;
}

@media (max-width: 768px) {
  .cv__title {
	margin: 0 auto;
  }
}