
/* ========================================================================
     Component: Mainvisual
========================================================================== */
.webp .mv {
  background-image: url("/service/wifi/u-wifi/assets/images/function/mainvisual_bg@2x.png.webp");
}
.no-webp .mv {
  background-image: url("/service/wifi/u-wifi/assets/images/function/mainvisual_bg@2x.png");
}
@media screen and (max-width: 1064.98px) {
  .mv {
    background-position: center right 43%;
  }
}
@media screen and (max-width: 767.98px) {
  .mv {
    background-position: center center;
  }
  .webp .mv {
    background-image: url("/service/wifi/u-wifi/assets/images/function/mainvisual_bg_sp@2x.png.webp");
  }
  .no-webp .mv {
    background-image: url("/service/wifi/u-wifi/assets/images/function/mainvisual_bg_sp@2x.png");
  }
}





/* ========================================================================
   Component: anchor
========================================================================== */
.anchor-item {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0px 8px 24px rgba(51,51,51,0.102);
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .anchor-item {
    width: 30%;
    max-width: 260px;
  }
}
@media screen and (max-width: 767.98px) {
  .anchor-item {
    margin-bottom: 16px;
  }
}
.anchor-item:hover {
  box-shadow: none;
}
.anchor-item-num {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #8999ab;
  border-radius: 4px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .anchor-item-num {
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .anchor-item-num {
    top: 20px;
    left: 20px;
  }
}
.anchor-item-num span {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .anchor-item-num:before {
    content: "";
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #8999ab transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.anchor-item a {
  display: block;
  padding: 40px 24px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .anchor-item a {
    padding: 16px;
  }
}
.anchor-item a:before,
.anchor-item a:after {
  content: "";
  position: absolute;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .anchor-item a:before,
  .anchor-item a:after {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .anchor-item a:before,
  .anchor-item a:after {
    top: 0;
  }
}
.anchor-item a:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #094c97;
  bottom: -20px;
}
@media screen and (max-width: 767.98px) {
  .anchor-item a:before {
    bottom: 0;
    right: 20px;
  }
}
.anchor-item a:after {
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(135deg);
  bottom: -4px;
}
@media screen and (max-width: 767.98px) {
  .anchor-item a:after {
    bottom: 2px;
    right: 35px;
  }
}




/* ========================================================================
   Component: point
========================================================================== */
.point {
  margin-top: 104px;
  padding: 64px;
  box-shadow: 0px 8px 24px rgba(51, 51, 51, 0.102);
}
@media screen and (max-width: 767.98px) {
  .point {
    padding: 20px;
  }
}
.point-difficulty {
  padding-left: 32px;
}
@media screen and (max-width: 767.98px) {
  .point-difficulty {
    padding-left: 0;
  }
}
.point-difficulty img {
  margin-right: 32px;
}
@media screen and (max-width: 767.98px) {
  .point-difficulty img {
    margin-right: 16px;
    width: 42px;
    height: 42px;
    margin-top: 5px;
  }
}
.point-label {
  text-align: center;
  width: 100%;
}
.point-label span {
  background: #094c97;
  color: #fff;
  padding: 4px 14px;
  border-radius: 4px;
  position: relative;
}
.point-label span::after {
  content: "";
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #094c97 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -9px;
  margin-left: -6px;
}
@media screen and (min-width: 768px) {
  .point-title-pc{
    padding-left: 3%;
  }
}
@media screen and (max-width: 767.98px) {
  .point-title-icon {
    text-align: center;
    margin: 8px;
  }
  .point-title-icon img {
    width: 18px;
    height: 18px;
  }
}
.point-flex-area {
  padding: 20px 32px;
}
@media screen and (max-width: 767.98px) {
  .point-flex-area {
    padding: 20px;
  }
}
.point-flex-area video{
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px #000);
}
.column-01 {
  display: flex;
  justify-content: space-between;
  width: 896px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 1064.98px) {
  .column-01 {
    width: calc(100vw - 168px);
  }
}
@media screen and (max-width: 767.98px) {
  .column-01 {
    display: inherit;
    width: calc(100vw - 80px);
  }
}
.column-01 > [class*="col-"] {
  margin-bottom: 64px;
}
@media screen and (max-width: 767.98px) {
  .column-01 > [class*="col-"] {
    margin-bottom: 32px;
  }
  .column-01 > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .column-01 > .col-433:nth-child(2n+1):nth-last-child(-n+2),
  .column-01 > .col-433:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
.col-433 {
  max-width: 433px;
  width: 100%;
}
@media screen and (max-width: 1043.98px) {
  .col-433 {
    width: 38.9vw;
  }
}
@media screen and (max-width: 767.98px) {
  .col-433 {
    max-width: 100%;
    width: 100%;
  }
}
.bg-ltblue {
  background: #e6f7ff;
}
.bg-ltgray {
  background: #f0f3f5;
}




/* ========================================================================
     Component: table
========================================================================== */
table {
  width: 100%;
  word-break: break-all;
  word-wrap: break-all;
}
table th,
table td {
  vertical-align: middle;
}
.section-header .font-avenir {
  font-size: 18px;
  font-weight: 600;
  background: #8999ab;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 8px;
}
.link {
  white-space: inherit;
  word-break: break-all;
}




/* ========================================================================
   Component: compare
========================================================================== */
.compare-table .air {
  background: #e6f7ff;
}
.compare-table .font-avenir {
  padding: 0 3px;
}
.compare-table .other {
  color: #98a6b5;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .compare-table .other {
    background: #dde2e7;
    color: #36404b;
  }
}
@media screen and (max-width: 767.98px) {
  .compare-table .other .fz-28 {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .compare-table .only-sp {
    display: none;
  }
}
.compare-table .font-avenir {
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .compare-table .mark {
    width: 30px;
    text-align: center;
  }
}
.compare-table table {
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .compare-table table {
    border-left: 1px solid #7a8ca0;
    border-right: 1px solid #7a8ca0;
  }
}
.compare-table table th.only-pc {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .compare-table table th,
  .compare-table table td {
    height: 56px;
    padding: 0 16px;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .compare-table table th,
  .compare-table table td {
    display: block;
    padding: 8px 16px;
  }
}
.compare-table table thead th {
  font-weight: 600;
  line-height: 1;
}
.compare-table table tbody {
  border-top: 1px solid #7a8ca0;
}
.compare-table table tbody tr {
  border-bottom: 1px solid #7a8ca0;
}
.compare-table table tbody tr th {
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .compare-table table tbody tr th {
    font-weight: 600;
  }
}
.compare-table table tbody tr td {
  background: #e6f7ff;
}
@media screen and (max-width: 767.98px) {
  .compare-table table tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
  }
}
@media screen and (max-width: 767.98px) {
  .compare-table table tbody tr td .compare-table-title-sp:before {
    content: attr(data-label);
    display: block;
    font-size: 14px;
  }
}
.compare-table table tbody tr td span {
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .compare-table table tbody tr td span {
    color: #7a8ca0;
    line-height: 1.4;
  }
}
.compare-table table tbody tr td span sup,
.compare-table table tbody tr td span sub {
  position: absolute;
  right: -2em;
  font-size: 11px;
  color: #596a7d;
}
@media screen and (max-width: 767.98px) {
  .compare-table table tbody tr td span sup,
  .compare-table table tbody tr td span sub {
    right: -1em;
  }
}
.compare-table table tbody tr td span sup {
  top: calc(50% - 0.4rem);
}
@media screen and (max-width: 767.98px) {
  .compare-table table tbody tr td span sup {
    top: calc(50% - 0.8rem);
  }
}
.compare-table-title-sp p{
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .only-pc1 {
    display: none !important;
  }
}


/* ========================================================================
   Component: spec
========================================================================== */
@media screen and (min-width: 768px) {
  .spec-table table {
    border-top: 1px solid #7a8ca0;
  }
}
@media screen and (max-width: 767.98px) {
  .spec-table table {
    border: 1px solid #7a8ca0;
  }
}
@media screen and (min-width: 768px) {
  .spec-table table tr {
    border-bottom: 1px solid #7a8ca0;
  }
}
.spec-table table th,
.spec-table table td {
  padding: 5px 24px;
}
@media screen and (max-width: 767.98px) {
  .spec-table table th,
  .spec-table table td {
    display: block;
    padding: 5px 16px;
  }
}
.spec-table table th {
  background: #dde2e7;
}
@media screen and (min-width: 768px) {
  .spec-table table th {
    width: 20%;
  }
}
.spec-table table td {
  background: #fff;
}

