@charset "UTF-8";
/* ---------------------------------------------
button reset
--------------------------------------------- */
button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  touch-action: manipulation;
  cursor: pointer;
}

/* ---------------------------------------------
*   is-none
--------------------------------------------- */
.is-none {
  display: none;
}

/* ---------------------------------------------
*   goTop
--------------------------------------------- */
.goTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  transform: translateZ(0);
  z-index: 200;
}

.goTop__link {
  display: block;
}

.goTop__img--sp {
  width: 54px;
  height: 49px;
  zoom: 0;
}

/* ---------------------------------------------
*   sp-footer
--------------------------------------------- */
@media screen and (max-width: 767px) {
  .hikaku-footer.online_english-hikaku-footer {
    border-color: transparent;
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 767px) {
  .simple-footer.online_english-footer {
    margin-top: 0;
  }
}
/* ---------------------------------------------
*   br
--------------------------------------------- */
.br-tab {
  display: none;
}

@media screen and (max-width: 1140px) {
  .br-tab {
    display: block;
  }
}
.br-tab2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .br-tab2 {
    display: block;
  }
}
.br-sp2 {
  display: none;
}

@media screen and (max-width: 450px) {
  .br-sp2 {
    display: block;
  }
}
/* ---------------------------------------------
*   section
--------------------------------------------- */
.section {
  background-color: #fff;
  padding-top: 10px;
}
.section + .section {
  margin-top: 70px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .section + .section {
    margin-top: 39px;
  }
}
@media screen and (max-width: 320px) {
  .section {
    overflow: hidden;
  }
}
/* ---------------------------------------------
*   section-ttl-top
--------------------------------------------- */
.section-ttl-top {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  min-height: 90px;
  color: #006bb6;
  text-align: center;
  margin-bottom: 18px;
}
.section-ttl-top__txt-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  font-weight: 700;
  padding-inline: 64px;
}
.section-ttl-top__txt-wrap::before, .section-ttl-top__txt-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 70px;
}
.section-ttl-top__txt-wrap::before {
  top: 6%;
  left: 0;
  background: url(/world_wifi/img/icon_star1.png) no-repeat center top/100% auto;
}
.section-ttl-top__txt-wrap::after {
  top: 6%;
  right: 0;
  background: url(/world_wifi/img/icon_star2.png) no-repeat center top/100% auto;
}
.section-ttl-top__lead {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  line-height: 1.3;
}
.section-ttl-top__main {
  position: relative;
  font-size: 36px;
  line-height: 1.7;
  padding-left: 1.2em;
}
.section-ttl-top__main::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/world_wifi/img/icon_crown.png) no-repeat center top/100% auto;
  width: 37px;
  height: 33px;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
}
.section-ttl-top::before, .section-ttl-top::after {
  content: "";
  display: block;
  position: absolute;
}
.section-ttl-top::before {
  left: -75px;
  top: 50%;
  margin-top: -36px;
}
.section-ttl-top::after {
  right: -75px;
  top: 50%;
  margin-top: -36px;
}

@media screen and (max-width: 767px) {
  .section-ttl-top {
    margin-bottom: 8px;
  }
  .section-ttl-top__lead {
    font-size: 20px;
  }
  .section-ttl-top__main {
    font-size: 27px;
  }
  .section-ttl-top__main::before {
    width: 27px;
    height: 24px;
    top: 45%;
  }
  .section-ttl-top__txt-wrap {
    padding-inline: 0;
  }
  .section-ttl-top__txt-wrap::before, .section-ttl-top__txt-wrap::after {
    width: 40px;
    height: 55px;
  }
  .section-ttl-top__txt-wrap::before {
    top: -15%;
    left: -42px;
  }
  .section-ttl-top__txt-wrap::after {
    top: -15%;
    right: -42px;
  }
}
@media screen and (max-width: 350px) {
  .section-ttl-top__txt-wrap {
    padding-inline: 0;
  }
  .section-ttl-top__txt-wrap::before, .section-ttl-top__txt-wrap::after {
    width: 30px;
    height: 55px;
  }
  .section-ttl-top__txt-wrap::before {
    top: -20%;
    left: 10px;
  }
  .section-ttl-top__txt-wrap::after {
    top: -20%;
    right: 10px;
  }
}
/* ---------------------------------------------
  section-ttl
--------------------------------------------- */
.section-ttl {
  position: relative;
}
.section-ttl::before, .section-ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3px;
}
.section-ttl--1::before, .section-ttl--1::after {
  background-color: #006bb6;
}
.section-ttl--2::before, .section-ttl--2::after {
  background-color: #65b833;
}
.section-ttl__txt-wrap {
  position: relative;
  width: 43.59375%;
  max-width: 558px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 34px;
  margin-inline: auto;
  text-align: center;
  background-color: #fff;
  z-index: 2;
}
.section-ttl__lead {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 9px;
  padding-inline: 1em 8px;
  font-weight: bold;
  font-size: 21px;
  line-height: 1;
  text-align: center;
}
.section-ttl__lead::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-ttl__lead--1 {
  color: #006bb6;
}
.section-ttl__lead--1:before {
  background-image: url(/world_wifi/img/icon_wifi_bl.svg);
}
.section-ttl__lead--2 {
  color: #65b833;
}
.section-ttl__lead--2:before {
  background-image: url(/world_wifi/img/icon_wifi_gr.svg);
}
.section-ttl__main {
  position: relative;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.23;
}
.section-ttl__main--faq {
  display: inline-block;
  left: -0.1em;
}

@media screen and (max-width: 767px) {
  .section-ttl::before, .section-ttl::after {
    top: 38%;
  }
  .section-ttl--type2::before, .section-ttl--type2::after {
    top: 28%;
  }
  .section-ttl--type3::before, .section-ttl--type3::after {
    top: 34%;
  }
  .section-ttl__txt-wrap {
    position: relative;
    width: 74%;
    padding-inline: 0;
    margin-bottom: 0;
  }
  .section-ttl__lead {
    font-size: 20px;
    padding-inline: 1.6em 0;
  }
  .section-ttl__lead::before {
    width: 26px;
    left: 0em;
  }
  .section-ttl__lead--lg {
    padding-left: 1.5em;
    white-space: nowrap;
  }
  .section-ttl__main {
    font-size: 27px;
  }
  .section-ttl__main--s {
    margin-top: -3px;
    letter-spacing: -0.03em;
  }
}
/* ---------------------------------------------
*   section-lead
--------------------------------------------- */
.section-lead {
  position: relative;
  margin-bottom: 40px;
}
.section-lead--s {
  margin-bottom: 20px;
}
.section-lead__txt {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .section-lead {
    margin: 20px auto 24px;
  }
  .section-lead--s {
    margin-bottom: 10px !important;
  }
  .section-lead--2 {
    margin-bottom: 0;
  }
  .section-lead--top {
    margin-block: 0 25px;
  }
  .section-lead__txt {
    text-align: left;
  }
  .section-lead__txt--sp-center {
    text-align: center;
  }
}
/* ---------------------------------------------
*   section-faq
--------------------------------------------- */
.section-faq {
  margin-top: 65px;
}
.section-faq__body {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .section-faq {
    margin-top: 40px;
  }
}
/* ---------------------------------------------
*  blc-caution-wrap
--------------------------------------------- */
.blc-caution-wrap {
  margin-inline: auto;
  position: relative;
  width: 918px;
  max-width: 100%;
}
.blc-caution-wrap + .blc-caution-wrap {
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  .blc-caution-wrap {
    margin-top: 31px;
  }
}
/* ---------------------------------------------
*  blc-caution-item
--------------------------------------------- */
.blc-caution-item {
  position: relative;
}
.blc-caution-item + .blc-caution-item {
  margin-top: 45px;
}
.blc-caution-item__ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  line-height: 30px;
}
.blc-caution-item__ttl-icon {
  position: relative;
  display: inline-block;
  top: -0.08em;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url(/world_wifi/img/img_caution-ttl.png) no-repeat center/contain;
  vertical-align: middle;
}
.blc-caution-item__ttl-txt {
  display: block;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #555;
  line-height: 1.34;
}
.blc-caution-item__lead-txt {
  margin-top: 35px;
}
.blc-caution-item__main {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.blc-caution-item__img {
  width: 180px;
  flex-shrink: 0;
  margin-right: 20px;
}
.blc-caution-item__txt {
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .blc-caution-item + .blc-caution-item {
    margin-top: 39px;
  }
  .blc-caution-item__ttl-icon {
    width: 25px;
    height: 25px;
    top: -0.1em;
  }
  .blc-caution-item__ttl-txt {
    font-size: 22px;
  }
  .blc-caution-item__lead-txt {
    margin-top: 14px;
  }
  .blc-caution-item__main {
    flex-direction: column;
  }
  .blc-caution-item__img {
    margin-right: 0;
    width: min(63%, 225px);
  }
  .blc-caution-item__txt-wrap {
    margin-top: 11px;
  }
}
/* ---------------------------------------------
*  blc-caution-tab-item
--------------------------------------------- */
.blc-caution-tab-item {
  margin-top: 30px;
}

/* ---------------------------------------------
*   blc-about
--------------------------------------------- */
.blc-about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.0161290323%;
  margin-top: 32px;
}
.blc-about__bottom {
  margin-top: 25px;
}
.blc-about__bottom-txt + .blc-about__bottom-txt {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .blc-about {
    display: block;
    margin-top: 27px;
  }
}
/* ---------------------------------------------
*   blc-about-card
--------------------------------------------- */
.blc-about-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 30px 20px 35px;
  border: 2px solid transparent;
  border-radius: 16px;
}
.blc-about-card--1 {
  border-color: #ff717e;
}
.blc-about-card--2 {
  border-color: #7496a5;
}
.blc-about-card__ttl {
  position: relative;
  display: block;
  width: 108%;
  left: 50%;
  transform: translateX(-50%);
  margin-inline: auto;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.34;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1%;
}
.blc-about-card__ttl-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.blc-about-card__ttl-icon img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.blc-about-card__list {
  margin-top: 20px;
}
.blc-about-card__list--1 li::before {
  background: url(/world_wifi/img/icn_check1.png) no-repeat center/contain;
  background-size: 30px auto;
}
.blc-about-card__list--2 li::before {
  background: url(/world_wifi/img/icn_check2.png) no-repeat center/contain;
  background-size: 30px auto;
}
.blc-about-card__list-item {
  position: relative;
  display: block;
  font-size: 18px;
  padding-left: min(45px, 10.1809954751%);
}
.blc-about-card__list-item + .blc-about-card__list-item {
  margin-top: 24px;
}
.blc-about-card__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 31px;
  height: 31px;
  background-color: #152655;
}

@media screen and (max-width: 991px) {
  .blc-about-card__ttl-icon {
    width: 30px;
    height: 30px;
  }
  .blc-about-card__ttl-txt {
    font-size: 20px;
  }
  .blc-about-card__list-item {
    font-size: 13px;
    padding-left: min(45px, 10.1809954751%);
  }
  .blc-about-card__list-item + .blc-about-card__list-item {
    margin-top: 20px;
  }
  .blc-about-card__list-item::before {
    width: 25px;
    height: 25px;
    background-size: 25px auto !important;
  }
}
@media screen and (max-width: 767px) {
  .blc-about-card {
    border-radius: 7px;
    padding-block: 19px;
    padding-inline: min(24px, 6.7415730337%);
  }
  .blc-about-card + .blc-about-card {
    margin-top: 14px;
  }
  .blc-about-card__ttl {
    width: 100%;
    text-align: center;
    gap: 20px;
  }
  .blc-about-card__ttl-icon {
    position: relative;
    right: -3px;
  }
  .blc-about-card__ttl-txt {
    padding-inline: 0;
    font-size: 22px;
    line-height: 1.25;
  }
  .blc-about-card__list {
    margin-top: 23px;
  }
  .blc-about-card__list + .blc-about-card__list {
    margin-top: 20px;
  }
  .blc-about-card__list-item {
    font-size: 16px;
    padding-left: min(45px, 11.1%);
  }
  .blc-about-card__list-item + .blc-about-card__list-item {
    margin-top: 25px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 480px) {
  .blc-about-card__ttl {
    gap: 3%;
  }
  .blc-about-card__ttl-txt {
    font-size: 20px;
  }
}
/* ---------------------------------------------
*   blc-other_way
--------------------------------------------- */
.blc-other_way {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.0161290323%;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .blc-other_way {
    display: block;
    margin-top: 24px;
  }
}
/* ---------------------------------------------
*   blc-other_way-card
--------------------------------------------- */
.blc-other_way-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 30px 20px 28px;
  border: 2px solid transparent;
  border-radius: 16px;
  border-color: #52b8e8;
}
.blc-other_way-card__ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.blc-other_way-card__ttl-icon {
  position: relative;
  flex-shrink: 0;
}
.blc-other_way-card__ttl-icon--1 {
  width: 53px;
  height: 57px;
}
.blc-other_way-card__ttl-icon--2 {
  width: 40px;
  height: 58px;
}
.blc-other_way-card__ttl-icon img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.blc-other_way-card__txt {
  margin-top: 20px;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
.blc-other_way-card__txt + .blc-other_way-card__txt {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .blc-other_way-card__ttl {
    font-size: 22px;
    gap: 3.8338658147%;
  }
  .blc-other_way-card__ttl-icon--1 {
    width: 48px;
    height: 57px;
    left: 0.4em;
  }
  .blc-other_way-card__ttl-icon--2 {
    width: 36px;
    height: 58px;
  }
}
@media screen and (max-width: 767px) {
  .blc-other_way-card {
    padding-block: 17px 15px;
    padding-inline: 11px;
  }
  .blc-other_way-card + .blc-other_way-card {
    margin-top: 14px;
  }
  .blc-other_way-card__ttl {
    position: relative;
    font-size: 22px;
    line-height: 1.33;
    gap: 10px;
    white-space: wrap;
  }
  .blc-other_way-card__ttl-icon {
    position: relative;
  }
  .blc-other_way-card__ttl-icon--1 {
    width: 39px;
    height: 42px;
    left: -5px;
  }
  .blc-other_way-card__ttl-icon--2 {
    width: 31px;
    height: 40px;
    left: -3px;
  }
}
/* ---------------------------------------------
* tabs
--------------------------------------------- */
.tabs {
  position: relative;
}
.tabs__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12.6914660832%;
}
.tabs__sp-tab {
  display: none;
}

@media screen and (max-width: 991px) {
  .tabs__body {
    gap: 10.9409190372%;
  }
}
@media screen and (max-width: 767px) {
  .tabs__body {
    display: block;
  }
  .tabs__tab-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.0080645161%;
    position: relative;
    font-size: 20px;
    text-align: center;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    cursor: pointer;
    border-bottom: 4px solid #006bb6;
  }
  .tabs__tab-list:has(.tabs__sp-tab--1.is-current) {
    border-bottom: 4px solid #006bb6;
  }
  .tabs__tab-list:has(.tabs__sp-tab--2.is-current) {
    border-bottom: 4px solid #65b833;
  }
  .tabs__sp-tab {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-block: 13px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    touch-action: manipulation;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
  .tabs__sp-tab--1 {
    background-color: #006bb6;
  }
  .tabs__sp-tab--2 {
    background-color: #65b833;
  }
  .tabs__sp-tab:not(.is-current) {
    background-color: #ccc;
  }
}
/* ---------------------------------------------
* tab-item
--------------------------------------------- */
.tab-item {
  position: relative;
  width: 100%;
}
.tab-item__ttl {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-block: 14px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.tab-item__ttl--1 {
  background-color: #006bb6;
}
.tab-item__ttl--2 {
  background-color: #65b833;
}
.tab-item__img {
  margin-top: 20px;
}
.tab-item__howto {
  margin-top: 2px;
}
.tab-item__howto-list {
  counter-reset: step;
}
.tab-item__howto-list li {
  position: relative;
  padding-block: 15px;
  padding-left: 50px;
  font-size: 16px;
}
.tab-item__howto-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  width: 30px;
  height: 30px;
  background-color: #999;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.tab-item__howto-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: url(/world_wifi/img/img_line.png) no-repeat center/100% auto;
}
.tab-item__note-wrap {
  margin-top: 15px;
}
.tab-item__note {
  display: block;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .tab-item__ttl {
    display: none;
  }
  .tab-item__img {
    width: 79%;
    margin-top: 30px;
    margin-inline: auto;
  }
  .tab-item__howto {
    margin-top: 0;
    margin-inline: auto;
    width: 89%;
  }
  .tab-item__howto-list li {
    padding-block: 14px;
  }
}
/* ---------------------------------------------
  table-compare-shadow
--------------------------------------------- */
.table-compare-shadow {
  position: relative;
  margin-top: 26px;
}
.table-compare-shadow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 50px;
  height: calc(100% - 10px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgb(0, 0, 0) 100%);
  opacity: 0.1;
  pointer-events: none;
  z-index: 6;
}

@media (max-width: 767px) {
  .table-compare-shadow::after {
    right: 0;
    height: 100%;
  }
}
.ipad .table-compare-shadow::after,
.androidtablet .table-compare-shadow::after {
  right: 0 !important;
}

/* ---------------------------------------------
  table-compare-outer
--------------------------------------------- */
.table-compare-outer {
  position: relative;
  overflow: auto;
  z-index: 5;
}
.table-compare-outer::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  z-index: 3;
}
.table-compare-outer::-webkit-scrollbar-track {
  background: #eee;
  z-index: 5;
  z-index: 3;
}
.table-compare-outer::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 9999px;
  z-index: 3;
}

/* ---------------------------------------------
  table-compare
--------------------------------------------- */
.table-compare {
  position: relative;
  border-spacing: 0;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
}
.table-compare tr:first-child th:not(:last-child) {
  border-right-color: #eee;
}
.table-compare tr:nth-child(even) {
  background-color: #ecf7e5;
}
.table-compare tr:nth-child(even) > .table-compare__th {
  background: #d5f3c3;
}
.table-compare tr:nth-child(odd) {
  background: #fff;
}
.table-compare tr:nth-child(odd) > .table-compare__th {
  background: #fff;
}
.table-compare th, .table-compare td {
  font-weight: 400;
  line-height: 1.5;
  border-right: 3px solid #eee;
  border-bottom: 3px solid #eee;
}
.table-compare th {
  /* font-size: 13px; */
  font-size: 12px;
  text-align: left;
  /* font-weight: 700; */
  font-weight: 600;
  border-left: 3px solid #eee;
}
.table-compare td {
  font-size: 11px;
  /* font-size: 12px; */
  padding: 0;
}
.table-compare__th {
  position: sticky;
  left: 0;
  padding: 5px 8px 4px;
}
.table-compare__th-top, .table-compare__th-top-point {
  position: sticky;
  top: 0;
  color: #fff !important;
  z-index: 6;
}
.table-compare__th-top-point {
  z-index: 7;
  background-color: #65b833 !important;
  padding: 5px 8px 4px;
}
.table-compare__th-top {
  border-left: none !important;
  padding: 0 !important;
}
.table-compare__th-top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}
.table-compare__service-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease-in;
}
@media (hover: hover) and (pointer: fine) {
  .table-compare__service-link:hover {
    opacity: 0.8;
  }
}
.table-compare__service-name {
  background-color: #65b833;
  width: 100%;
  text-align: center;
  padding-block: 5px 6px;
  flex-shrink: 0;
}
.table-compare__service-logo {
  margin-inline: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
  background: #fff;
}
.table-compare__service-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.table-compare__service-logo--1 img {
  width: 58.0769230769%;
}
.table-compare__service-logo--2 img {
  width: 46.1538461538%;
}
.table-compare__service-logo--3 img {
  width: 33.0769230769%;
}
.table-compare__service-logo--4 img {
  width: 46.1538461538%;
}
.table-compare__service-logo--5 img {
  width: 33.0769230769%;
}
.table-compare__service-logo--6 img {
  width: 26.9230769231%;
}
.table-compare__service-logo--7 img {
  width: 26.9230769231%;
}
.table-compare__inner-txt {
  padding: 6px 10px 6px;
}
.table-compare--1 tr > :nth-child(1) {
  /* width: 140px; */
  width: 120px;
}
.table-compare--1 tr > :not(:nth-child(1)) {
  /* width: 240px; */
  width: 200px;
}
.table-compare--1 tr.is-center td {
  text-align: center !important;
}
.table-compare--2 tr > :nth-child(1) {
  /* width: 140px; */
  width: 120px;
}
.table-compare--2 tr > :not(:nth-child(1)) {
  /* width: 180px; */
  width: 150px;
}
.table-compare--2 td {
  text-align: center !important;
}

/* ---------------------------------------------
  table-compare-note
--------------------------------------------- */
.table-compare-note {
  margin-top: 20px;
}

.table-compare-note__item {
  display: flex;
  align-items: flex-start;
  gap: 0 5px;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  line-height: 1.3;
}
.table-compare-note__item + .table-compare-note__item {
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .table-compare-note {
    margin-top: 13px;
  }
  .table-compare-note__item {
    gap: 0 3px;
    line-height: 1.6;
  }
  .table-compare-note__item + .table-compare-note__item {
    margin-top: 0;
  }
}
/* ---------------------------------------------
  td-inner-flex
--------------------------------------------- */
.td-inner-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 85px;
}
.td-inner-flex__block {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  /* font-size: 12px; */
  font-size: 11px;
  line-height: 1.24;
  border-top: 1px solid #eee;
}
.td-inner-flex__block:first-child {
  border-top: none;
}

/* ---------------------------------------------
  list-rcmdrank
--------------------------------------------- */
.list-rcmdrank {
  counter-reset: agtrank;
}
.list-rcmdrank__item {
  counter-increment: agtrank;
  border-bottom: 1px dashed rgb(170, 170, 170);
}
.list-rcmdrank__item:nth-child(1) {
  border-top: 1px dashed rgb(170, 170, 170);
}
.list-rcmdrank__item:nth-child(1) .list-rcmdrank__head::before {
  background: #e8d44e;
  color: #fff;
}
.list-rcmdrank__item:nth-child(2) .list-rcmdrank__head::before {
  background: #666;
  color: #fff;
}
.list-rcmdrank__item:nth-child(3) .list-rcmdrank__head::before {
  background: #d5a691;
  color: #fff;
}
.list-rcmdrank__item:nth-child(n+10) .list-rcmdrank__head::before {
  font-size: 18px;
}
.list-rcmdrank__link {
  display: flex;
  align-items: center;
  padding-block: 14px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjE1NyIgaGVpZ2h0PSIxNS45MiIgdmlld0JveD0iMCAwIDkuMTU3IDE1LjkyIj4KICA8cGF0aCBpZD0i44OR44K5XzE2ODgiIGQ9Ik0zLjIuODA2aDBhMS4zMTYsMS4zMTYsMCwwLDAsMCwxLjczMWgwTDkuMTEyLDguMywzLjIsMTQuMjE3YTEuMzEzLDEuMzEzLDAsMCwwLDAsMS43MzFoMGExLjA4MiwxLjA4MiwwLDAsMCwxLjczMSwwbDYuNzc4LTYuOTIyYTEuMzE2LDEuMzE2LDAsMCwwLDAtMS43MzFoMEw0Ljc4Ni42NjJBMS4yOTMsMS4yOTMsMCwwLDAsMy4yLjgwNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjg3NSAtMC40NjEpIiBmaWxsPSIjZmY2MjAwIi8+Cjwvc3ZnPgo=) no-repeat right 0 center #fff;
  background-size: 11px 19px;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}
@media (hover: hover) and (pointer: fine) {
  .list-rcmdrank__link:hover {
    opacity: 0.7;
  }
}
.list-rcmdrank__head {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 34.2741935484%;
  padding-left: 7.0564516129%;
  gap: 7px;
}
.list-rcmdrank__head::before {
  content: counter(agtrank);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #dae8e9;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}
.list-rcmdrank__logo {
  display: block;
}
.list-rcmdrank__logo--1 {
  width: 126px;
}
.list-rcmdrank__logo--2 {
  width: 90px;
}
.list-rcmdrank__logo--3 {
  width: 84px;
}
.list-rcmdrank__logo--4 {
  width: 95px;
}
.list-rcmdrank__logo--5 {
  width: 65px;
}
.list-rcmdrank__logo--6 {
  width: 55px;
}
.list-rcmdrank__logo--7 {
  width: 55px;
}
.list-rcmdrank__logo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.list-rcmdrank__ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1666666667;
}
.list-rcmdrank__body {
  flex-grow: 1;
  margin-right: 5.0403225806%;
}
.list-rcmdrank__txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.list-rcmdrank__note {
  display: flex;
  align-items: flex-start;
  gap: 0 5px;
  margin-top: 19px;
}

.list-rcmdrank__note__txt {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
}

.safari .list-rcmdrank__head::before,
.windows.firefox .list-rcmdrank__head::before,
.edge .list-rcmdrank__head::before {
  padding-top: 1px;
}

@media screen and (max-width: 991px) {
  .list-rcmdrank__head {
    width: 38.3064516129%;
    padding-left: 6.5524193548%;
    padding-right: 5px;
  }
  .list-rcmdrank__head::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .list-rcmdrank__item:nth-child(n+10) .list-rcmdrank__head::before {
    font-size: 14px;
  }
  .list-rcmdrank__body {
    width: 61.6935483871%;
  }
  .list-rcmdrank__ttl {
    font-size: 18px;
  }
  .list-rcmdrank__txt {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .list-rcmdrank__link {
    display: block;
    padding-block: 15px 11px;
  }
  .list-rcmdrank__head {
    width: 100%;
    padding-left: 51px;
    padding-right: 0;
  }
  .list-rcmdrank__head::before {
    width: 36px;
    height: 36px;
    top: 34%;
    font-size: 20px;
    line-height: 36px;
  }
  .list-rcmdrank__logo {
    width: 40px;
    margin-right: 20px;
  }
  .list-rcmdrank__logo--1 {
    width: 126px;
  }
  .list-rcmdrank__logo--2 {
    width: 90px;
  }
  .list-rcmdrank__logo--3 {
    width: 84px;
  }
  .list-rcmdrank__logo--4 {
    width: 95px;
  }
  .list-rcmdrank__logo--5 {
    width: 65px;
  }
  .list-rcmdrank__logo--6 {
    width: 50px;
  }
  .list-rcmdrank__logo--7 {
    width: 55px;
  }
  .list-rcmdrank__body {
    width: 100%;
    margin-top: 9px;
    padding-right: 24px;
  }
  .list-rcmdrank__ttl {
    font-size: 16px;
  }
  .list-rcmdrank__txt {
    font-size: 14px;
    line-height: 1.4;
  }
  .list-rcmdrank__note {
    margin-top: 14px;
  }
}
/* ---------------------------------------------
*   list-select
--------------------------------------------- */
.list-select {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 2.0161290323%;
       column-gap: 2.0161290323%;
}
.list-select__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding-top: 20px;
  padding-bottom: 13px;
  padding-inline: 8.5836909871%;
  background-color: #fff;
  border: 3px solid #52b8e8;
  border-radius: 16px;
}
.list-select__img {
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.list-select__img--1 {
  width: 34.3220338983%;
  width: 45%;
}
.list-select__img--2 {
  width: 37.2881355932%;
  width: 45%;
}
.list-select__img--3 {
  width: 61.4406779661%;
  width: 76%;
}
.list-select__img--4 {
  width: 28.813559322%;
  width: 36%;
}
.list-select__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-select__ttl {
  margin-top: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.list-select__txt-wrap {
  margin-top: 13px;
}
.list-select__txt {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .list-select__ttl {
    font-size: 16px;
  }
  .list-select__txt {
    font-size: 13px;
    line-height: 1.38;
  }
}
@media screen and (max-width: 767px) {
  .list-select {
    display: block;
  }
  .list-select__item {
    padding-inline: 4.5%;
  }
  .list-select__item:nth-child(n+2) {
    margin-top: 12px;
  }
  .list-select__img--1 {
    width: 76px;
  }
  .list-select__img--2 {
    width: 76px;
  }
  .list-select__img--3 {
    width: 139.5px;
  }
  .list-select__img--4 {
    width: 67px;
  }
  .list-select__ttl {
    padding-block: 9px 0;
    font-size: 18px;
  }
  .list-select__txt-wrap {
    margin-top: 10px;
  }
  .list-select__txt {
    font-size: 14px;
    line-height: 1.5;
  }
}
/* ---------------------------------------------
*   list-feature
--------------------------------------------- */
.list-feature {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2.0161290323%;
       column-gap: 2.0161290323%;
}
.list-feature__item:nth-child(n+3) {
  margin-top: 20px;
}
.list-feature__inner {
  padding-bottom: 20px;
  border: 2px solid #ccc;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.list-feature__head {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
.list-feature__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  order: 2;
}
.list-feature__logo {
  display: block;
  width: 100%;
  height: 40px;
  margin-inline: auto;
  order: 1;
}
.list-feature__logo--1 {
  width: 190px;
}
.list-feature__logo--2 {
  width: 167px;
}
.list-feature__logo--3 {
  width: 110px;
}
.list-feature__logo--4 {
  width: 170px;
}
.list-feature__logo--5 {
  width: 100px;
}
.list-feature__logo--6 {
  width: 90px;
}
.list-feature__logo--7 {
  width: 90px;
}
.list-feature__logo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.list-feature__lead {
  order: 3;
  padding-inline: 10px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  padding-bottom: 18px;
}
.list-feature__about {
  position: relative;
}
.list-feature__about-top {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 3.1818181818%;
       column-gap: 3.1818181818%;
  margin-top: 16px;
  padding-inline: 15px;
}
.list-feature__img {
  width: 40%;
  aspect-ratio: 185/145;
}
.list-feature__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-feature__details-wrap {
  width: 100%;
}
.list-feature__txt-wrap {
  flex: 1;
  flex-shrink: 0;
  margin-top: -3px;
  text-align: justify;
}
.list-feature__about-bottom {
  margin-top: 15px;
  padding-inline: 15px;
}
.list-feature__about-detail-ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.list-feature__about-detail-items {
  margin-top: 7px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.8849557522%;
}
.list-feature__about-detail-item {
  width: 68px;
  height: 60px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list-feature__about-detail-item--1 {
  background-color: #52b8e8;
}
.list-feature__about-detail-item--2 {
  background-color: #4377be;
}
.list-feature__about-detail-item--3 {
  background-color: #65b833;
}
.list-feature__about-detail-item--4 {
  background-color: #eca652;
}
.list-feature__about-detail-item--5 {
  background-color: #ff717e;
}
.list-feature__about-detail-item--6 {
  background-color: #64cac2;
}

@media screen and (max-width: 991px) {
  .list-feature__txt {
    font-size: 13px;
    line-height: 1.38;
  }
  .list-feature__about-detail-items {
    width: -moz-fit-content;
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    font-size: clamp(10px, 2vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .list-feature {
    display: block;
  }
  .list-feature__inner {
    padding-bottom: 12px;
  }
  .list-feature__item:nth-child(n+2) {
    margin-top: 20px;
  }
  .list-feature__head {
    padding-top: 18px;
  }
  .list-feature__ttl {
    padding-top: 6px;
    font-size: 24px;
  }
  .list-feature__lead {
    margin-top: 6px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .list-feature__img {
    width: 100%;
  }
  .list-feature__logo {
    height: auto;
  }
  .list-feature__logo--1 {
    width: 194.5px;
  }
  .list-feature__logo--2 {
    width: 172px;
  }
  .list-feature__logo--3 {
    width: 110px;
  }
  .list-feature__logo--4 {
    width: 175px;
  }
  .list-feature__logo--5 {
    width: 76px;
  }
  .list-feature__logo--6 {
    width: 76px;
  }
  .list-feature__logo--7 {
    width: 76px;
  }
  .list-feature__about {
    display: block;
    padding-inline: 13px;
  }
  .list-feature__about-top {
    display: block;
    padding-inline: 0;
  }
  .list-feature__txt-wrap {
    margin-top: 18px;
  }
  .list-feature__txt {
    font-size: 14px;
    line-height: 1.78;
  }
  .list-feature__about-detail-ttl {
    font-size: 13px;
  }
  .list-feature__about-detail-items {
    margin-top: 12px;
    display: flex;
    gap: 0.6637168142%;
    width: 100%;
  }
  .list-feature__about-detail-item {
    width: 50px;
    height: 50px;
    max-width: none;
    font-size: 13px;
    line-height: 1.11;
    padding-block: 4px 3px;
    aspect-ratio: 1/1;
  }
  .list-feature__about-bottom {
    margin-top: 11px;
    padding-inline: 0;
  }
}
@media screen and (max-width: 389px) {
  .list-feature__about-detail-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5141388175%;
  }
  .list-feature__about-detail-item {
    width: auto;
    height: auto;
    font-size: min(11px, 3vw);
  }
}
/* ---------------------------------------------
*   list-feature-details
--------------------------------------------- */
.list-feature-details {
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #d7d7d7;
  margin-top: 16px;
  margin-inline: 15px;
  padding-inline: 15px;
}
.list-feature-details:last-child {
  margin-bottom: 0;
}
.list-feature-details__tr {
  width: 100%;
}
.list-feature-details__th {
  width: 8.2em;
  padding: 8px 8px 7px;
  border: 1px solid #d7d7d7;
  background: #ecf7e5;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  vertical-align: center;
}
.list-feature-details__th--sp-none {
  display: table;
}
.list-feature-details__td {
  border: 1px solid #d7d7d7;
  padding: 8px 8px 7px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
  width: 77%;
}
.list-feature-details__td--sp-none {
  display: table;
}
.list-feature-details__more {
  margin-top: 27px;
  margin-bottom: 30px;
}
.list-feature-details__more-btn {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-right: 32px;
  color: #333;
  font-family: inherit;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .list-feature-details__more-btn:hover {
    text-decoration: underline;
  }
}
.list-feature-details__more-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 10px;
  -webkit-mask-image: url(/online_english/img/icn_arrow_bottom-blue.svg);
          mask-image: url(/online_english/img/icn_arrow_bottom-blue.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #65b833;
}

.list-feature-details.is-open + .list-feature-details__more .list-feature-details__more-btn::before {
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 991px) {
  .list-feature-details__td {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .list-feature-details {
    margin-top: 20px;
    width: calc(100% - 28px);
  }
  .list-feature-details__th {
    width: 8.2em;
  }
  .list-feature-details__td {
    padding-inline: 10px;
  }
}
.list-feature-details:not(.is-open) .is-hide-when-closed {
  display: none;
}

/* ---------------------------------------------
*   list-feature-btns
--------------------------------------------- */
.list-feature-btns {
  margin-top: auto;
  padding-inline: 15px;
  text-align: center;
}
.list-feature-btns__btn {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 19px 40px 17px 30px;
  border-radius: 8px;
  background: url(/online_english/img/icn_arrow_right_FFFFFF.svg) no-repeat right 25px center #ff9204;
  background-size: 10px auto;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.25;
  transition: opacity 0.2s ease-in;
}
.list-feature-btns__btn.is-hover {
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .list-feature-btns__btn {
    background: url(/online_english/img/icn_arrow_right_FFFFFF.svg) no-repeat right 15px center #ff9204;
    background-size: 8px auto;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .list-feature-btns__btn {
    padding: 15px 34px 15px 34px;
    background: url(/online_english/img/icn_arrow_right_FFFFFF.svg) no-repeat right 16px center #ff9204;
    background-size: 8px auto;
    font-size: 19px;
    line-height: 1.55;
  }
  .list-feature-btns__btn--s {
    letter-spacing: -0.03em;
    padding-inline: 24px;
  }
}
@media screen and (max-width: 350px) {
  .list-feature-btns__btn {
    font-size: 17px;
  }
}
/* ---------------------------------------------
*   list-feature-bottom-note
--------------------------------------------- */
.list-feature-bottom-note {
  display: flex;
  align-items: flex-start;
  gap: 0 5px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  padding-inline: 15px;
}

@media screen and (max-width: 767px) {
  .list-feature-bottom-note {
    margin-top: 5px;
    padding-inline: 6px;
  }
}
/* ---------------------------------------------
*   list-flow
--------------------------------------------- */
.list-flow {
  --flow-gap: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 3.8306451613%;
       column-gap: 3.8306451613%;
}
.list-flow__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.list-flow__item + .list-flow__item::before {
  content: "";
  position: absolute;
  top: 18%;
  left: calc(-1 * var(--flow-gap) / 2);
  transform: translateX(-50%);
  width: 36px;
  height: 34px;
  background: url(/world_wifi/img/img_arrow-flow.png) no-repeat center/contain;
  background-size: 36px auto;
}
.list-flow__img {
  display: block;
  margin-inline: auto;
}
.list-flow__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-flow__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-inline: auto;
}
.list-flow__ttl-step {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #52b8e8;
  border-radius: 14px;
  width: 118px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.08em;
}
.list-flow__ttl-txt {
  margin-top: 10px;
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
}
.list-flow__txt-wrap {
  margin-top: 5px;
  text-align: justify;
}
.list-flow__txt {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .list-flow__ttl {
    font-size: 16px;
  }
  .list-flow__txt {
    font-size: 13px;
    line-height: 1.38;
  }
}
@media screen and (max-width: 767px) {
  .list-flow {
    display: block;
  }
  .list-flow__item + .list-flow__item {
    margin-top: 74px;
  }
  .list-flow__item + .list-flow__item::before {
    content: "";
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 50px;
    background: url(/world_wifi/img/img_arrow-flow-sp.png) no-repeat center/contain;
    background-size: 35px auto;
  }
  .list-flow__img {
    width: 100%;
  }
  .list-flow__img--1 {
    width: 220px;
  }
  .list-flow__img--2 {
    width: 220px;
  }
  .list-flow__img--3 {
    width: 220px;
  }
  .list-flow__img--4 {
    width: 220px;
  }
  .list-flow__ttl {
    margin-top: -3px;
    font-size: 18px;
  }
  .list-flow__ttl-txt {
    font-size: 19px;
    margin-top: 13px;
  }
  .list-flow__ttl-step {
    height: 30px;
  }
  .list-flow__txt-wrap {
    margin-top: 10px;
  }
  .list-flow__txt {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
}
/* ----------------------------------------
  pr
---------------------------------------- */
.pr--type-wifi .pr-logo {
  position: relative;
}
.pr--type-wifi .pr__txt {
  letter-spacing: -0.06em;
}

@media screen and (max-width: 767px) {
  .pr--type-wifi {
    padding-bottom: 15px;
  }
  .pr--type-wifi .pr__txt {
    margin-bottom: 4px;
    letter-spacing: 0em;
    font-size: 12px;
  }
}
/* ----------------------------------------
  pr-logo-wifi
---------------------------------------- */
.pr-logo-wifi > .pr-logo__item--1 {
  flex-basis: 98px;
}
.pr-logo-wifi > .pr-logo__item--2 {
  flex-basis: 85px;
}
.pr-logo-wifi > .pr-logo__item--3 {
  flex-basis: 56px;
}
.pr-logo-wifi > .pr-logo__item--4 {
  flex-basis: 86px;
}
.pr-logo-wifi > .pr-logo__item--5 {
  flex-basis: 61px;
}
.pr-logo-wifi .pr-logo__item:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .pr-logo-wifi > .pr-logo__item--1 {
    flex-basis: 80px;
  }
  .pr-logo-wifi > .pr-logo__item--2 {
    flex-basis: 70px;
  }
  .pr-logo-wifi > .pr-logo__item--3 {
    flex-basis: 45px;
  }
  .pr-logo-wifi > .pr-logo__item--4 {
    flex-basis: 69px;
  }
  .pr-logo-wifi > .pr-logo__item--5 {
    flex-basis: 40px;
  }
  .pr-logo-wifi .pr-logo__item:not(:last-child) {
    margin-right: 5px;
  }
  .pr-logo__item-txt {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pr-logo-wifi > .pr-logo__item--1 {
    flex-basis: 18.1428571429%;
  }
  .pr-logo-wifi > .pr-logo__item--2 {
    flex-basis: 14.7142857143%;
  }
  .pr-logo-wifi > .pr-logo__item--3 {
    flex-basis: 10.2857142857%;
  }
  .pr-logo-wifi > .pr-logo__item--4 {
    flex-basis: 15.8571428571%;
  }
  .pr-logo-wifi > .pr-logo__item--5 {
    flex-basis: 11.4285714286%;
  }
  .pr-logo-wifi .pr-logo__item:not(:last-child) {
    margin-right: 2%;
  }
  .pr-logo-wifi .pr-logo__item-txt {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
/* ---------------------------------------------
*   kv-content
--------------------------------------------- */
.kv-content {
  margin-bottom: 55px;
}
.kv-content__pagetit {
  position: relative;
}
.kv-content__pagetit img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.kv-content__txt {
  margin-top: 27px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 1.5;
}
.kv-content__txt-date {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .kv-content {
    margin-bottom: 35px;
  }
  .kv-content__pagetit {
    margin-bottom: 0;
    background: none;
  }
  .kv-content__txt {
    margin-top: 22px;
    text-align: left;
    line-height: 1.445;
  }
}
/* ---------------------------------------------
*   kv-content-head
--------------------------------------------- */
.kv-content-head {
  margin-top: 33px;
  margin-left: 10px;
  text-align: center;
}
.kv-content-head__txt {
  color: #006bb6;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.44;
}
.kv-content-head__txt--large {
  font-size: 36px;
  line-height: 1.22;
  color: #333;
}

@media screen and (max-width: 767px) {
  .kv-content-head {
    margin-block: 16px;
    margin-left: 0;
  }
  .kv-content-head__txt {
    display: inline-block;
    font-size: 20px;
  }
  .kv-content-head__txt--large {
    display: block;
    margin-top: 2px;
    font-size: 27px;
    letter-spacing: -0.02em;
  }
  .kv-content-head__txt-2 {
    margin-right: 1px;
  }
}
/* ---------------------------------------------
*   nav-wrap
--------------------------------------------- */
.nav-wrap {
  width: 580px;
  margin-inline: auto;
  margin-bottom: 71px;
}

.nav-wrap__cnt {
  position: relative;
  z-index: 1;
  height: 270px;
  overflow: hidden;
}

.nav-wrap__cnt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 35%, rgb(255, 255, 255) 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in;
}

.nav-wrap__cnt.is-open {
  height: auto;
}

.nav-wrap__cnt.is-open::before {
  opacity: 0;
  visibility: hidden;
}

.nav-wrap__more {
  position: relative;
  z-index: 2;
  margin-top: -14px;
  text-align: center;
}

.nav-wrap__cnt.is-open + .nav-wrap__more > .nav-btn {
  margin-top: -40px;
}

@media screen and (max-width: 767px) {
  .nav-wrap {
    width: 92%;
    margin-bottom: 40px;
  }
  .nav-wrap__more {
    margin-top: -28px;
  }
}
/* ---------------------------------------------
*   nav
--------------------------------------------- */
.nav {
  padding-block: 26px 58px;
  border: 1px solid #aaa;
  border-radius: 8px;
  box-sizing: border-box;
}

.nav__ttl {
  color: #152655;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .nav {
    padding: 14px 4% 60px;
  }
}
@media screen and (max-width: 320px) {
  .nav__ttl {
    font-size: 18px;
  }
}
/* ---------------------------------------------
*   nav-list
--------------------------------------------- */
.nav-list {
  width: 432px;
  margin-right: auto;
  margin-left: auto;
}

.nav-list__link,
.nav-list__sublink {
  display: block;
  padding-right: 20px;
  padding-block: 15px;
  border-bottom: 1px dashed rgb(170, 170, 170);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS45MiIgaGVpZ2h0PSI5LjE1NyIgdmlld0JveD0iMCAwIDE1LjkyIDkuMTU3Ij4KICA8cGF0aCBpZD0i44OR44K5XzE2ODgiIGQ9Ik0zLjIuODA2aDBhMS4zMTYsMS4zMTYsMCwwLDAsMCwxLjczMWgwTDkuMTEyLDguMywzLjIsMTQuMjE3YTEuMzEzLDEuMzEzLDAsMCwwLDAsMS43MzFoMGExLjA4MiwxLjA4MiwwLDAsMCwxLjczMSwwbDYuNzc4LTYuOTIyYTEuMzE2LDEuMzE2LDAsMCwwLDAtMS43MzFoMEw0Ljc4Ni42NjJBMS4yOTMsMS4yOTMsMCwwLDAsMy4yLjgwNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2LjM4IC0yLjg3NSkgcm90YXRlKDkwKSIgZmlsbD0iIzg4OCIvPgo8L3N2Zz4K") no-repeat right center;
  background-size: 16px 10px;
  color: #262020;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  text-underline-offset: 3px;
}

.nav-list__link:hover,
.nav-list__sublink:hover {
  text-decoration: underline;
}

.nav-list__sublink {
  padding-left: 9.0909090909%;
}

@media screen and (max-width: 767px) {
  .nav-list {
    width: auto;
  }
  .nav-list__link,
  .nav-list__sublink {
    font-size: 15px;
  }
}
/* ---------------------------------------------
*   nav-btn
--------------------------------------------- */
.nav-btn {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-right: 32px;
  color: #333;
  font-family: inherit;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .nav-btn:hover {
    text-decoration: underline;
  }
}

.nav-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 10px;
  -webkit-mask-image: url(/world_wifi/img/icn_arrow_bottom.svg);
          mask-image: url(/world_wifi/img/icn_arrow_bottom.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #828282;
}

.nav-wrap__cnt.is-open + .nav-wrap__more .nav-btn::before {
  transform: translateY(-50%) rotate(180deg);
}

/* ---------------------------------------------
  toc
--------------------------------------------- */
.toc {
  position: fixed;
  top: min(45px, 13%);
  right: 0;
  z-index: 10;
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s ease-in;
  z-index: 100;
}

.toc.is-active {
  transform: translateX(0%);
}

.toc.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.toc__inner {
  position: relative;
}

.toc__btn {
  position: absolute;
  top: 0;
  left: -49px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 50px;
  height: 52px;
  padding: 5px;
  border-radius: 8px 0 0 8px;
  background-color: rgba(102, 184, 51, 0.8);
  cursor: pointer;
  transition: opacity 0.2s ease-in;
}

.toc__btn:hover {
  opacity: 0.8;
}

.toc__btn-icon {
  width: 30px;
}
.toc__btn-icon img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.toc__list {
  padding: 5px 0 18px 19px;
  border: 1px solid rgb(204, 204, 204);
  border-right: none;
  background-color: #fff;
}

.toc__item {
  border-bottom: 1px dashed rgb(170, 170, 170);
}

.toc__link {
  display: block;
  width: 100%;
  min-width: 250px;
  padding: 12px 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.4285714286;
  text-decoration: none;
}

.toc__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .toc {
    top: min(52px, 17%);
  }
  .toc__btn {
    left: -40px;
    gap: 8px;
    width: 40px;
    height: 40px;
  }
  .toc__link {
    padding: 10px 0;
  }
  .toc__btn-icon {
    width: 24px;
  }
}
@media screen and (orientation: landscape) and (min-width: 768px) {
  .androidphone .toc__list {
    padding: 0 0 5px 19px;
  }
  .androidphone .toc__link {
    padding: 8px 0;
    font-size: 10px;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .toc {
    top: min(52px, 17%);
  }
  .toc__list-outer {
    max-height: 200px;
    overflow-y: auto;
  }
  .toc::before,
  .toc::after {
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(204, 204, 204);
  }
  .toc::before {
    top: 0;
  }
  .toc::after {
    bottom: 0;
  }
}
/* ----------------------------------------
  faq
---------------------------------------- */
.faq {
  margin: 30px auto 0;
}

/* ---------------------------------------------
*   qa
--------------------------------------------- */
.qa {
  margin: 30px auto;
}

.qa__q {
  position: relative;
  margin-bottom: 8px;
  padding-left: 2.25em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.71428;
  text-align: left;
  color: #006bb6;
}

.qa__q::before {
  content: "Q. ";
  position: absolute;
  top: -0.225em;
  left: 0;
  width: 2em;
  height: 1em;
  font-size: 20px;
}

.qa__a {
  position: relative;
  border-bottom: 2px dotted #333;
  margin-bottom: 20px;
  padding-left: 2.25em;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.qa__a:last-of-type {
  margin-bottom: 0;
}

.qa__a::before {
  content: "A. ";
  position: absolute;
  top: -0.225em;
  left: 0;
  width: 2em;
  height: 1em;
  font-size: 18px;
  font-weight: bold;
  color: #666;
}

@media screen and (max-width: 767px) {
  .qa {
    margin-top: 27px;
  }
  .qa__q {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .qa__q::before {
    font-size: 18px;
    top: -0.08em;
  }
  .qa__a {
    padding-left: 0;
    font-size: 14px;
    padding-left: 2.25em;
  }
  .qa__a::before {
    font-size: 18px;
    top: -0.13em;
  }
}
/* ---------------------------------------------
* attention
--------------------------------------------- */
.attention {
  margin: 52px auto 80px;
}

.attention-list {
  margin: 0 auto 30px;
  color: #222;
}

.attention-list:last-child {
  margin-bottom: 0;
}

.attention-list__item {
  position: relative;
  margin-bottom: 4px;
  padding-left: 1.25em;
  font-size: 12px;
  line-height: 1.5;
}

.attention-list__item:last-child {
  margin-bottom: 0;
}

.attention-list__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  color: #6e6e6e;
}

@media screen and (max-width: 767px) {
  .attention {
    margin: 24px auto 40px;
  }
  .attention__tit {
    font-size: 14px;
    line-height: 1.5;
  }
  .attention-list__item {
    font-size: 12px;
    line-height: 1.5;
  }
}
/*  .js-tab-target
--------------------------------------------- */
@media screen and (max-width: 767px) {
  .js-tab-target {
    display: none;
  }
  .js-tab-target.is-current {
    display: block;
  }
}
.list-feature-details:not(.is-open) .is-hide-when-closed {
  display: none;
}

/*  .is-hide-when-closed
--------------------------------------------- */
.is-hide-when-closed {
  display: none;
}

.js-details-cnt.is-open .is-hide-when-closed {
  display: table-row;
}