:root {
  --color-black: #333;
  --color-orange: #ff9600;
  --color-teal: #00bebc;
  --color-white: #fff;
  --color-red: #f00;
  --color-gray-80: #ccc;
}
.p-feature + .p-feature {
  margin-top: 42px;
}
.p-balloonAnchor {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.p-balloonAnchor_item {
  width: calc(33.333% - 4px);
}
.p-balloonAnchor_itemLink {
  color: #65b833;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border: 1px solid #65b833;
  position: relative;
  transition: all 0.3s;
  padding-bottom: 12px;
}
.p-balloonAnchor_itemLink::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-color: #65b833;
  mask-image: url('/hikaku/world_wifi/img/icn_arrow_next.svg');
  mask-repeat: no-repeat;
  mask-size: 24px;
  transform: rotate(90deg);
  position: absolute;
  bottom: 0;
  left: calc(50% - 12px);
}
.p-balloonAnchor_itemLink.-current {
  background-color: #65b833;
  color: #fff;
  color: var(--color-white);
}
.p-balloonAnchor_itemLink.-current::after {
  background-color: #fff;
  background-color: var(--color-white);
}
.-cost_korea .p-balloonAnchor_itemLink.-cost_hawaii::after,
.-cost_taiwan .p-balloonAnchor_itemLink.-cost_hawaii::after,
.-cost_thailand .p-balloonAnchor_itemLink.-cost_hawaii::after,
.-cost_australia .p-balloonAnchor_itemLink.-cost_hawaii::after,
.-cost_italy .p-balloonAnchor_itemLink.-cost_hawaii::after {
  transform: rotate(-90deg);
}
.-cost_taiwan .p-balloonAnchor_itemLink.-cost_korea::after,
.-cost_thailand .p-balloonAnchor_itemLink.-cost_korea::after,
.-cost_australia .p-balloonAnchor_itemLink.-cost_korea::after,
.-cost_italy .p-balloonAnchor_itemLink.-cost_korea::after {
  transform: rotate(-90deg);
}
.-cost_thailand .p-balloonAnchor_itemLink.-cost_taiwan::after,
.-cost_australia .p-balloonAnchor_itemLink.-cost_taiwan::after,
.-cost_italy .p-balloonAnchor_itemLink.-cost_taiwan::after {
  transform: rotate(-90deg);
}
.-cost_australia .p-balloonAnchor_itemLink.-cost_thailand::after,
.-cost_italy .p-balloonAnchor_itemLink.-cost_thailand::after {
  transform: rotate(-90deg);
}
.-cost_italy .p-balloonAnchor_itemLink.-cost_australia::after {
  transform: rotate(-90deg);
}
.p-iconHeading {
  font-size: 22px;
  color: #555;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}
.p-iconHeading_icon {
  position: relative;
  padding-left: 39px;
}
.p-iconHeading_icon::before {
  content: '';
  display: block;
  width: 33px;
  height: 22px;
  background: no-repeat center / cover url('/hikaku/world_wifi/img/flag_hawaii.jpg');
  position: absolute;
  top: 0.15em;
  left: 0;
}
.-cost_korea .p-iconHeading_icon::before {
  background-image: url('/hikaku/world_wifi/img/flag_korea.jpg');
}
.-cost_taiwan .p-iconHeading_icon::before {
  background-image: url('/hikaku/world_wifi/img/flag_taiwan.jpg');
}
.-cost_thailand .p-iconHeading_icon::before {
  background-image: url('/hikaku/world_wifi/img/flag_thailand.jpg');
}
.-cost_australia .p-iconHeading_icon::before {
  background-image: url('/hikaku/world_wifi/img/flag_australia.jpg');
}
.-cost_italy .p-iconHeading_icon::before {
  background-image: url('/hikaku/world_wifi/img/flag_italy.jpg');
}
.p-tab_nav {
  display: flex;
  gap: 12px;
  border-bottom: 4px solid #65b833;
  margin-bottom: 12px;
}
.p-tab_navItem {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  height: 42px;
  background-color: #ccc;
  color: #fff;
  color: var(--color-white);
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.p-tab_navItem.is-current {
  background-color: #65b833;
}
.p-tab_navIcon {
  font-size: 10px;
  background-color: #fff;
  background-color: var(--color-white);
  color: #ccc;
  height: 18px;
  line-height: 18px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.is-current .p-tab_navIcon {
  color: #65b833;
}
.p-tab_container {
  padding-left: 4.2667%;
  padding-right: 4.2667%;
  overflow: hidden;
}
.p-feeCard {
  line-height: 1.3;
}
.p-feeCard_itemLink {
  border: 2px solid #ccc;
  padding: 18px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  color: #333;
  color: var(--color-black);
  text-decoration: none;
  transition: all 0.3s;
  height: 100%;
  position: relative;
}
.-HIS .p-feeCard_itemLink::before {
  content: '特別\A割引';
  white-space: pre;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #ff5050;
  color: #fff;
  color: var(--color-white);
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  top: 14px;
  left: 18px;
}
.p-feeCard_heading {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 54px;
}
.p-feeCard_heading::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ff9600;
  background-color: var(--color-orange);
  mask-image: url('/hikaku/world_wifi/img/icn_arrow_next.svg');
  mask-repeat: no-repeat;
  mask-size: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: -8px;
}
.p-feeCard_ribbon {
  background-color: #ff9600;
  background-color: var(--color-orange);
  color: #fff;
  color: var(--color-white);
  height: 28px;
  line-height: 28px;
  font-weight: bold;
}
.p-feeCard_amount {
  font-weight: bold;
  color: #f00;
  color: var(--color-red);
}
.p-feeCard_amountLarge {
  font-size: 30px;
}
.p-feeCard_tagline {
  font-weight: bold;
}
.p-feeCard_wrapper .swiper-pagination-bullets {
  text-align: center;
  margin-top: 12px;
}
.p-feeCard_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 3px;
  padding-left: 3px;
  width: 9px;
  height: 9px;
  background-color: #ccc;
  opacity: 1;
}
.p-feeCard_wrapper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #777;
}
.p-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
}
.p-table_row:nth-child(2n) {
  background-color: #eee;
}
.p-table_heading,
.p-table_body {
  padding: 6px;
}
.p-table_heading {
  text-align: left;
}
.p-table_body {
  text-align: right;
}
.p-commentCard {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.p-commentCard_item {
  border: 2px solid #ccc;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  gap: 18px;
}
.p-commentCard_figure {
  width: 60px;
}
.p-commentCard_figcaption {
  font-size: 12px;
  text-align: center;
  margin-top: 6px;
}
.p-commentCard_container {
  flex: 1;
}
.p-commentCard_stars {
  width: 90px;
  margin-bottom: 6px;
}
.p-commentCard_tagline {
  font-weight: bold;
  margin-bottom: 6px;
}
.p-commentCard_body {
  margin-bottom: 6px;
}
.p-commentCard_location {
  font-size: 12px;
}
.p-commentAttention {
  margin-top: 18px;
}
.p-commentAttention_heading {
  font-weight: bold;
  margin-bottom: 6px;
}
.p-infoList {
  border: 1px solid #ccc;
  border: 1px solid var(--color-gray-80);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-infoList_item {
  text-indent: -1em;
  padding-left: 1em;
}
.p-infoList_item::before {
  content: '・';
}
.p-section {
  margin-top: 30px;
}
.p-section_heading {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 12px;
  line-height: 1.2;
  border-bottom: 2px solid #65b833;
  margin-bottom: 18px;
  text-align: center;
}
.p-imageText {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-imageText_list {
  background-color: #ecf7e5;
  border-radius: 12px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.p-imageText + p {
  margin-top: 18px;
}
.p-annotation {
  margin-top: 12px;
  font-size: 12px;
}
.p-annotation_item {
  text-indent: -1em;
  padding-left: 1em;
}
.p-annotation_item::before {
  content: '※';
}
.p-content {
  margin-top: 30px;
}
.p-content_heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 18px;
  text-align: center;
}
.p-content_headingInner {
  position: relative;
  padding-left: 30px;
}
.p-content_headingInner::before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: #65b833;
  mask-image: url('/hikaku/world_wifi/img/icn_list.svg');
  mask-repeat: no-repeat;
  mask-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.p-resultList {
  margin-top: 18px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.p-resultList_heading {
  font-weight: bold;
}
.p-summaryCard {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 30px;
  margin-bottom: 18px;
}
.p-summaryCard_heading {
  background-color: #65b833;
  font-size: 18px;
  line-height: 1.2;
  padding: 12px 18px;
  text-align: center;
  border-radius: 12px 12px 0 0;
  color: #fff;
  color: var(--color-white);
  font-weight: bold;
}
.p-summaryCard_container {
  padding: 18px 30px 18px 120px;
  border-width: 0 2px 2px;
  min-height: 108px;
  border-color: #65b833;
  border-style: solid;
  border-radius: 0 0 12px 12px;
  position: relative;
  display: flex;
  align-items: center;
}
.p-summaryCard_container::before {
  content: '';
  display: block;
  width: 72px;
  height: 72px;
  background-color: #666;
  mask-image: url('/hikaku/world_wifi/img/icn_house.svg');
  mask-repeat: no-repeat;
  mask-size: 72px;
  position: absolute;
  top: 18px;
  left: 30px;
}
.-price .p-summaryCard_container::before {
  mask-image: url('/hikaku/world_wifi/img/icn_money.svg');
}
.-loaner .p-summaryCard_container::before {
  mask-image: url('/hikaku/world_wifi/img/icn_traveler.svg');
}
.-trust .p-summaryCard_container::before {
  mask-image: url('/hikaku/world_wifi/img/icn_trust.svg');
}
.p-summaryButton {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-summaryButton_item {
  color: #333;
  color: var(--color-black);
}
.p-summaryButton_logo {
  width: 102px;
  border: 1px solid #ccc;
  border: 1px solid var(--color-gray-80);
  margin-bottom: 6px;
}
.p-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 20px);
  max-height: calc(100dvh - 66px);
  z-index: 1201;
  background-color: #fff;
  background-color: var(--color-white);
  border-radius: 18px;
}
.p-modal[aria-hidden='true'] {
  display: none;
}
.p-modal_closeButton {
  width: 36px;
  height: 36px;
  background-color: #fff;
  background-color: var(--color-white);
  mask-image: url('/hikaku/world_wifi/img/icn_cross.svg');
  mask-repeat: no-repeat;
  mask-size: 36px;
  position: absolute;
  top: -36px;
  right: 12px;
  cursor: pointer;
}
.p-modal_container {
  max-height: calc(100dvh - 66px);
  overflow-y: auto;
  scrollbar-width: none;
}
.p-modal_container::-webkit-scrollbar {
  display: none;
}
.p-overlay {
  background-color: rgba(0, 0, 0, 70%);
  z-index: 1200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.p-overlay[aria-hidden='true'] {
  display: none;
}
.u-responsiveImg {
  width: 100%;
  height: auto;
}
.u-clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.u-highlight {
  display: inline;
  font-weight: inherit;
  background: linear-gradient(transparent 65%, #ffff98 0%);
  padding: 0.2px;
}
.u-text-black {
  color: #333;
  color: var(--color-black);
}
.u-text-red {
  color: #f00;
  color: var(--color-red);
}
@media screen and (min-width: 768px) {
  .p-feature + .p-feature {
    margin-top: 72px;
  }
  .p-balloonAnchor {
    margin-bottom: 36px;
    gap: 12px;
  }
  .p-balloonAnchor_item {
    width: calc(16.667% - 10px);
  }
  .p-balloonAnchor_itemLink {
    height: 54px;
  }
  .p-balloonAnchor_itemLink:hover {
    opacity: 0.7;
  }
  .p-balloonAnchor_itemLink.-current:hover {
    opacity: 1;
    cursor: default;
  }
  .p-iconHeading {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .p-iconHeading_icon {
    padding-left: 48px;
  }
  .p-iconHeading_icon::before {
    width: 42px;
    height: 28px;
  }
  .p-tab_nav {
    margin-bottom: 30px;
  }
  .p-tab_navItem {
    height: 48px;
    font-size: 20px;
  }

  .p-tab_navItem:hover {
    opacity: 0.7;
  }
  .p-tab_navItem.is-current:hover {
    opacity: 1;
    cursor: default;
  }
  .p-tab_navIcon {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 12px;
    margin-right: 12px;
  }
  .p-tab_container {
    overflow: visible;
  }
  .p-feeCard {
    display: flex;
    gap: 12px;
  }
  .p-feeCard_item {
    width: calc(25% - 9px);
    height: auto;
  }
  .p-feeCard_itemLink:hover {
    opacity: 0.7;
  }
  .-HIS .p-feeCard_itemLink::before {
    top: -18px;
    left: -18px;
  }
  .p-feeCard_heading {
    height: 54px;
  }
  .p-feeCard_heading::after {
    right: -18px;
  }
  .p-table {
    font-size: 10px;
  }
  .p-commentCard {
    flex-flow: row wrap;
  }
  .p-commentCard_item {
    width: calc(50% - 9px);
  }
  .p-section {
    margin-top: 42px;
  }
  .p-section_heading {
    font-size: 28px;
    border-bottom-width: 3px;
  }
  .p-imageText {
    flex-direction: row;
    gap: 18px;
  }
  .p-imageText_figure {
    width: 240px;
  }
  .p-imageText_zoom {
    width: 24px;
    height: 24px;
    background-color: #333;
    background-color: var(--color-black);
    mask-image: url('/hikaku/world_wifi/img/icn_zoom.svg');
    mask-repeat: no-repeat;
    mask-size: 24px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 6px;
    float: right;
  }

  .p-imageText_zoom:hover {
    opacity: 0.7;
  }
  .p-imageText_container {
    flex: 1;
  }
  .p-content {
    margin-top: 42px;
  }
  .p-content_heading {
    font-size: 24px;
  }
  .p-content_headingInner {
    padding-left: 36px;
  }
  .p-content_headingInner::before {
    width: 30px;
    height: 30px;
    mask-size: 30px;
  }
  .p-resultList_container {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  .p-summaryCard {
    gap: 18px;
    flex-flow: wrap row;
    margin-top: 42px;
  }
  .p-summaryCard_item {
    width: calc(50% - 9px);
  }
  .p-summaryButton_logo {
    width: 120px;
  }
  .p-modal {
    max-height: calc(95vh - 40px);
  }
  .p-modal.-zoom {
    max-width: 640px;
    border-radius: 0;
  }
  .p-modal_container {
    max-height: calc(95vh - 40px);
  }
  .u-only-mobile {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .p-tab_container {
    max-width: 992px;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .p-table {
    font-size: 12px;
  }
  .p-summaryButton_item {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .p-modal {
    max-width: 840px;
  }
  .p-modal_closeButton {
    right: 0;
  }
  .u-only-tablet {
    display: none;
  }
  .u-lower-tablet {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .u-only-desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-only-tablet {
    display: none;
  }
  .u-upper-tablet {
    display: none;
  }
}
