@charset "UTF-8";
.is-net_018 .card-link-flex-list-item-anchor-link::after {
  top: inherit;
  bottom: 4px;
}
.is-net_018 .card-link-flex-list-item-anchor-link-title{
  padding-bottom: 0;
}

.is-net_018 .accordion-title{
  background-color: initial;
}
.l-net-flow-heading-3 {
  margin-bottom: 24px;
}
.l-net-flow-3column > .card {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  height: auto;
}
.l-net-flow-3column .icon-step_gray {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 24px;
  min-width: 24px;
  transform: translateX(-50%);
}
@media (min-width: 1025px){
  .l-net-flow-heading-3 {
    margin-bottom: 48px;
  }
  .l-net-flow-3column > .card {
    gap: 8px;
  }
  .l-net-flow-3column .icon-step_gray {
    right: -32px;
    bottom: 50%;
    left: auto;
    transform: translateY(50%) rotate(-90deg);
  }
}

/* wimax */
.wimax-area-title{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #2F6DB6;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.25;
}
.wimax-area-title img{
  max-width: 360px;
}
.wimax-area-card-blue{
  max-width: 640px;
  margin: 16px auto 0;
  padding: 26px 36px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #EDF5FE;
  border-radius: 8px;
  gap: 4px 0;
}
.wimax-area-card-item.item-left{
  flex: 1 1 111px;
}
.wimax-area-card-item.item-left img{
  max-width: 111px;
  width: 100%;
}
.wimax-area-card-item.item-right{
  flex: 0 1 440px;
}
.wimax-area-price{
  padding: 10px;
  background: #fff;
  text-align: center;
  color: #2F6DB6;
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.wimax-area-price .price-text{
  color: #EC711E;
  font-size: 2rem;
}
.wimax-area-price .price-number{
  font-size: 3.4rem;
}
.wimax-area-caption{
  color: #2F6DB6;
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
}
.wimax-area-caption-text{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.wimax-area-caption .caption-large{
  color: #EC711E;
  font-size: 2.2rem;
}
.wimax-area-note{
  margin-top: 8px;
}
.wimax-area-note li{
  display: flex;
  gap: 4px;
  font-size: 1.4rem;
}
.wimax-area-note li + li{
  margin-top: 8px;
}
.wimax-area-note li::before{
  content: "※";
}
.wimax-number-list{
  max-width: 600px;
  margin: 16px auto;
  counter-reset: count 0;
}
.wimax-number-list li{
  display: flex;
  gap: 16px;
  padding-bottom: 9px;
  margin-top: 16px;
  line-height: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #404144;
  counter-increment: count 1;
  border-bottom: 3px dotted #ffd43a;
  align-items: center;
}

.wimax-number-list li::before{
  content : counter(count);
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.9rem;
  background: #EC711E;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}
.wimax-number-list li .list-strong{
  color: #EC711E;
}
.wimax-area-button{
  position: relative;
  display: block;
  font-weight: 500;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
  max-width: 320px;
  font-size: 1.8rem;
  margin: 40px auto;
  padding: 16px 20px 16px 24px;
}
.wimax-area-button span{
  line-height: 1;
  vertical-align: top;
}
@media (max-width: 768px) {
  .wimax-area-title{
    font-size: 1.4rem;
  }
  .wimax-area-card-blue{
    padding: 8px;
  }
  .wimax-area-card-item.item-left{
    flex: 0 0 85px;
  }
  .wimax-area-caption-text{
    display: block;
  }
  .wimax-area-note li{
    font-size: 1.1rem;
  }
  .wimax-number-list li{
    font-size: 1.4rem;
    line-height: 1.4;
    gap: 4px;
  }
  .wimax-number-list li::before{
    width: 20px;
    flex: 0 0 20px;
    line-height: 20px;
    font-size: 1.3rem;
  }
  .wimax-area-button{
    padding: 14px 26px 14px 23px;
    font-size: 1.6rem;
    line-height: 1;
    margin: 24px auto;
  }
}
/* tab */
.c-net-tabList {
  display: block;
  position: relative;
  z-index: 0;
}
.c-net-tabList__tablist {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 12px;
  position: relative;
  z-index: 10;
  top: 2px;
  margin-top: -2px;
}
.c-net-tabList__tab {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border: 2px solid #2F6DB6;
  border-bottom: none;
  color: #FFF;
  background-color: #2F6DB6;
  padding: 16px;
  width: calc((100% - 12px)/2);
  max-width: 562px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.c-net-tabList__tab.js-is-open {
  padding: 20px 16px 24px;
  color: #2F6DB6;
  background-color: #FFF;
  cursor: unset;
}
.c-net-tabList__tab > .-ttl {
  font-size: 32px;
}
.c-net-tabList__contlist {
  border-top: 2px solid #2F6DB6;
  background-color: #FFF;
  padding: 64px 80px;
}
@media (max-width: 768px) {
  .c-net-tabList__tablist {
    column-gap: 8px;
  }
  .c-net-tabList__tab {
    padding: 12px 10px;
    font-size: 12px;
    width: calc((100% - 24px) / 2);
  }
  .c-net-tabList__tab.js-is-open {
    padding: 12px 10px;
  }
  .c-net-tabList__tab > .-ttl {
    font-size: 16px;
  }
  .c-net-tabList__tab.js-is-open > .-ttl {
    font-size: 20px;
  }
  .c-net-tabList__contlist {
    padding: 24px 20px;
  }
}

/* easy table */
.c-net-easyTable {
  width: 100%;
  background-color: #FFF;
  border-spacing: 0;
  border-collapse: separate;

}
.c-net-easyTable th,
.c-net-easyTable td {
  padding: 24px;
  align-content: center;
  justify-items: center;
  border-bottom: solid 1px #E2E4E9;
}
.c-net-easyTable th {
  text-align: center;
}
.c-net-easyTable .-bg-blue {
  background-color: #EDF5FE;
}
.c-net-easyTable .-bg-orange {
  background-color: #FFF3EA;
}
.c-net-easyTable .-bg-blue {
  background-color: #EDF5FE;
}
.c-net-easyTable .-bg-blue + .-bg-blue {
  border-left-color: #FFF;
}
.c-net-easyTable .-brd-bottom {
  border-bottom-color: #FFF;
}
.c-net-easyTable .-f-lg {
  font-size: 24px;
  font-weight: bold;
}
.c-net-easyTable .-f-mid {
  font-size: 20px;
  font-weight: bold;
}
.c-net-easyTable .-f-blue {
  color: #2F6DB6;
}
.c-net-easyTable .-f-orange {
  color: #EC711E;
}
@media (max-width: 768px) {
  .c-net-easyTable th,
  .c-net-easyTable td {
    padding: 4px;
    font-size: 11px;
  }
  .c-net-easyTable .-f-lg,
  .c-net-easyTable .-f-mid {
    font-size: 13px;
  }
}

/* number */
.c-net-numberTxt {
  color: #2F6DB6;
  line-height: 1.25;
  /* font-size: 28px; */
  font-weight: bold;
}
.c-net-numberTxt .-f-num {
  color: #EC711E;
  font-size: 1.8em;
  line-height: 1.4;
}
.c-net-numberTxt .-fc-orange {
  color: #EC711E;
}
.c-net-numberTxt .-marker {
  display: inline;
  background: linear-gradient(transparent 70%, #FFD43A 30%);
}
.c-net-numberTxt .-f-small {
  font-size: 0.7em;
}
.c-net-numberTxt sup {
  font-size: 12px;
}

/* list */
.c-net-txtlist {
  display: grid;
  width: fit-content;
  grid-template-columns: auto 1fr;
  gap: 8px 0.2em;
  line-height: 1.5;
  margin-top: 8px;
  justify-items: start;
}
.c-net-txtlist + .c-net-txtlist {
  margin-top: 16px;
}
.c-net-txtlist__icon {
  grid-column: 1/2;
  font-weight: normal;
}
.c-net-txtlist--note {
  font-size: 14px;
}
@media (max-width: 768px){
  .c-net-txtlist--note {
    font-size: 12px;
  }
}

/* text link */
.c-net-txtLink {
  display: inline-block;
  position: relative;
  color: #2F6DB6;
  cursor: pointer;
  text-decoration: underline;
}

/* roundArrow */
.c-net-btn--roundArrow {
  display: block;
  position: relative;
  z-index: 0;
  text-align: center;
  border-radius: 10px;
  background-color: #2F6DB6;
  color: #FFF;
  padding: 32px 60px 32px 32px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  width: fit-content;
  margin-inline: auto;
}

.c-net-btn--roundArrow::before,
.c-net-btn--roundArrow::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.c-net-btn--roundArrow::before {
  z-index: 5;
  right: calc((60px - 24px)/2);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #FFF;
}
.c-net-btn--roundArrow::after {
  z-index: 10;
  right: calc((60px - 24px)/2 + (24px - 8px)/2);
  width: 8px;
  height: 13px;
  background-image: url(/net/assets/img/icon_arrow-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .c-net-btn--roundArrow {
    font-size: 16px;
    padding: 20px 32px 20px 24px;
  }
  .c-net-btn--roundArrow::before {
    right: calc((32px - 16px)/2);
    width: 16px;
    height: 16px;
  }
  .c-net-btn--roundArrow::after {
    right: calc((32px - 16px)/2 + 8px);
    width: 8px;
    height: 8px;
  }
}
.c-net-btn--roundArrow.c-net-btn--small,
.c-net-btn--roundArrow-white.c-net-btn--small {
  padding: 20px 40px 20px 24px;
  font-size: 18px;
}
.c-net-btn--roundArrow.c-net-btn--small::before,
.c-net-btn--roundArrow-white.c-net-btn--small::before {
  right: calc((40px - 18px)/2);
  width: 18px;
  height: 18px;
}
.c-net-btn--roundArrow.c-net-btn--small::after,
.c-net-btn--roundArrow-white.c-net-btn--small::after {
  right: calc((40px - 18px)/2 + (18px - 8px)/2);
  width: 8px;
  height: 10px;
}
@media (max-width: 768px) {
  .c-net-btn--roundArrow-white::after {
    right: calc((32px - 16px)/2 + (16px - 8px)/2);
    width: 8px;
    height: 10px;
  }
  .c-net-btn--roundArrow.c-net-btn--small,
  .c-net-btn--roundArrow-white.c-net-btn--small {
    padding: 16px 32px 16px 16px;
    font-size: 16px;
  }
  .c-net-btn--roundArrow.c-net-btn--small::before,
  .c-net-btn--roundArrow-white.c-net-btn--small::before {
    right: calc((32px - 14px)/2);
    width: 14px;
    height: 14px;
  }
  .c-net-btn--roundArrow.c-net-btn--small::after,
  .c-net-btn--roundArrow-white.c-net-btn--small::after {
    right: calc((32px - 14px)/2 + (14px - 6px)/2);
    width: 6px;
    height: 6px;
  }
}
/* utility */
.c-net-btn--full {
  width: 100%;
}
.c-net-btn---mid {
  width: 100%;
  max-width: 400px;
}
.c-net-btn__note {
  font-size: 13px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .c-net-btn--anchor {
    padding: 18px 16px 40px;
  }
  .c-net-btn--anchor > .-ttl {
    font-size: 18px;
  }
  .c-net-btn--anchor > .-txt {
    font-size: 12px;
  }
  .c-net-btn--anchor::before {
    bottom: calc((40px - 16px)/2);
    width: 16px;
    height: 16px;
    background-color: #2F6DB6;
  }
  .c-net-btn--anchor::after {
    bottom: calc(((40px - 16px)/2) + (6px * 1.4 / 2)*1.2);
    width: 6px;
    height: 6px;
  }
}
/* === .u- === */
.u-net-fs--xl {
  font-size: 40px !important;
}
.u-net-fs--l {
  font-size: 24px !important;
}
@media (max-width: 768px) {
  .u-net-fs--xl {
    font-size: 26px !important;
  }
  .u-net-fs--l {
    font-size: 18px !important;
  }
}
/* margin-top */
.u-mt--sm {
  margin-top: 16px !important;
}
.u-mt--lg {
  margin-top: 40px !important;
}
/* margin-bottom */
.u-mb--0 {
  margin-bottom: 0px !important;
}
.u-mb--lg {
  margin-bottom: 40px !important;
}
.u-mb--heading {
  margin-bottom: 56px !important;
}
.u-ma {
  margin-inline: auto !important;
  width: fit-content;
}
@media (max-width: 768px) {
  .u-mb--lg {
    margin-top: 32px !important;
  }
  .u-mb--heading {
    margin-bottom: 32px !important;
  }
}

.u-net-fw---bold {
  font-weight: bold !important;
}

.u-img--center {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-inline: auto;
}