table {
  width: 100%;
}
table th,
table td {
  vertical-align: middle;
}
.font-avenir {
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  ::-webkit-full-page-media,
  :future,
  :root .font-avenir {
    font-weight: 500 !important;
  }
}




/* ========================================================================
     Component: Mainvisual
 ========================================================================== */
.webp .mv {
  background-image: url("/service/wifi/u-wifi/assets/images/price/mainvisual_bg@2x.png.webp");
}
.no-webp .mv {
  background-image: url("/service/wifi/u-wifi/assets/images/price/mainvisual_bg@2x.png");
}
@media screen and (max-width: 767.98px) {
  .webp .mv {
    background-image: url("/service/wifi/u-wifi/assets/images/price/mainvisual_bg_sp@2x.png.webp");
  }
  .no-webp .mv {
    background-image: url("/service/wifi/u-wifi/assets/images/price/mainvisual_bg_sp@2x.png");
  }
}




/* ========================================================================
   Component: price
========================================================================== */
.price-title {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 1023.98px) {
  .price-title {
    align-items: flex-start;
  }
}
.price-title-logo {
  padding-right: 5px;
}
@media screen and (min-width: 1024px) {
  .price-title-logo {
    padding-top: 5px;
  }
}
.price-card {
  border-top: 4px solid #596a7d;
  padding-top: 64px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .price-card {
    padding-top: 40px;
  }
}
.price-card-cate {
  display: inline-block;
  background: #596a7d;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 30px;
}
.price-card-cate-icon {
  position: absolute;
  top: 16px;
  right: 8px;
}
@media screen and (min-width: 768px) {
  .price-card-inner {
    flex-direction: row-reverse;
  }
}
.price-card-point {
  background: #f0f3f5;
  padding: 40px;
}
@media screen and (max-width: 767.98px) {
  .price-card-point {
    padding: 40px 18px;
  }
}
.price-table {
  position: relative;
}
@media screen and (min-width: 768px) {
  .price-table {
    padding: 8px;
  }
}
.price-table .font-avenir {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .price-table:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #dde2e7;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    z-index: -2;
  }
}
.price-table-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.price-table-plan {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.price-table table {
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .price-table table {
    border: 8px solid #dde2e7;
  }
}
.price-table table tbody th,
.price-table table thead th {
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .price-table table thead tr th {
    line-height: 1.4;
  }
}
.price-table table thead tr th.monthly {
  background: #35adeb;
  color: #fff;
}
.price-table table thead tr th.initial,
.price-table table thead tr th.remarks {
  background: #f0f3f5;
}
.price-table table tbody th {
  width: 20%;
}
@media screen and (max-width: 767.98px) {
  .price-table table tbody th {
    width: auto;
  }
}
.price-table table tbody td {
  width: 26.66666%;
}
@media screen and (max-width: 767.98px) {
  .price-table table tbody th,
  .price-table table tbody td {
    height: 104px;
  }
}
.price-table table tr {
  border-bottom: 1px dotted #dde2e7;
}
.price-table table tr td {
  height: 104px;
}
@media screen and (max-width: 767.98px) {
  .price-table table tr td {
    height: 90px;
  }
}
.price-table-router {
  height: 156px !important;
}
.price-table table tr th,
.price-table table tr td {
  border-right: 1px solid #dde2e7;
  text-align: center;
  padding: 12px 16px;
}
@media screen and (max-width: 767.98px) {
  .price-table table tr th,
  .price-table table tr td {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767.98px) {
  .price-table table tr.remarks td {
    text-align: left;
  }
}
.price-table table .text-large {
  font-size: 48px;
  padding-right: 5px;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .price-table table .text-large {
    font-size: 30px;
  }
}
.price-table table .text-medium {
  font-size: 30px;
  font-weight: 600;
  padding-left: 5px;
  line-height: 1.2;
}
.price-table table .text-small {
  font-size: 24px;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .price-cta {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .price-cta-button {
    margin-right: 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .price-cta-button {
    margin-bottom: 32px;
  }
}
.price-table table .test-strikethrough {
  text-decoration: line-through;
}
.price-table-lineheight0 {
  line-height: 0;
}
.price-table-lineheight1 {
  line-height: 1.5em !important;
}
.price-table-icon {
  margin: 12px auto 3px;
}
.scroll-table {
  padding-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .scroll-table {
    width: calc(100% + 20px);
    padding-right: 20px;
    overflow-x: scroll;
  }
}
.scroll-table::-webkit-scrollbar {
  width: 10px;
}
.scroll-table::-webkit-scrollbar-track {
  background-color: #dde2e7;
}
.scroll-table::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 20px;
  border: 5px solid #dde2e7;
}
.option-col {
  background: #fff;
}
.option-col-inner {
  padding: 30px 24px;
}
.option .text-medium {
  font-size: 30px;
  font-weight: bold;
  padding-right: 5px;
}
.color-navy {
  color: #094c97;
}


/* ========================================================================
   Component: card
========================================================================== */
.fz-26 {
  font-size: 26px;
}




/* ========================================================================
     Component: flow
 ========================================================================== */
.flow .content-header .list-asterisk li {
  display: inline-block;
}
.flow .col-848 {
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .flow .col-848 {
    border-radius: 12px 0 0 12px;
  }
}
.flow-list-contents {
  display: flex;
}
.flow-list-contents-head {
  color: #fff;
  line-height: 1.4;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 16px 8px;
}
@media screen and (min-width: 768px) {
  .flow-list-contents-head {
    margin-right: 16px;
  }
}
.flow-list-contents-body {
  padding: 24px 24px 24px 16px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .flow-list-contents-body {
    border-bottom: 1px solid #fff;
    padding: 24px 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .flow-list-contents-body {
    margin-bottom: 2px;
  }
}
.flow-list-before,
.flow-list-after {
  position: relative;
}

.flow-list-before .flow-list-date {
  background: #35adeb;
}
.flow-list-before .flow-list-col:nth-child(1) .flow-list-contents-head {
  background: #c9d1d9;
}
.flow-list-before .flow-list-col:nth-child(2) .flow-list-contents-head {
  background: #98a6b5;
}
.flow-list-before .flow-list-col:nth-child(3) .flow-list-contents-head {
  background: #7a8ca0;
}
.flow-list-before .flow-list-col:nth-child(1) .flow-list-contents-body,
.flow-list-before .flow-list-col:nth-child(2) .flow-list-contents-body,
.flow-list-before .flow-list-col:nth-child(3) .flow-list-contents-body {
  background: #f0f3f5;
}
.flow-list-after .flow-list-date {
  background: #323e85;
}
@media screen and (max-width: 1024.98px) {
  .flow-list-after .flow-list-date {
    bottom: 44px;
  }
}
.flow-list-after .flow-list-col:nth-child(1) .flow-list-contents-head {
  background: #596a7d;
}

.flow-list-after .flow-list-col:nth-child(1) .flow-list-contents-body {
  background: #dde2e7;
  border-bottom: none;
}
@media screen and (max-width: 767.98px) {
  .flow-list-after .flow-list-col:nth-child(1) .flow-list-contents-body {
    margin-bottom: 0;
  }
}
