.support {
  position: relative;
  padding-top: 250px;
}
@media screen and (max-width: 767px) {
  .support {
    padding-top: 200px;
  }
}
.support:after {
  display: block;
  content: "";
  background-image: url("/service/common/images/setting_bg@2x.png");
  background-size: cover;
  width: 100%;
  height: 340px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .support:after {
    background-image: url("/service/common/images/setting_bg_sp@2x.png");
  }
}
.support-inner {
  width: 100%;
  max-width: 1088px;
  background: rgba(255,255,255,0.9);
  margin: auto;
  padding: 64px 32px;
}
@media screen and (max-width: 1023px) {
  .support-inner {
    width: calc(100vw - 40px);
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .support-inner {
    padding: 36px 18px 16px;
  }
}
.support-column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .support-column {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .support-col {
    width: calc(33% - 20px);
    margin-right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .support-col {
    width: calc(33% - 5px);
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .support-col {
    width: 100%;
  }
}
.support-col:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .support-col-inner {
    background: #f0f3f5;
    padding: 16px;
    text-align: center;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 820px) {
  .support-col-inner {
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .support-col-content {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1064px) {
  .support-col-content .fz-18 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .support-icon {
    width: 46px;
    height: 46px;
    margin-right: 16px;
  }
}
.support-detail {
  background: #f0f3f5;
  padding: 32px 24px;
  max-width: 905px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .support-detail {
    padding: 16px;
  }
}
@media screen and (min-width: 768px) {
  .support-detail-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 70px;
    position: relative;
  }
}
.support-detail-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .support-detail-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .support-detail-title {
    font-size: 18px;
  }
}
.support-detail-title span {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 3px solid #f65878;
}
@media screen and (max-width: 767px) {
  .support-detail-title span {
    font-size: 16px;
  }
}
.support-detail-arrow,
.support-detail-subtitle {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support-detail-arrow img {
    transform: rotate(90deg);
    width: 50px;
    position: absolute;
    left: -10px;
    top: 30px;
  }
}
.support-detail-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .support-detail-subtitle {
    margin-top: 8px;
  }
}
.support-detail-subtitle span {
  font-size: 24px;
  font-weight: 600;
  color: #f65878;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .support-detail-col {
    position: relative;
  }
}
.support-detail-col.left,
.support-detail-col.right {
  background: #fff;
  border-radius: 4px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .support-detail-col.left,
  .support-detail-col.right {
    width: 328px;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .support-detail-col.left,
  .support-detail-col.right {
    margin-top: 80px;
    padding: 30px 16px 20px;
  }
}
.support-detail-col.left:before,
.support-detail-col.right:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .support-detail-col img {
    max-width: 100%;
    height: auto;
  }
}
.support-detail-col.left:before {
  background: url("/service/common/images/ic_support_customer.svg");
  width: 93px;
  height: 94px;
  top: -80px;
}
@media screen and (max-width: 767px) {
  .support-detail-col.center {
    padding-left: 30px;
    padding-top: 10px;
  }
}
.support-detail-col.right:before {
  background: url("/service/common/images/ic_support_usen.svg");
  width: 93px;
  height: 94px;
  top: -80px;
}
@media screen and (min-width: 1024px) {
  .support-detail-col.right ul {
    width: 90%;
  }
}
.support-detail-col.right ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .support-detail-col.right ul li {
    font-size: 14px;
  }
}
.support-detail-col.right ul li:last-child {
  margin-bottom: 0;
}
.support-detail-col.right ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #094c97;
  border-radius: 4px;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .support-detail-col.right ul li:before {
    width: 14px;
    height: 14px;
  }
}
.support .content-inner {
  background: rgba(255,255,255,0.9);
}
.txtlink-blank,
.txtlink-blank-blank {
  padding-right: 0;
}
.txtlink-blank::after,
.txtlink-blank-blank::after {
  position: static;
  display: inline-block;
  margin-left: 5px;
}
.list-asterisk-num > li {
  word-break: break-all;
}
.list-asterisk-num > li::before {
  word-break: initial;
}
.section-header span {
  margin-right: 8px;
  background: #8999ab;
  border-radius: 2px;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  font-family: "Avenir";
  font-weight: 600;
  font-size: clamp(18px, 1.7578125vw, 18px);
}
@media screen and (max-width: 1024px) {
  .section-header span {
    font-size: 18px;
  }
}
.webp .contact::before {
  background-image: url("/service/wifi/solution/assets/images/bus/contact_bg.png.webp");
}
.no-webp .contact::before {
  background-image: url("/service/wifi/solution/assets/images/bus/contact_bg.png");
}
@media screen and (max-width: 767px) {
  .onlineform-links ul li {
    width: 50%;
  }
}
/* ========================================================================
     Component: Mainvisual
 ========================================================================== */
.webp .mv {
  background-image: url("/service/wifi/solution/assets/images/bus/mainvisual_bg@2x.png.webp");
}
.no-webp .mv {
  background-image: url("/service/wifi/solution/assets/images/bus/mainvisual_bg@2x.png");
}
@media screen and (max-width: 767px) {
  .webp .mv {
    background-image: url("/service/wifi/solution/assets/images/bus/mainvisual_bg_sp@2x.png.webp");
  }
  .no-webp .mv {
    background-image: url("/service/wifi/solution/assets/images/bus/mainvisual_bg_sp@2x.png");
  }
}
@media screen and (max-width: 767px) {
  .mv-inner {
    padding-top: 70px;
  }
}
.mv-lead {
  text-align: left;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .mv-lead {
    font-size: 16px;
  }
}
.mv-lead-add {
  background: #333;
  padding: 4px 8px;
  display: inline-block;
  margin-left: 8px;
  font-size: clamp(18px, 1.7578125vw, 18px);
}
@media screen and (max-width: 1024px) {
  .mv-lead-add {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .mv-lead-add {
    font-size: 12px;
  }
}
.mv-title {
  text-align: left;
}
/* ========================================================================
   Component: needs
========================================================================== */
.needs {
  position: relative;
}
.needs::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/service/wifi/solution/assets/images/bus/needs_bg@2x.png");
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .needs::before {
    background-image: url("/service/wifi/solution/assets/images/bus/needs_bg_sp@2x.png");
  }
}
.needs-col img {
  width: 100%;
  height: auto;
}
/* ========================================================================
   Component: point
========================================================================== */
.point-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 844px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .point-list {
    display: block;
  }
}
.point-list li {
  width: 30%;
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 8px 24px rgba(51,51,51,0.1);
  padding: 40px 10px 45px;
}
@media screen and (max-width: 767px) {
  .point-list li {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }
  .point-list li:last-child {
    margin-bottom: 0;
  }
}
.point-list-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.point-list-num {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #8999ab;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  font-family: "Avenir";
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .point-list-num {
    position: static;
  }
}
.point-list-num::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #8999ab transparent transparent transparent;
  position: relative;
  left: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  .point-list-num::after {
    display: none;
  }
}
.point-list-arrow {
  display: block;
  width: 40px;
  height: 40px;
  background: #094c97;
  border-radius: 100%;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .point-list-arrow {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
.point-list-arrow::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(135deg);
  position: absolute;
  bottom: calc(50% - 6px);
  left: calc(50% - 6px);
}
/* ========================================================================
   Component: point1
========================================================================== */
.point1-col li {
  max-width: 208px;
  width: 19.548872180451127vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point1-col li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 32px;
  }
}
/* ========================================================================
   Component: sec-option
========================================================================== */
.sec-option-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-option-note {
    display: block;
  }
}
.sec-option-note-left {
  max-width: 544px;
  width: 51.127819548872175vw;
}
@media screen and (max-width: 767px) {
  .sec-option-note-left {
    width: 100%;
    margin-bottom: 24px;
  }
}
.sec-option-note-right {
  max-width: 370px;
  width: 34.774436090225564vw;
}
@media screen and (max-width: 767px) {
  .sec-option-note-right {
    width: 100%;
  }
}
/* ========================================================================
   Component: price
========================================================================== */
.price-title {
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .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: 767px) {
  .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: 767px) {
  .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-balloon {
  background: #094c97;
  font-size: clamp(14px, 1.3671875vw, 14px);
  font-weight: 600;
  color: #fff;
  padding: 2px 12px;
  border-radius: 2px;
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .price-table-balloon {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .price-table-balloon {
    top: -40%;
  }
}
.price-table-balloon:before {
  content: "";
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #094c97 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.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: 767px) {
  .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: 767px) {
  .price-table table thead tr th {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .price-table table thead tr th .price-table-plan {
    display: inline-block;
    line-height: 1.4;
  }
}
.price-table table thead tr th,
.price-table table thead tr td {
  vertical-align: middle;
  padding: 10px;
}
.price-table table tbody th {
  width: 18%;
}
@media screen and (max-width: 767px) {
  .price-table table tbody th {
    width: auto;
  }
}
.price-table table tbody td {
  width: 42%;
}
.price-table table tbody th,
.price-table table tbody td {
  vertical-align: middle;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .price-table table tr td {
    height: 90px;
  }
}
.price-table table tr th,
.price-table table tr td {
  border-right: 1px solid #dde2e7;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .price-table table tr th,
  .price-table table tr td {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .price-table table tr.remarks td {
    text-align: left;
  }
}
.price-table table .premium {
  position: relative;
  background: #35adeb;
}
.price-table table .normal {
  background: #f0f3f5;
}
.price-table table .text-large {
  font-size: 48px;
  padding-right: 5px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .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;
}
.price-table table .text-number {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .price-table table .text-number {
    line-height: 0.8;
    margin: 0 3px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .price-table table .title-24 {
    font-size: 16px;
    font-weight: normal;
  }
}
.price-table table .color-navy {
  color: #094c97;
}
@media screen and (max-width: 767px) {
  .price-table table .color-navy {
    font-size: 23px;
  }
}
@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: 767px) {
  .price-cta-button {
    margin-bottom: 32px;
  }
}
.scroll-table {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .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;
}
/* ========================================================================
   Component: spec
========================================================================== */
.spec-table table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .spec-table table {
    border-top: 1px solid #707070;
  }
}
@media screen and (max-width: 767px) {
  .spec-table table {
    border: 1px solid #707070;
  }
}
@media screen and (min-width: 768px) {
  .spec-table table tr {
    border-bottom: 1px solid #707070;
  }
}
.spec-table table th,
.spec-table table td {
  padding: 5px 24px;
  vertical-align: middle;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .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: 25%;
  }
}
.spec-table table td {
  background: #fff;
}
.spec-table table .sub {
  background: #f0f3f5;
  white-space: nowrap;
}
/* ========================================================================
   Component: price
========================================================================== */
@media screen and (max-width: 767px) {
  .qa .col-848 {
    width: calc(100vw - 40px);
  }
}
.qa-box {
  border: 1px solid #c9d1d9;
  margin-bottom: 34px;
}
.qa-question,
.qa-answer {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .qa-question,
  .qa-answer {
    padding: 16px;
  }
}
.qa-question-inner,
.qa-answer-inner {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .qa-question-inner,
  .qa-answer-inner {
    padding-left: 32px;
  }
}
.qa-question-inner:before,
.qa-answer-inner:before {
  font-family: "Avenir";
  font-weight: 600;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0.5em;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .qa-question-inner:before,
  .qa-answer-inner:before {
    font-size: 26px;
  }
}
.qa-question {
  background: #f0f3f5;
}
.qa-question-inner:before {
  content: "Q";
  color: #707f89;
}
.qa-question p {
  font-weight: 600;
}
.qa-answer {
  background: #fff;
}
.qa-answer-inner:before {
  content: "A";
  color: #f34b4b;
}
.qa-answer p {
  line-height: 1.8;
}
.qa-answer p a {
  position: relative;
  color: #094c97;
  border-bottom: 1px solid #094c97;
  transition: opacity 300m;
}
.qa-answer p a:hover {
  border-bottom: none;
}
