@charset "UTF-8";
section{
  position: relative;
  padding: 30px 0 50px;
  text-align: center;
  width: 100%;
}

section .inner {
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
}

h2{
  text-align: center;
  font-size: 28pt;
  font-weight: bold;
  color: #2f4f71;
  margin-bottom:30px;
}

h3{
  font-size: 20px;
  color: #2f4f71;
  font-weight: bold;
  margin-bottom:20px;
}

.white{
  color: #fff;
}

#main-visual{
  padding: 0 0 50px;
}

#main-visual img{
  margin: 0;
}

#nayami::before{
  content: "";
    position: absolute;
    height: 70px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);/* ココ */
    background-color: #fff;/* デモは青色の部分 */
    left: 0;
    bottom: -69px;
    z-index: 100;
}

.nayami{
  text-align: center;
}

.nayami-text, .nayami-img{
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}

.nayami-text p{
  background-color: #f2f2f2;
  padding: 10px;
  margin: 10px;
}

.nayami-img img{
  max-width: 220px;
}

#omakase{
  background-color: #f8db2a;
  padding: 90px 0 35px;
}

#omakase::before{
  content: "";
    position: absolute;
    height: 70px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);/* ココ */
    background-color: #f8db2a;/* デモは青色の部分 */
    left: 0;
    bottom: -69px;
    z-index: 100;
}

.omakase p{
  font-size:28px;
  font-weight: bold;
  padding-top: 2.5rem;
}

.omakase span{
  font-size: 50px;
  color: #2f4f71;
  text-decoration: underline 7px #d41e24;
  font-weight: bold;
  padding: 0 15px;
}

.omakase-small{
  font-size: 18px !important;
  font-weight: normal !important;
}

#raku-point{
  padding: 120px 0 35px;
  background-color: #f0f5fa;
}

img{
  margin: 50px 0;
}

#raku-point::before, #country::before{
  content: "";
    position: absolute;
    height: 70px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);/* ココ */
    background-color: #f0f5fa;
    left: 0;
    bottom: -69px;
    z-index: 100;
}

#flow{
  background-image: url(/wifi/images/business/jetfi-for-biz/flow-bg_pc.png);
  background-size: contain;
  padding: 120px 0 0;
  background-repeat: no-repeat;
}

#flow::before{
  content: "";
    position: absolute;
    height: 70px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);/* ココ */
    background-color: #fff;
    left: 0;
    bottom: -69px;
    z-index: 100;
}

.flow img{
  width: 95%;
  max-width: 1020px;
}

#plan{
  background-color: #f0f5fa;
  padding: 120px 0 0 !important;
  position: relative;
}

#plan{
  background-image: url(/wifi/images/business/jetfi-for-biz/plan-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

#plan p{
  font-size: 20px;
  font-weight: bold;
  line-height: 3.5rem;
}

.plan-red{
  font-size: 28px;
  color:#d41e24;
  font-weight: bold;
  margin-bottom: 80px;
}

.plan-area{
  padding-bottom: 30px;
}

.plan-area-text{
  color:#4d4d4d;
  font-size: 16px !important;
}

#option{
  background-color: #f0f5fa;
  padding: 60px 0 80px !important;
  position: relative;
}

#acd-anshin-pre,
#acd-bensai {
  display: none;
}
.acd-label {
  color: #000;
  display: block;
  margin-bottom: -1px;
  font-size: 2.2rem;
  font-weight: 700;
  width: 100%;
  line-height: 0.8;
  position: relative;
}

.acd-label:hover {
  cursor: pointer;
  opacity: 0.7;
}

.bensai-accod{
  margin-bottom: 50px;
}

.acd-check:checked + .acd-label + .acd-content-anshin-pre {
  height: auto;
  opacity: 1;
  padding: 5px 0;
  visibility: visible;
}

.acd-content-bensai {
  height: 0;
  opacity: 0;
  padding: 25px;
  transition: 0.7s;
  visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content-bensai {
  height: auto;
  opacity: 1;
  padding: 25px;
  visibility: visible;
  margin: 0 0 50px;
}

.acd-content-bensai img{
  margin: 10px 0;
}

.anshin-pre-bar:before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 30px; /*画像の高さ*/
  background-image: url(/wifi/images/plan/recommend_mark.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  left: 0px;
  margin-right: 15px;
}

.bensai-bar {
  font-size: 12pt;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: 17px 15px 17px 25px;
  position: relative;
  border: 1px solid #000;
}

#container .comment {
  text-align: left;
  margin-top: 5px;
  text-indent: -0.8em;
  padding-left: 0.8em;
}

.bensai-accod .acd-label:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/wifi/images/business/jetfi-for-biz/anc-arr_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.75s ease;
}

.bensai-accod .acd-check:checked + .acd-label:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px; /*画像の高さ*/
  background-image: url(/wifi/images/business/jetfi-for-biz/anc-arr_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 33%;
  -webkit-transform: translateY(-67%);
  -moz-transform: translateY(-67%);
  -ms-transform: translateY(-67%);
  -o-transform: translateY(-67%);
  transform: translateY(-67%);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

#omakase-middle{
  margin: -60px 0 50px;
}

#omakase-middle img{
  margin: 0;
}
#omakase-middle .app-button {
  position: absolute;
  bottom: 165px;
  left: 0;
  right: 0;
}

.app-button {
  letter-spacing: 5px;
}

#country {
  padding: 150px 0 35px;
  background-color: #f0f5fa;
  margin: -160px 0 0;
  position: relative;
  z-index: 99;
}

#device{
  background-color: #2f4f71;
  padding: 120px 0 50px !important;
  z-index: 98;
}

#device::before{
  content: "";
    position: absolute;
    height: 70px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);/* ココ */
    background-color: #2f4f71;
    left: 0;
    bottom: -69px;
    z-index: 100;
}

#howto-use{
  background-color: #f0f5fa;
  padding: 120px 0 50px !important;
  position: relative;
  background-image: url(/wifi/images/business/jetfi-for-biz/howto-use-bg_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 97;
}

.contact-address{
  position: relative;
  text-align: left;
  margin: 35px 0;
  padding-bottom: 410px;
}

.contact-address img{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  margin: 0;
}

.contact-address h3{
  line-height: 4rem;
  font-size: 26px;
  letter-spacing: 2px;
}

.contact-address-text{
  position: absolute;
  padding: 50px 0;
  z-index: 100;
}

.title2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 10px;
  border-left: 4px solid #ffd100;
  margin: 30px 0 25px;
}



.support__boxs {
  width: 80%;
  display: flex;
  flex-direction: column;
}
.support__box {
  margin-bottom: 15px;
}
.support__box:last-of-type {
  margin-bottom: 0;
}

.support__btn {
  text-align: center;
  padding: 12px 8px;
  display: block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  color: #fff;
}

.support__btn > span {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  position: relative;
  top: 2px;
}

.support__btn > span::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.phone {
  background-color: #81c725;
}

.phone span {
  font-size: 2.5rem;
}

.phone span:before {
  background-image: url(/wifi/images/business/domestic/phone_icon_wh.png);
}

.mail {
  background-color: #15517c;
}

.mail span {
  font-size: 1.7rem;
}

.mail span:before {
  background-image: url(/wifi/images/business/domestic/form_icon_wh.svg);
}

#faq-block{
  margin: 30px 0 0;
}

.faq-block h2{
  margin-bottom: 50px;
}

.faq-block .faq-container {
  border-bottom: 2px solid #6d8bae;
}
.faq-block .faq-container .faq-box {
  border-top: 2px solid #6d8bae;
}

.faq-block .faq-container .faq-box div {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: -1px 0 0;
}

.faq-block .faq-container .question {
  padding: 25px 30px;
  position: relative;
}

.faq-block .faq-container .question .accord-plus {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}

.faq-block .faq-container .question .accord-plus .accord-plus-inner {
  margin: 0;
  position: relative;
}

.faq-block .faq-container .question .accord-plus .accord-plus-inner .line01 {
  display: block;
  background-color: #2f598b;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 12px;
}

.faq-block .faq-container .question .accord-plus .accord-plus-inner .line02 {
  display: block;
  background-color: #2f598b;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 12px;
  transform: rotate(90deg);
  transition: 0.75s ease;
}
.faq-block .faq-container .question.open .accord-plus .accord-plus-inner .line02 {
  display: block;
  background-color: #2f598b;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 12px;
  transform: rotate(0deg);
}

.faq-block .faq-container .answer {
  padding: 25px 30px 50px;
  background-color: #f4f6f7;
}

.faq-block .faq-container .faq-box .question span {
  font-size: 3.4rem;
  line-height: 0.95;
  font-weight: 700;
  color: #2f5989;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  width: 90px;
}

.faq-block .faq-container .faq-box .question p {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  color: #2f5989;
  padding-left: 30px;
  border-left: 1px solid #2f5989;
}

.faq-block .faq-container .faq-box .answer {
  border-top: 1px solid #e2e2e2;
}

.faq-block .faq-container .faq-box .answer span {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  width: 90px;
}

.faq-block .faq-container .faq-box .answer p {
  font-size: 1.8rem;
  line-height: 1.8;
  padding-left: 30px;
  border-left: 1px solid #909090;
  width: calc(100% - 90px);
  text-align: left;
}

.faq-block .faq-container .faq-box .answer p .kome {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 300;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  width: 100%;
  max-width: 750px;
  margin-top: 10px;
}

.faq-block .faq-container .faq-box .answer strong {
  margin-top: 10px;
  display: block;
  font-size: 90%;
}

.faq-block .faq-container .faq-box .answer a {
  color: #333;
}

.faq-block .faq-container .faq-box .answer a:hover {
  text-decoration: underline;
}


@media screen and (max-width: 640px) {
  .faq-block .faq-cont  ainer .faq-box .answer a {
    color: #477dca;
    text-decoration: underline;
  }

  .faq-block .faq-container .faq-box .answer a {
    display: block;
    font-size: 1.5rem;
  }

  .faq-block .faq-container {
    border-bottom: 1px solid #6d8bae;
  }
  .faq-block .faq-container .faq-box {
    border-top: 1px solid #6d8bae;
  }

  .faq-block .faq-container .faq-box .question span {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 700;
    color: #2f5989;
    font-family: "Roboto Condensed", sans-serif;
    display: inline-block;
    width: 40px;
    position: relative;
    top: 2px;
  }
  .faq-block .faq-container .question {
    padding: 12px 10px;
    position: relative;
  }
  .faq-block .faq-container .answer {
    padding: 12px 10px 30px;
    position: relative;
  }
  .faq-block .faq-container .faq-box .question p {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-left: 10px;
    width: calc(100% - 60px);
    text-align: left;
  }
  .faq-block .faq-container .question .accord-plus {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
  }

  .faq-block .faq-container .question .accord-plus .accord-plus-inner .line01 {
    width: 16px;
    height: 2px;
    top: 9px;
  }

  .faq-block .faq-container .question .accord-plus .accord-plus-inner .line02 {
    width: 16px;
    height: 2px;
    position: absolute;
    top: 9px;
  }
  .faq-block .faq-container .question.open .accord-plus .accord-plus-inner .line02 {
    width: 16px;
    top: 9px;
  }
  .faq-block .faq-container .faq-box .answer span {
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    display: inline-block;
    width: 40px;
  }
  .faq-block .faq-container .faq-box .answer p {
    font-size: 1.48rem;
    line-height: 1.8;
    padding-left: 10px;
    border-left: 1px solid #909090;
    width: calc(100% - 40px);
  }

  .faq-block .faq-container .faq-box .answer strong {
    margin-top: 20px;
    display: block;
    font-size: 90%;
  }
}

@media screen and (max-width: 767.98px) {
  .gnav-logo img {
    margin: 0px;
  }

  img {
    margin: 30px 0;
  }

  h2 {
    font-size: 22pt;
    margin-bottom: 30px;
    line-height: 5rem;
  }

  .contentWrap {
    margin-top: px;
  }

  #main-visual img {
    margin: 20px 0 0;
  }
  .fix-menu {
    display: none !important;
  }
  .nayami-text, .nayami-img {
    width: 100%;
    display: block;
    vertical-align: middle;
  }

  .omakase p {
    line-height: 7rem;
  }

  .omakase-small {
    line-height: 3rem !important;
  }

  .sp-w100{
    width: 100% !important;
  }

  .sp-w80{
    width: 80% !important;
  }

  .scroll-box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
  }
  .scroll-box img {
    max-width: 100%;
    min-width: 767px;
    vertical-align: top;
  }

  .acd-check:checked + .acd-label + .acd-content-bensai {
    padding: 20px 0px;
  }

  #omakase-middle {
    margin: -75px 0 50px;
  }
  .contact-address {
    padding-bottom: 240px;
  }
  .contact-address-text {
    width: 100%;
  }
  .contact-address img {
    position: relative;
    width: 100%;
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .contact-address h3 {
    line-height: 4rem;
    font-size: 22px;
    letter-spacing: 0px;
  }

  .support__boxs {
    width: 100%;
    flex-direction: row;
    align-items: start;
    justify-content: center;
  }
  .support__box {
    width: 45%;
    margin-right: 10px;
  }
  .support__box:last-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  #country,#device {
    padding-top: 80px;
  }
  #omakase-middle .app-button {
    bottom: 235px;
  }
  .contact-address {
    padding-bottom: 310px;
  }
  .support__boxs {
    flex-direction: column;
  }
  .support__box {
    width: 80%;
  }
  #faq-block {
    padding-top: 0;
  }
}

@media screen and (max-width: 450px) {
  #omakase-middle .app-button {
    bottom: 180px;
  }
  .contact-address h3 {
    font-size: 17px;
  }
  .support__box {
    width: 100%;
  }
}