@charset "utf-8";

/* .block-comparison-two */

.block-comparison-two {
  background: #E1EBFF;
}
.block-comparison-two .unit-ut:nth-child(2) .heading-ut-icon:before {
  background-image: url(/assets/img/icon-a/sim-01-blue.svg);
  background-size: auto 100%;
}
.block-comparison-two .unit-ut:nth-child(2) .list-ut-bullet-icon > li:before {
  background-image: url(/assets/img/icon-a/check-01-blue.svg);
}
@media only screen and (min-width: 641px) {
  .block-comparison-two .unit-ut:nth-child(2) .list-ut-bullet-icon {
    /* margin-bottom: 48px; */
  }
}

/* .comparison-table */

.comparison-table.l-container.adjust-blankspace .in-container {
  padding-bottom: 100px;
}

.comparison-table .sp-scroll-horizontal {
  height: 575px;
}

@media only screen and (max-width: 640px) {
  .block-comparison-table-a > table {
    width: 1100px;
  }
}

/* .main-visual */

.main-visual {
  margin-bottom: 50px;
}

/* .pricing */

.pricing.l-container {
  margin-bottom: 50px;
  background: #FFEDF5;
  transition: all 0.4s linear;
  transition: all 0.4s ease-out;
}
.pricing.l-container.st-esim {
  background: #E1EBFF;
}
.pricing.l-container.st-esim a {
  color: #1B69FF;
}
.pricing.l-container.st-esim a.c-primary {
  color: #fff;
}
.pricing .block-tab-a > .p-nav {
  background: transparent;
}
.pricing .block-tab-a > .p-nav > li a {
  background: transparent;
  font-size: 1.8rem;
}
/*
.pricing .block-tab-a > .p-nav > li a:hover,
.pricing .block-tab-a > .p-nav > li a.st-active {
  border-bottom: solid 2px #FF399E;
  color: #FF399E;
  font-weight: 700;
} 
.pricing .block-tab-a > .p-nav > li:nth-child(2) a:hover,
.pricing .block-tab-a > .p-nav > li:nth-child(2) a.st-active {
  border-bottom: solid 2px #1B69FF;
  color: #1B69FF;
  font-weight: 700;
}
*/
.pricing picture.c-pic {
  display: block;
  width: 700px;
  margin: 0 auto;
}
.pricing .p-checkfront-item > .unit-ut {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .pricing picture.c-pic {
    width: 100%;
  }
}
.pricing .c-control {
  margin-bottom: 24px;
}
@media only screen and (min-width: 641px) {
  .pricing .c-control {
    display: none;
  }
}

/*  */

.pricing .p-datepicker .c-message {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 2rem;
  text-align: center;
}

/* .fup */

@media only screen and (min-width: 641px) {
  .fup picture.c-pic {
    display: block;
    width: 750px;
    margin: 0 auto;
  }
  .fup .lead-ut {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

/* .how-to-activate */

.how-to-activate h2.heading-ut {
  margin-bottom: 30px;
}

.how-to-activate.l-container.adjust-blankspace .in-container {
  padding-bottom: 100px;
}
.how-to-activate.st-esim .wrap-ut.p-activate {
  display: none;
}
.how-to-activate .block-tab-a.p-order > .p-nav > li a {
  font-size: 1.8rem;
}

/*
.how-to-activate .block-tab-a.p-order > .p-nav > li a:hover,
.how-to-activate .block-tab-a.p-order > .p-nav > li a.st-active {
  border-bottom: solid 2px #FF399E;
  color: #FF399E;
  font-weight: 700;
}
.how-to-activate .block-tab-a.p-order > .p-nav > li:nth-child(2) a:hover,
.how-to-activate .block-tab-a.p-order > .p-nav > li:nth-child(2) a.st-active {
  border-bottom: solid 2px #1B69FF;
  color: #1B69FF;
  font-weight: 700;
}
*/

.how-to-activate .tab-ut > .unit-ut {
  padding-top: 40px;
}

/* review */

.review.l-container {
  background: #FAFAFA;
}

/* faq */

.faq .nav-ut-button {
  margin-top: 40px;
}

/* 240822 */

/* 固定部分 */

.esim .wt-modal-window .wt-modal-unit-in {
  position: relative;
}
.esim .wt-modal-window .wt-modal-unit-in:before {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 180px;
  content: "";
  background: #fff;
  z-index: 11000;
}

.esim .wt-modal-window .compatibility-table-esim > h4.heading-ut,
.esim .wt-modal-window .compatibility-table-psim > h4.heading-ut {
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 36px;
  text-align: center;
  z-index: 11090;
}
.esim .wt-modal-window .compatibility-table-esim > .tab-ut > .p-nav,
.esim .wt-modal-window .compatibility-table-psim > .tab-ut > .p-nav {
  position: fixed;
  top: 110px;
  left: 50%;
  width: calc( 100% - 20px - 20px );
  transform: translateX(-50%);
  z-index: 11090;
}
.esim .wt-modal-window .compatibility-table-esim > .tab-ut > .unit-ut,
.esim .wt-modal-window .compatibility-table-psim > .tab-ut > .unit-ut {
  margin-top: 190px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .esim .wt-modal-window .wt-modal-unit-in:before {
    height: 190px;
  }
  .esim .wt-modal-window .compatibility-table-esim > h4.heading-ut,
  .esim .wt-modal-window .compatibility-table-psim > h4.heading-ut {
    top: 20px;
    width: 90%;
  }
  .esim .wt-modal-window .block-tab-d > .p-nav {
    width: 100%;
    font-size: 16px;
  }
  .esim .wt-modal-window .block-tab-d > .p-nav li {
    width: 100px;
    width: calc( ( 100% - 20px ) / 3 );
    margin-left: 10px;
  }
  .esim .wt-modal-window .block-tab-d > .p-nav li:first-child,
  .esim .wt-modal-window .block-tab-d > .p-nav li:nth-child(4) {
    margin-left: 0;
  }
  .esim .wt-modal-window .block-tab-d > .p-nav li a {
    padding-left: 0;
    padding-right: 0;
  }
}

/*  */

.esim .wt-modal-window .compatibility-table-esim > h4.heading-ut .c-highlight {
  color: #FF379E;
}
.esim .wt-modal-window .compatibility-table-psim > h4.heading-ut .c-highlight {
  color: #1B69FF;
}

@media only screen and (max-width: 640px) {
  .esim .wt-modal-window .compatibility-table-esim > h4.heading-ut,
  .esim .wt-modal-window .compatibility-table-psim > h4.heading-ut {
    font-size: 28px;
    line-height: 1.35;
  }
}

.pricing.st-esim .grid-ut.type-five-eq figcaption {
  color: #1B69FF;
}

/* .feature */

.l-container.section-visual.type-002,
.l-container.feature {
  margin-bottom: 50px;
}

/* 250411 どっちでも使えるように */

.highlight-pink-2024 {
  color: #FF4F9C;
  font-weight: 700;
}
.highlight-blue-2024 {
  color: #1B69FF;
  font-weight: 700;
}


/*
250411 5G eSIM
.pag-lp-travel-sim
- - - - - - - - - - - - - - - - - - - - - - - - - - */


.pag-lp-travel-sim .section-visual.type-002 .c-parts-03,
.pag-lp-travel-sim .section-visual.type-002 .c-parts-02 {
  padding-left: 0px;
}
.pag-lp-travel-sim .section-visual.type-002 .c-parts-03 img,
.pag-lp-travel-sim .section-visual.type-002 .c-parts-02 img {
  width: 170px;
  margin-right: 0px;
}

/*  */

@media only screen and (min-width: 835px) {
  .pag-lp-travel-sim .block-comparison-two .list-ut-bullet-icon {
    min-height: 150px;
  }
  .pag-lp-travel-sim .block-comparison-two.list-h-small-zante___ .list-ut-bullet-icon {
    min-height: 90px;
  }
}


@media only screen and (max-width: 834px) {
  .pag-lp-travel-sim .comparison-table .scroll-horizontal-tablet {
    height: auto;
  }

}

@media only screen and (max-width: 640px) {
  .pag-lp-travel-sim .p-datepicker > .grid-ut > .unit-ut {
    margin-bottom: 40px !important;
  }
  .pag-lp-travel-sim .block-giga > .grid-ut > .unit-ut {
    margin-bottom: 0 !important;
  }
}
