*{
  padding: 0;
  margin: 0;
}
body{
  background: none;
}
button{
  display: block;
  background: none;
  border: none;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1;
}
div.main{
  margin-top: 76.77px;
}
.inner{
  max-width: 980px;
  padding: 80px 0;
}
.inner.terms,
.inner.faq-content,
.inner.device-faq-content,
.inner.wimax_trouble_shooting-content{
  max-width: 980px;
  padding: 0 0 80px;
}
.inner > img{
  max-width: 980px;
  width: 100%;
}
select:focus {
  outline: none;
  box-shadow: 0 0 5px 2px #ffeb00;
  border: none;
}

span.sold-out{
  width: 60%;
  padding: 0.5em;
  text-align: center;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 25%;
  left: 50%;
  color: #FFFFFF;
  background-color: red;
  transform: rotate(-10deg)
             translate(-50%,-20%);
}

span.sold-out.Galaxy,
span.sold-out.X11{
  top: 26%;
  left: 44.5%;
}

/* パンくずリスト start */
.List-Item {
  display: inline-block;
  font-size: 1.1rem;
}
.List-Item-Link {
  display: inline;
  text-decoration: none;
  color: inherit;
}
ul.List li a span {
  top: -5px;
}
ul.List li a span img {
  image-rendering: -webkit-optimize-contrast;
  width: 15px;
  height: 15px;
  vertical-align: sub;
}
.List-Item:not(:last-child):after {
  content: '＞';
  padding: 0 5px;
  vertical-align: middle;
}
/* パンくずリスト end */
header:not(.exclusion) .logo{
  min-width: 90px;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
header:not(.exclusion) .logo img,
header .inner .logo a img {
  width: 163px;
}
.header-mypage-btn {
  position: relative;
  background-color: #0B3180;
  color: #fff;
  font-size: 1.4rem;
  padding: 14px 30px 14px 50px;
  border-radius: 5px;
  letter-spacing: 0.25rem;
  white-space: nowrap;
}
.header-mypage-btn::before {
  content: "";
  border-left: 7px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.wimax-faq #entry_wrap {
  margin-top: 70px;
}
.header-mypage-btn img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
header.wimax-menu ul li.nav_type01.nav-btn .header-mypage-btn img {
  width: 25px;
}
header.wimax-menu ul li.nav_type01.nav-btn:last-child {
  max-width: 195px;
  width: 40%;
  padding: 0 5px;
}
header:not(.exclusion) ul li.nav_type01:last-of-type a:first-child {
  flex-flow: column;
}
header.wimax-menu ul li.nav_type01.nav-btn a {
  display: flex;
  height: fit-content;
  align-items: center;
}
.header-entry-btn {
  position: relative;
  background-color: #e6006b;
  color: #fff;
  font-size: 1.3rem;
  padding: 15px 20px 15px 60px;
  border-radius: 5px;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
.header-entry-btn img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

header.wimax-menu ul li.nav_type01:last-of-type.nav-btn a img {
  margin: 0;
}
header.wimax-menu ul li.nav_type01:last-of-type.nav-btn a .header-entry-btn img {
  width: 40px;
}
.wimax-contact-body{
  position: relative;
  padding-bottom: 202.5px;
}

@media screen and (max-width:767px){
  .inner{
    padding: 50px 4vw;
  } 

  .inner.faq-content,
  .inner.device-faq-content,
  .inner.wimax_trouble_shooting-content{
    padding: 0 4vw 50px;
  }

  .wimax-faq #entry_wrap {
    margin-top: 50px;
  }

  span.sold-out{
    width: 70%;
    font-size: 16px;
  }

  span.sold-out.Galaxy,
  span.sold-out.X11 {
    top: 22%;
    left: 50.5%;
  }

  div.main{
    margin-top: 85px;
  }

  .wimax-contact-body {
    position: relative;
    padding-bottom: 387.89px;
  }
}

/*-------------------------------------------
    Top Common
-------------------------------------------*/
h2{
  text-align: center;
  margin: 0 0 40px 0;
}
h2.blue-title{
  text-align: center;
  margin: 0 0 20px 0;
  color: #0080C6;
  font-size: 5rem;
  letter-spacing: 7.5px;
}
h2 img{
  max-width: 980px;
}
.wimax-device-name{
  font-family: "Arial","Helvetica","MS Gothic";
}
.wimax-under-kv-notion{
  margin-top: -4px;
}
div.under-kv-notion p.under-kv-notion-title{
  color: #ff6159;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px){
  h2 img{
    width: 100%;
    margin: auto;
  }
  h2.blue-title{
    text-align: center;
    margin: 0 0 11px 0;
    color: #0080C6;
    font-size: 3rem;
    letter-spacing: 3.5px;
    line-height: 1.3;
  }
  h3.yellow-title{
    text-align: center;
    color: #FFDD03;
    font-size: 1.7rem;
    letter-spacing: 1px;
    margin: 0 0 40px 0;
  }
  .wimax-under-kv-notion {
    margin-top: -2px;
  }
  div.under-kv-notion p.under-kv-notion-title a {
    text-decoration: none;
    font-size: 1.5rem;
    text-align: left;
  }
}

/*ボタン*/
.btn_box02 a{
  width: 300px;
  text-indent: -1.5rem;
}
.btn_box02 a span{
  background: none;
  padding: 25px 0px;
  transform : skewX(-10deg);
}
.btn_box02 a::after{
  content: "▼";
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 0;
  position: absolute;
  right: 50px;
  top: 50%;
  width: auto;
  background: none;
  transition: .3s all;
}
.btn_box02 a:hover::after{
  width: auto;
}

/* Title カラー start */
h2.white-title{
  text-align: center;
  margin: 0 0 20px 0;
  color: #FFFFFF;
  font-size: 5rem;
  letter-spacing: 7.5px;
}
h3.yellow-title{
  text-align: center;
  color: #FFDD03;
  font-size: 3rem;
  letter-spacing: 2px;
  margin: 0 0 40px 0;
}
h2.blue-title{
  text-align: center;
  margin: 0 0 20px 0;
  color: #0080C6;
  font-size: 5rem;
  letter-spacing: 7.5px;
}
.device-faq-content h2.blue-title,
.wimax_trouble_shooting-content h2.blue-title{
  margin-top: 70px;
}
h2.black-title{
  text-align: center;
  margin: 0 0 20px 0;
  color: #000000;
  font-size: 5rem;
  letter-spacing: 7.5px;
}
h2.white-title{
  text-align: center;
  margin: 0 0 20px 0;
  color: #FFFFFF;
  font-size: 5rem;
  letter-spacing: 7.5px;
}
h3.blue-title{
  text-align: center;
  color: #0080C6;
  font-size: 3rem;
  letter-spacing: 2px;
  margin: 0 0 40px 0;
}
/* Title カラー end */

@media screen and (max-width:767px){
  .device-faq-content h2.blue-title,
  .wimax_trouble_shooting-content h2.blue-title{
    margin-top: 50px;
  }
  .btn_box02 a{
    width: 200px;
  }
  .btn_box02 a span{
    padding: 20px 0px;
  }
  .btn_box02 a::after{
    right: 20px;
    font-size: 0.5rem;
  }
  /* Title カラー start */
  h2.white-title{
    margin: 0 0 5px 0;
    font-size: 3rem;
    letter-spacing: 7.5px;
  }
  h3.yellow-title{
    font-size: 2rem;
    letter-spacing: 2px;
    margin: 0px 0 25px 0;
  }
  h2.blue-title{
    margin: 0 0 5px 0;
    font-size: 3rem;
    letter-spacing: 7.5px;
  }
  h2.black-title{
    margin: 0 0 5px 0;
    font-size: 3rem;
    letter-spacing: 7.5px;
  }
  h3.blue-title{
    font-size: 2rem;
    letter-spacing: 2px;
    margin: 0 0 25px 0;
  }
  /* Title カラー end */
}
/*-------------------------------------------
    Set Plan Banner
-------------------------------------------*/
.set-banner{
  position: relative;
  width: 100%;
  padding: 0 10px 8px;
  margin: 80px auto 30px;
  background: linear-gradient(325deg, #0080C1 30%, #00FFFF);
  border-radius: 2.5rem;
}

#merit .set-banner h2{
  margin: 0;
  padding: 1em 0;
  font-size: 3.6rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0.075em;
}
.set-banner img{
  width: 100%;
  margin: auto;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width:767px){
  .set-banner{
    width: 100%;
    padding: 8px 0;
    margin: 60px auto 30px;
  }
  #merit .set-banner h2{
    padding: 0.5em;
    font-size: 2.8rem;
  }
  .set-banner img{
    width: calc(100% - 16px);
    margin: auto 8px;
  }
}

/*-------------------------------------------
    Main
-------------------------------------------*/
header.wimax-menu .inner{
  padding: 0;
}
header.wimax-menu ul{
  max-width: auto;
  padding: 0;
}

/*ホバー効果*/
header.wimax-menu ul li.nav_type01 a::before,
header.wimax-menu ul li.nav_type01 button::before{
  content: none;
}
header.wimax-menu ul li.nav_type01 a:hover::before,
header.wimax-menu ul li.nav_type01 button:hover::before{
  animation: none;
}
header.wimax-menu ul li.nav_type01 a:hover,
header.wimax-menu ul li.nav_type01 button:hover{
  color: #FFFFFF;
}

/*ナビ*/
header.wimax-menu ul li.nav_type01{
  border-left: solid 1px #FFFFFF;
}
header.wimax-menu ul li.nav_type01:first-of-type{
  width: 135px;
}
header.wimax-menu ul li.nav_type01{
  width: 110px;
}
header.wimax-menu ul li.nav_type01.nav-btn{
  display: flex;
  align-items: center;
  max-width: unset;
  width: auto;
  padding: 0 5px 0 2%;
}

header.wimax-menu ul li.nav_type01.nav-btn a,
header.wimax-menu ul li.nav_type01.nav-btn button{
  display: flex;
  height: fit-content;
  align-items: center;
}
header.wimax-menu ul li.nav_type01.nav-btn:last-child{
  width: 195px;
  padding: 16px 0px 16px 8px;
  border: none;
}
header.wimax-menu ul li.nav_type01.nav-btn.apply{
  border-left: solid 1px #FFFFFF;
  padding: 16px 151px 16px 30px;
}
header.wimax-menu ul li.nav_type01:last-of-type.nav-btn img{
  width: 100%;
  margin: 0;
}
header.wimax-menu ul li.nav_type01 button{
  width: 100%;
}
header:not(.exclusion) a,
header:not(.exclusion) button {
  text-decoration: none;
}
header:not(.exclusion) ul li.nav_type01 a,
header:not(.exclusion) ul li.nav_type01 button{
  color: #FFFFFF;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.11em;
}
/*First_view*/
#first_view{
  margin: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/wimax-kv-bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#first_view_wimax {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  background: linear-gradient(90deg, #FFEB00 5%, #F2F2F2 5.7%, #F2F2F2 94.5%, #323232 95%);
}

#first_view h1 div.top-kv,
#first_view_wimax h1 div.top-kv{
  position: relative;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  max-height: calc(100vh - 95%);
  overflow: hidden;
  image-rendering: -webkit-optimize-contrast;
}
#first_view h1 div.top-kv .btn_box02.wimax-btn{
  margin: 0 auto;
  position: absolute;
  left: 50%;
  height: 9%;
  bottom: 13%;
  transform: translate(-50%, 0%);
}
#first_view h1 div.top-kv .btn_box02.wimax-btn.campaign{
  transform: translate(-50%, -70%);
}
#first_view_wimax h1 div.top-kv .btn_box02.wimax-btn{
  margin: 0 auto;
  position: absolute;
  left: 50%;
  height: 9%;
  bottom: 13%;
  transform: translate(-50%, 0%);
}
#first_view_wimax h1 div.top-kv .btn_box02.wimax-btn{
  transform: translate(-50%, -80%);
  bottom: 0;
}
#first_view_wimax h1 div.top-kv .btn_box02.wimax-btn.apply{
  transform: translate(0%, -50%);
}
#first_view h1 div.top-kv .btn_box02.wimax-btn a{
  width: 65%;
  margin-bottom: 1rem;
}
#first_view_wimax h1 div.top-kv .btn_box02.wimax-btn a{
  width: 450px;
  margin-bottom: 1rem;
}
#first_view h1 div.top-kv .btn_box02.wimax-btn a span{
  padding: 1.5vw 0px;
}
div.top-kv .btn_box02 a::after{
  content: "▶";
}
#first_view h1 div.top-kv .btn_box02.wimax-btn a + span{
  font-size: 1.2rem;
  font-weight: normal;
}
#first_view h1 div.top-kv img,
#first_view_wimax h1 div.top-kv img{
  width: 100%;
}

.lp_first_view .top-kv-set {
  display: flex;
  justify-content: space-between;
}

.lp_first_view .top-kv-set .set {
  position: relative;
  width: 50%;
  padding: 30px 0;
  overflow: hidden;
}

.lp_first_view .top-kv-set .set img {
  position: relative;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50% , 0);
  z-index: 3;
}

.lp_first_view .top-kv-set .set img:last-of-type {
  position: absolute;
  padding: 15px 0 0;
  mix-blend-mode: multiply;
  filter: blur(2px);
  transform: translate(-51% , 25%);
  z-index: 2;
}

.lp_first_view .top-kv-set .set:first-of-type {
  background: #0080C1;
  background: linear-gradient(-45deg, #0080C1 30%, #00FFFF);
}

.lp_first_view .top-kv-set .set:last-of-type {
  width: 50%;
  background: #ffc400;
  background: linear-gradient(60deg, #FFEB00 50%, #ffc400);
}

#first_view h1 div.top-kv .btn_box02.wimax-btn > span {
  display: block;
  margin: 0 auto 8px;
  line-height: 1.4rem;
  font-weight: normal;
  font-size: 1.2rem;
  width: 65%;
}

@media screen and (max-width:767px){
  #first_view{
    margin: 0;
  }
  #first_view h1{
    background-image: none;
  }
  #first_view h1 div.top-kv{
    max-height: initial;
    aspect-ratio: 830/1103;
  }
  #first_view_wimax {
    background: #f2f2f2;
  }
  div.top-appeal-area-bgcolor{
    padding: 0;
  }
  header.wimax-menu .logo{
    transform: translateX(-90%);
  }
  header.wimax-menu .sp_btn{
    display: flex;
    right: 0px;
    top: 5px;
  }
  header.wimax-menu .sp_btn a:nth-of-type(1),
  header.wimax-menu .sp_btn a{
    color: initial;
    border: none;
    background: none
  }
  header.wimax-menu .sp_btn a{
    width: 80px;
    padding: 0;
    margin: 9px 5px;
  }
  header.wimax-menu .sp_btn a:nth-of-type(1) a{
    margin-top: 5px;
  }
  header.wimax-menu .sp_btn a:last-of-type {
    padding: 0;
    margin: 9px 0 5px;
  }
  header.wimax-menu .sp_btn a img{
    width: 100%;
  }
  .sp_btn a img {
    height: 60px;
  }
  #first_view h1 div.top-kv .btn_box02.wimax-btn{
    transform: translate(-50%, -50%);
    width: 95%;
    height: 28%;
  }
  #first_view_wimax h1 div.top-kv .btn_box02.wimax-btn{
    transform: translate(-50%, -50%);
  }
  #first_view h1 div.top-kv .btn_box02.wimax-btn.apply{
    margin: 0 auto;
    position: absolute;
    left: 50%;
    height: 9%;
    bottom: 13%;
    transform: translate(-50%, 70%);
  }
  #first_view h1 div.top-kv .btn_box02.wimax-btn > span {
    font-size: 1rem;
    width: 95%;
    margin: 8px auto 3px;
  }
  #first_view h1 div.top-kv .btn_box02.wimax-btn a,
  #first_view_wimax h1 div.top-kv .btn_box02.wimax-btn a{
    width: 200px;
  }
  #first_view h1 div.top-kv .btn_box02.wimax-btn a span{
    padding: 4.5vw 0px;
  }
  #first_view h1 div.top-kv .btn_box02.wimax-btn a {
    bottom: 0;
    width: 170px;
  }
  #first_view h1 div.top-kv .btn_box02.wimax-btn a + span{
    font-size: 1rem;
    width: 56%;
    display: inline-block;
    line-height: 1.2rem;
  }
  .lp_first_view .top-kv-set {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .lp_first_view .top-kv-set .set {
    position: relative;
    width: 100%;
    padding: 20px 0;
  }
  .lp_first_view .top-kv-set .set::after {
    width: 190px;
    height: 100%;
    transform: translate(50px, 30px);
  }
  .lp_first_view .top-kv-set .set:last-of-type {
    width: 100%;
  }
  .lp_first_view .top-kv-set .set:last-of-type::after {
    width: 190px;
    height: 100%;
    transform: translate(24px, 46px);
  }
  .lp_first_view .top-kv-set .set img:last-of-type{
    padding: 10px 0;
  }
}
/*スライドショー*/
#top ul.slick-dots{
  display: none !important;
}
div.slick-dotted.slick-slider{
  margin-bottom: 0;
}
button.slick-prev:before, .slick-next:before{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #e8eaea;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.pc.slick-dotted.slick-slider{
  display: block;
}
div.slick-dotted.slick-slider + div.under-kv-notion {
  margin-top: -5px;
}
div.sp.slick-dotted.slick-slider{
  display: none;
}
.slick-slide img {
  width: 100%;
}
.slick-next{
  display: none !important;
}
@media screen and (max-width:767px){
  div.sp.slick-dotted.slick-slider{
    display: block;
  }
  div.pc.slick-dotted.slick-slider{
    display: none;
  }
}
/*-------------------------------------------
    merit
-------------------------------------------*/
#merit h2{
  text-align: center;
  margin: 0 0 20px 0;
}
.merit-area{
  margin: 0 auto;
}
.merit-area img.wimax-merit3-device{
  height: 90px;
}
.merit-area>div{
  margin: 60px 0;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.merit-area>div.special2 {
  margin: 60px 0 0;
}
.merit-area div#merit1{
  padding: 56px 0 21px 120px;
}
.merit-area div#merit2{
  padding: 31px 0 21px 120px;
}
.merit-area div#merit3{
  padding: 56px 0 21px 0;
  margin: 60px 0 10px;
}
.merit-area div#merit4{
  padding: 31px 0 0;
  width: 48%;
}
.merit-area div#merit5{
  padding: 31px 0 0;
  width: 48%;
}
.merit-area div#merit6{
  padding: 56px 0 0 60px;
  margin: 0;
}
.plan-detail-box{
  background-color: #FFFFFF;
  border-radius: 15px;
}
.plan-detail-box-header{
  background-color: #0B3180;
  color: #FFFFFF;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 7px;
  text-align: center;
  padding: 20px 0;
  border-radius: 15px 15px 0 0;
}
.plan-detail-box-header-yellow{
  color: #FFDD03;
  font-size: 4.5rem;
  padding-top: .47em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.15em .3em;
  background-image: radial-gradient(.15em .15em at center center,#FFDD03,#FFDD03 100%,transparent);
}
.plan-detail-box-contents{
  padding: 45px 85px;
}
.appeal-point{
  color: #e6006b;
  font-weight: bold;
  font-size: 3.8rem;
  text-align: center;
  letter-spacing: 1px;
}
.appeal-point span{
  font-size: 2.5rem;
}
.plan-detail-top-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.wimax-value-price-1,
.wimax-free-price-1{
  width: 65%;
  margin-right: 35px;
}
.plan-detail-top-box{
  font-size: 2.3rem;
  background-color: #00AEFF;
  color: #FFFFFF;
  line-height: 1.3;
  padding: 13px 20px;
}
.plan-detail-flex{
  display: flex;
  justify-content: space-between;
}
.plan-detail-flex div{
  position: relative;
  width: 31%;
}
.wimax-free-price-flex div{
  position: relative;
  width: 49%;
}
.plan-detail-flex div.plan-detail-box-title{
  position: absolute;
  background-color: #00AEFF;
  color: #FFFFFF;
  padding: 10px 12px;
  width: fit-content;
}
.wimax-value-price,
.wimax-free-price{
  margin-top: 16.5px;
}
.other-costs-title{
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  border-bottom: 3px solid #00AEFF;
  padding-bottom: 10px;
  margin: 50px 0 30px;
}
.merit-area img.wimax-merit1-img{
  position: absolute;
  width: 385px;
  right: 0;
  bottom: 0;
}
.merit-area img.wimax-merit2-img{
  position: absolute;
  width: 395px;
  right: 0;
  bottom: 0;
  background-color: #F2F1F3;
  padding: 30px;
}
.superscript{
  vertical-align: super;
  color: #000;
  font-size: 10px;
}
.merit3-title-flex{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-left: 120px;
}
.marit3-flex{
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0px;
}
.marit3-flex-box{
  width: 470px;
  background-color: #FFF;
  padding: 20px 30px 40px;
  box-sizing: border-box;
  filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  -webkit-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  -moz-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  border-radius: 0.75em;
  height: 300px;
}
.marit3-flex p{
  font-size: 1.4rem;
}
.marit3-flex p.merit3-box-title{
  color: #00AEFF;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.rerit3-box-sub-name-box {
  display: block;
  width: 53%;
  margin: 0 auto;
}
.marit3-flex p.rerit3-box-sub-name{
  font-size: 1.3rem;
  font-weight: bold;
}
.marit3-flex p.rerit3-box-name{
  font-weight: bold;
}
.merit3-box-flex{
  display: flex;
  justify-content: space-between;
  font-family: "Arial","Helvetica","MS Gothic";
}
.merit3-box-flex>div{
  width: 48%;
  position: relative;
}
.merit3-box-flex>div img{
  margin: 30px 0;
}
.merit3-box-flex>div img.wimax-merit3-home-device{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 146px;
  width: auto;
  margin: 4px auto;
}
div.marit4-5flex{
  display: flex;
  justify-content: space-between;
  margin: 10px 0 60px;
}
.merit4-flex{
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0 60px;
}
.merit-area div#merit4 h3,
.merit-area div#merit5 h3{
  font-size: 2.6rem;
  margin-left: 120px;
}
.merit-area div#merit4 p.sub-title,
.merit-area div#merit5 p.sub-title{
  margin: 25px 0 12px;
  font-size: 1.6rem;
  letter-spacing: 2px;
  margin-left: 120px;
}
.merit4-box-1,
.merit4-box-2{
  height: 205px;
  width: 48%;
  background-color: #FFF;
  box-sizing: border-box;
  filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  -webkit-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  -moz-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  border-radius: 0.75em;
  transform: translateZ(0px);
}
.merit4-box-1 .merit4-box-header{
  background-color: #00AEFF;
  color: #FFFFFF;
  padding: 15px 0;
  text-align: center;
  border-radius: 0.75em 0.75em 0 0;
}
.merit4-box-2 .merit4-box-header{
  background-color: #8F8F8F;
  color: #FFFFFF;
  padding: 15px 0;
  text-align: center;
  border-radius: 0.75em 0.75em 0 0;
}
.wimax-merit4-zeuswimax{
  width: 60px;
  margin: 20px auto;
  display: block;
}
.wimax-merit4-line{
  height: 52px;
  margin: 17px auto;
  display: block;
}
.merit4-box-1 .merit4-box-text{
  font-weight: bold;
}
.merit4-box-2 .merit4-box-text{
  font-size: 1.2rem;
}
.merit4-box-text-area{
  margin: 0 auto;
  width: 82%;
}
#merit5{
  position: relative;
}
.merit-area div h3 span.merit5-superscript{
  vertical-align: super;
  color: #000;
  font-size: 10px;
}
.merit5-caution-text{
  font-size: 1.1rem;
  margin: 4px auto 0 120px;
}
.merit5-box-title-1{
  background-color: #00AEFF;
  color: #FFFFFF;
  width: 49%;
  margin: 15px auto 0;
  text-align: center;
  font-size: 1.6rem;
  padding: 7px 0;
  border-radius: 5px;
}
.wimax-merit5-price-1{
  width: 250px;
  margin: 10px auto;
  display: block;
}
.merit5-box-flex{
  display: flex;
  justify-content: space-between;
  margin: 0px 28px;
}
.merit5-box-2{
  width: 45%;
}
.merit5-box-title-2{
  background-color: #00AEFF;
  color: #FFFFFF;
  width: 82%;
  margin: 10px auto 0;
  text-align: center;
  font-size: 1.2rem;
  padding: 7px 0;
  border-radius: 5px;
}
.merit5-box-title-3{
  background-color: #00AEFF;
  color: #FFFFFF;
  width: 52%;
  margin: 10px auto 0;
  text-align: center;
  font-size: 1.2rem;
  padding: 7px 0;
  border-radius: 5px;
}
.wimax-merit5-price-2{
  width: 160px;
  margin: 10px auto auto;
  display: block;
}
.merit-area div#merit6 h3{
  margin-left: 60px;
}
.merit6-sub-flex{
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}
.merit6-sub-box-flex{
  display: flex;
  justify-content: space-between;
  width: 68%;
}
.merit6-sub-inner-flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.wimax-search-icon{
  width: 10px;
}
.merit6-sub-box{
  width: 48%;
  background-color: #FFF;
  box-sizing: border-box;
  filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  -webkit-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  -moz-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  border-radius: 0.75em;
  padding: 15px;
}
.merit6-sub-inner-number{
  font-size: 1.5rem;
  font-style: italic;
  font-weight: bold;
}
.merit6-sub-inner-number span{
  font-size: 4rem;
  margin-left: 3px;
}
.merit6-sub-inner-text{
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.wimax-merit6-search-1{
  height: 22.3px;
}
.wimax-merit6-search-2{
  height: 22.3px;
}
.red-text{
  color: #FF0000;
}
.orange-text{
  color: #FF8000;
}
.pink-text{
  color: #FF80FF;
}
#areacover{
  margin: 25px 0 0;
}
.area-tool-iframe{
  display: block;
  text-align: center;
}
.plan-detail-box-contents table{
  width: 100%;
}
.plan-detail-box-contents table,
.plan-detail-box-contents table th,
.plan-detail-box-contents table td{
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 10px 5px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
}
.plan-detail-box-contents table .gray{
  background-color: #DFDFDF;
  text-align: center;
}
.plan-detail-box-contents table .red-text{
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}
.plan-detail-box-contents table .red-text span{
  font-size: 2rem;
}
.wimax-value-cashback{
  width: 100%;
  margin-top: 30px;
}
.plan-detail-box-caution{
  margin-top: 10px;
}
.plan-detail-box-caution p{
  font-size: 1.1rem;
  line-height: 1.5;
}
.wimax-comparison-area{
  background-color: #8DACC0;
  padding: 60px;
  border-radius: 0 0 15px 15px;
}
.wimax-comparison-area p{
  color: #FFFFFF;
  font-size: 4.2rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 6px;
  margin-bottom: 50px;
}
#value_plan_detail{
  margin-bottom: 50px;
}
.merit-area div h3{
  font-size: 3rem;
  letter-spacing: 2px;
}
.merit-area div h3 span{
  color: #00AEFF;
  font-size: 3.5rem;
}
.merit-area div p.sub-title{
  margin: 25px 0 12px;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.merit-area div p.merit3-sub-title{
  font-size: 1.7rem;
  letter-spacing: 2px;
}
.merit-area div strong{
  font-size: 3.2rem;
  color: #00AEFF;
  font-style: italic;
  border-bottom: 3px solid #FF0078;
}
.merit-area div p.caution{
  margin-top: 15px;
  font-size: 1.1rem;
  line-height: 1.5;
}
.merit{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.merit .device-more{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.merit-area div img.wimax-merit-number{
  position: absolute;
  left: 0;
  top: 0;
  width: 182px;
}

/*画像下のボタン*/
.marit3-flex .btn_box02{
  transform: translateY(-50%);
}
.marit3-flex .btn_box02 a{
  width: 250px;
}
.marit3-flex .btn_box02 a span{
  padding: 20px 0px;
}

.area-tool-iframe.pc{
  width: 830px;
  margin: auto;
}


/*au UQ割引ポップアップ*/
.special2{
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}

.special2 a{
  width: 47%;
}
.special2 img{
  width: 100%; 
}

@media screen and (min-width: 767px){
  .area-tool-iframe.pc{
    display: block;
  }
  .area-tool-iframe.sp{
    display: none;
  }
}

@media screen and (max-width: 767px){
  .merit-area div{
    margin: 0 0 30px;
  }
  .merit-area>div.special2 {
    margin-top: 25px;
  }
  .area-tool-iframe.pc{
    display: none;
  }
  .area-tool-iframe.sp{
    position: relative;
    width: 90%;
    margin: auto;
    padding-top: 45vh;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
    border:2px solid #ccc;
  }
  .area-tool-iframe.sp iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
  }
  .merit-area div img.wimax-merit-number{
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
  }
  .merit-area div#merit1{
    padding: 30px 0 0 0;
  }
  .merit-area div h3{
    font-size: 2.2rem;
    letter-spacing: 2px;
    margin-left: 82px;
  }
  .merit-area div h3 span{
    color: #00AEFF;
    font-size: 2.4rem;
  }
  .merit-area div p.sub-title{
    margin: 25px 0 5px;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .merit-area div strong{
    font-size: 2.1rem;
    color: #00AEFF;
    font-style: italic;
    border-bottom: 3px solid #FF0078;
  }
  .merit-area div p.caution{
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .merit-area img.wimax-merit1-img{
    position: unset;
    width: 85%;
    margin: 0 auto;
    display: block;
  }
  .merit-area div#merit2{
    padding: 31px 0 21px 0;
  }
  .merit-area img.wimax-merit2-img{
    position: unset;
    width: 100%;
    right: 0;
    bottom: 0;
    background-color: #F2F1F3;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 25px;
  }
  .merit-area div#merit2{
    padding: 11px 0 0 0;
  }
  .merit-area div#merit3{
    padding: 14px 0 0 0;
    margin: 0 0 30px;
  }
  .merit-area div.merit3-title-flex{
    display: block;
    margin: 0;
  }
  .merit-area div p.merit3-sub-title{
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin: 25px 0;
  }
  .merit-area div.marit3-flex{
    display: block;
  }
  .merit-area div.marit3-flex div{
    margin: 0;
  }
  .merit-area div.marit3-flex div.marit3-flex-box{
    width: 100%;
    background-color: #FFF;
    padding: 20px 30px;
    box-sizing: border-box;
    filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
    -webkit-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
    -moz-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
    border-radius: 0.75em;
    height: auto;
    margin: 0 0 15px;
  }
  .marit3-flex p.merit3-box-title{
    text-align: center;
  }
  .merit3-box-sub-title{
    text-align: center;
  }
  .merit-area img.wimax-merit3-device{
    width: 100%;
    height: auto;
    margin: 15px 0;
  }
  .merit-area div.merit3-box-flex{
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .merit-area div.merit3-box-flex>div{
    margin: 0;
  }
  .marit3-flex .btn_box02{
    transform: unset;
  }
  div.marit4-5flex{
    display: block;
  }
  .merit-area div#merit4{
    padding: 14px 0 0;
    width: 100%;
  }
  .merit-area div#merit4 h3, .merit-area div#merit5 h3{
    font-size: 2rem;
    margin-left: 82px;
  }
  .merit-area div#merit4 p.sub-title, .merit-area div#merit5 p.sub-title{
    margin: 25px 0;
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin-left: 0;
  }
  .merit-area div.merit4-box-1, .merit-area div.merit4-box-2{
    height: auto;
    margin: 0;
  }
  .merit4-box-1 .merit4-box-header{
    margin: 0 0 15px;
  }
  .wimax-merit4-zeuswimax{
    height: 50px;
    margin: 15px auto;
    display: block;
  }
  .merit4-box-2 .merit4-box-header{
    margin: 0;
  }
  .wimax-merit4-line{
    height: 50px;
    margin: 15px auto;
    display: block;
  }
  .merit-area div.merit4-box-text-area{
    margin: 0 auto 15px;
    width: 98%;
  }
  .merit4-box-1 .merit4-box-text{
    font-weight: bold;
    font-size: 1.2rem;
  }
  .merit-area div#merit5{
    padding: 14px 0 0;
    width: 100%;
  }
  .merit5-caution-text{
    font-size: 1.1rem;
    margin: 4px auto 0 82px;
  }
  .merit-area div.merit5-box-title-1{
    background-color: #00AEFF;
    color: #FFFFFF;
    width: 62%;
    margin: 15px auto 0;
    text-align: center;
    font-size: 1.6rem;
    padding: 7px 0;
    border-radius: 5px;
    margin: 10px auto 5px;
  }
  .merit-area div.merit5-box-title-3{
    background-color: #00AEFF;
    color: #FFFFFF;
    width: 52%;
    margin: 10px auto 0;
    text-align: center;
    font-size: 1.2rem;
    padding: 7px 0;
    border-radius: 5px;
    margin: 0 auto 14px;
  }
  .merit-area div.merit5-box-title-2{
    background-color: #00AEFF;
    color: #FFFFFF;
    width: 92%;
    margin: 10px auto 0;
    text-align: center;
    font-size: 1.2rem;
    padding: 7px 0;
    border-radius: 5px;
    margin: 0 auto 14px;
  }
  .merit-area div.merit5-box-2{
    width: 45%;
    margin: 0;
  }
  .merit-area div#merit6{
    padding: 14px 0 0 0;
    margin: 0;
  }
  .merit-area div#merit6 h3{
    font-size: 2rem;
    margin-left: 82px;
  }
  .merit-area div.merit6-sub-flex{
    display: block;
    margin: 25px 0;
    margin: 0;
  }
  .merit-area div.merit6-sub-box-flex{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0px 0 10px;
  }
  .merit-area div.merit6-sub-inner-flex{
    margin: 0 0 8px;
  }
  .merit6-sub-inner-flex div{
    margin: 0;
  }
  .merit6-sub-inner-number{
    font-size: 1.1rem;
    font-style: italic;
    font-weight: bold;
  }
  .merit6-sub-inner-number span{
    font-size: 2rem;
    margin-left: 3px;
  }
  .merit6-sub-inner-text{
    font-size: 1.0rem;
    font-weight: bold;
    margin: 0 auto 0 5px;
    line-height: 1.4;
  }
  .wimax-merit6-search-1{
    width: 100%;
  }
  .wimax-merit6-search-2{
    width: 100%;
  }
  .merit-area div.merit6-sub-box{
    width: 48%;
    background-color: #FFF;
    box-sizing: border-box;
    filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
    -webkit-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
    -moz-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
    border-radius: 0.75em;
    padding: 10px;
    margin: 15px 0 0;
  }
  #areacover{
    margin: 25px auto 0;
  }
  .plan-detail-box-header{
    background-color: #0B3180;
    color: #FFFFFF;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 7px;
    text-align: center;
    padding: 20px 0;
    border-radius: 15px 15px 0 0;
  }
  .plan-detail-box-header-yellow{
    color: #FFDD03;
    font-size: 3.3rem;
    padding-bottom: .65em;
    background-position: bottom left -2px;
    background-repeat: repeat-x;
    background-size: 1.2em .3em;
    background-image: radial-gradient(.15em .15em at center center,#FFDD03,#FFDD03 100%,transparent);
  }
  .merit-area div.marit3-flex div.rerit3-box-sub-name-box {
    width: 65%;
    margin: 0 auto;
  }
  .special2{
    flex-direction: column;
  }
  .special2 a{
    width: 100%;
  }
  .special2 img{
    display: block;
  }
  .special2 img:first-of-type{
    margin-bottom: 25px;
  }
}

/*-------------------------------------------
    Price
-------------------------------------------*/
#price{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/wimax-price-bg.png) #0080C6 no-repeat top -5px right;
}

/*au、UQ割引*/
#price .special1{
  margin-top: 50px;
  padding-top: 50px;
}

.special1 > .option-box{
  outline: 10px solid #00AEFF;
  outline-offset: -30px;
  border-radius: 2.5em;
  padding: 30px 100px 60px;
}
.special1 > .option-box .special1-title{
  margin-bottom: 30px;
}
.info-special1{
  margin: 30px auto;
}

@media screen and (max-width: 767px){
  #price{
    background-size: 80%;
  }

  #price .special1{
    margin-top: 25px;
    padding-top: 25px;
  }

  .special1 > .option-box{
    outline: 5px solid #00AEFF;
    outline-offset: -15px;
    border-radius: 1.25em;
    padding: 15px 25px 30px;
  }
  .special1 > .option-box .special1-title{
    margin-bottom: 10px;
  }
  .info-special1{
    margin: 10px auto;
  }
  .plan-detail-box-contents{
    padding: 35px 3% 15px;
  }
  .appeal-point{
    color: #e6006b;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: 0px;
  }
  .appeal-point span{
    font-size: 1.5rem;
  }
  .wimax-value-price-1, .wimax-free-price-1{
    width: 65%;
    margin-right: 0;
  }
  .plan-detail-top-box{
    font-size: 1.3rem;
    background-color: #00AEFF;
    color: #FFFFFF;
    line-height: 1.3;
    padding: 10px 3%;
  }
  .tax-included-sp{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .plan-detail-top-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 0;
  }
  .plan-detail-flex div{
    position: relative;
    width: 33%;
  }
  .plan-detail-flex div.plan-detail-box-title{
    position: absolute;
    background-color: #00AEFF;
    color: #FFFFFF;
    padding: 7px 5%;
    width: 100%;
    font-size: 1.1rem;
    box-sizing: border-box;
  }
  .wimax-value-price{
    margin-top: 40px;
  }
  .wimax-free-price{
    margin-top: 29px;
  }
  .other-costs-title{
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    border-bottom: 3px solid #00AEFF;
    padding-bottom: 10px;
    margin: 25px 0 20px;
  }
  .wimax-value-cashback{
    width: 100%;
    margin-top: 25px;
  }
  .wimax-comparison-area p{
    color: #FFFFFF;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 5px auto 5px;
  }
  .wimax-comparison-area{
    background-color: #8DACC0;
    padding: 10px 3% 20px;
    border-radius: 0 0 15px 15px;
  }
  .wimax-comparison-area-sp{
    text-align: center;
  }
  .wimax-comparison-area p.wimax-comparison-area-sp{
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .wimax-free-price-flex div{
    width: 49%;
  }
  .plan-detail-box-contents table .red-text{
    text-align: left;
  }
}
/*-------------------------------------------
    Price Fix
-------------------------------------------*/
#price_fix{
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 5;
  transition: .3s all;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
#price_fix.show{
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 767px){
  #price_fix{
    top: 40vh;
  }
  #price_fix img{
    height: 22vh;
  }
  #price_fix.active img{
    opacity: 0;
  }
}

/*-------------------------------------------
    Product
-------------------------------------------*/
/*ページリンク ヘッダーに隠れないように位置調整*/
#product-home-router{
  padding-top: 2vh;
  margin-top: -2vh;
}

/*スライドショー(WiMAX用)*/
div.image-slider-wrapper{
  width: 100%;
  height: 415px;
  margin-top: 30px;
  border-radius: 0;
}
div.image-slider-white-bg{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #E3E3E3;
  border-radius: 0;
}
div.swiper-slide > div{
  display: flex;
  flex-direction: column;
}
div.swiper-slide .swiper-annotation{
  margin: 1em auto;
  width: 75%;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 40px;
}
div.swiper-slide .swiper-annotation-X11{
  margin-top: 20px;
}
div.swiper-slide .swiper-annotation-L12{
  width: 96%;
}
div.swiper-slide .swiper-annotation-L11{
  margin-top: 20px;
}
div.swiper-slide .swiper-annotation p{
  text-align: left;
}
div.swiper-slide .swiper-annotation.swiper-annotation-X11 p.X11-all-caution{
  margin-top: 15px;
}
div.device-slider-visual{
  padding: 50px 0;
}
.swiper-button-prev,
.swiper-button-next{
  top: 250px!important;
}
.swiper-button-prev,
.swiper-button-next{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/wimax-triangle.png) no-repeat center center / contain;
}
.swiper-button-prev{
  transform: rotate(-180deg);
}

/* Product new */
.product-sub-title{
  font-size: 3.7rem;
  font-weight: bold;
  text-align: center;
  font-style: italic;
}
.product-router-title{
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 100px;
}
.product-router-title .main-title{
  background-color: #00CBFF;
  color: #FFFFFF;
  padding: 15px 22px;
}
.product-router-title .sub-title{
  margin-left: 29px;
}
.swiper-box-point-flex{
  display: flex;
  margin-top: 10px;
}
div.swiper-slide img.wimax-product-Galaxy{
  width: 80%;
}
div.swiper-slide img.wimax-product-L12{
  width: 46%;
}
div.swiper-slide img.wimax-product-L11{
  width: 61%;
}
.swiper-box-title{
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "Arial","Helvetica","MS Gothic";
}
.swiper-box-title span{
  font-size: 2.5rem;
}
.swiper-box-flex{
  display: flex;
  align-items: flex-end;
}
.swiper-box-feature{
  width: 50%;
}

.swiper-box-feature > .swiper-box-title span.sold-out{
  width: auto;
  padding: 0.25em 0.5em;
  font-size: 1.6rem;
  top: -20px;
  left: 80%;
  transform: translateY(50%);
}

div.swiper-slide .swiper-box-point-flex img{
  width: 95px;
  background-color: #FFF;
  box-sizing: border-box;
  filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  -webkit-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  -moz-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  border-radius: 0.75em;
  margin-right: 3px;
  padding: 15px;
}
.swiper-box-sub-title{
  margin: 10px 0;
  font-size: 1.2rem;
}
.swiper-box-sub-title span{
  vertical-align: sub;
  font-size: 1rem;
}
.swiper-box-tag{
  color: #FFFFFF;
  font-size: 1rem;
}
.swiper-box-tag span.red-box{
  background-color: #FF0000;
  border-radius: 30px;
  padding: 5px 10px;
  margin-right: 5px;
}
.swiper-box-tag span.orange-box{
  background-color: #FF8000;
  border-radius: 30px;
  padding: 5px 10px;
  margin-right: 5px;
}
.swiper-box-tag span.blue-box{
  background-color: #0080C6;
  border-radius: 30px;
  padding: 5px 10px;
}
.swiper-box-img{
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 50%;
}

.swiper-box-img > span.sold-out{
  top: 35%;
  left: 23%;
}

.swiper-box-img > span.sold-out.L11{
  top: 35%;
  left: 31%;
}

.swiper-box-img > span.sold-out.Galaxy,
.swiper-box-img > span.sold-out.X11{
  top: 28%;
  left: 40%;
}

.swiper-box-caution{
  font-size: 1.1rem;
}

@media screen and (max-width: 767px){
  img.slide-title{
    width: 100%;
    margin-top: 50px;
  }

  /*スライドショー(WiMAX用)*/
  div.image-slider-wrapper{
    width: 100%;
    height: 580px;
    margin-top: 40px;
    border-radius: 0;
  }
  div.image-slider-white-bg{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #E3E3E3;
    border-radius: 0;
  }
  div.image-slider-wrapper:last-of-type{
    height: 630px;
  }
  div.swiper-slide > div{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  div.swiper-slide .swiper-annotation{
    width: 100%;
    background-color: #E3E3E3;

  }
  div.swiper-slide > div p{
    margin: 0px 8%;
    font-size: 1.2rem;
  }
  div.swiper-slide > div.swiper-box p{
    margin: 0.5em 8%;
  }
  div.device-slider-visual{
    padding: 30px 0 0;
    height: 100%;
  }
  div.swiper-slide img{
    width: 85%;
    margin: auto;
  }
  .swiper-button-prev,
  .swiper-button-next{
    width: 30px !important;
    height: 30px !important;
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/wimax-triangle.png) no-repeat center center / 35%;
  }
  .product-sub-title{
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    line-height: 1.3;
  }
  .product-router-title{
    display: block;
    font-weight: bold;
    margin-top: 20px;
    font-size: 1.8rem;
  }
  .product-router-title .main-title{
    background-color: #00CBFF;
    color: #FFFFFF;
    padding: 10px 0;
    width: 70%;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 auto 15px;
  }
  .product-router-title .sub-title{
    margin: 0;
    text-align: center;
  }
  .swiper-box-flex{
    display: block;
  }
  .swiper-box-img{
    display: block;
    width: 100%;
  }

  .swiper-box-img > span.sold-out{
    width: 45%;
    top: 30%;
    left: 50%;
  }

  .swiper-box-img > span.sold-out.L11{
    top: 30%;
    left: 50%;
  }

  .swiper-box-img > span.sold-out.Galaxy,
  .swiper-box-img > span.sold-out.X11{
    top: 22%;
    left: 50%;
  }

  div.swiper-slide img.wimax-product-Galaxy{
    width: 100%;
    padding: 0 20% 20px;
    box-sizing: border-box;
  }
  
  .swiper-box-feature{
    width: 100%;
  }
  div.swiper-slide > div.swiper-box p.swiper-box-sub-title{
    margin: 10px 0;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 1em 8%;
  }
  div.swiper-slide > div.swiper-box div.title-sold-out p.swiper-box-title{
    margin: 0.5em 0% 0.5em 8%;
  }

  .swiper-box-feature > div.title-sold-out{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
    
  .swiper-box-feature > div.title-sold-out span.sold-out{
    width: 100px;
    position: static;
    padding: 0.25em 0.5em;
    margin: auto;
    font-size: 1.6rem;
    transform: none;
  }

  div.swiper-slide > div p.swiper-box-tag{
    font-size: 1rem;
  }
  .swiper-box-point-flex{
    margin: 25px 8%;
  }
  div.swiper-slide .swiper-box-point-flex img{
    width: 23%;
    background-color: #FFF;
    box-sizing: border-box;
    filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
    -webkit-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
    -moz-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
    border-radius: 0.75em;
    margin: 0 2% 0 0;
    padding: 10px 2%;
  }
  div.swiper-slide > div.swiper-box p.swiper-box-title{
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  div.swiper-slide .swiper-annotation{
    margin: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
  }
  .swiper-button-prev, .swiper-button-next{
    top: 374px!important;
  }
  div.swiper-slide img.wimax-product-L11{
    width: 100%;
    padding: 0 27% 20px;
    box-sizing: border-box;
  }
  div.swiper-slide img.wimax-product-L12{
    width: 100%;
    padding: 0 38% 20px;
    box-sizing: border-box;
  }
  .product-router-title-sp{
    margin-top: 60px;
  }
}

/*-------------------------------------------
    Support
-------------------------------------------*/

.support-back{
  display: block;
  padding: 15px 0;
  background: linear-gradient(90deg, #FFB400, #FFD100);
  margin-top: -5px;
}
#support{
  background: linear-gradient(90deg, #00D5FF, #00C7FF);
}
.popup{
  margin: 3rem auto 0;
  text-align: center;
}
.wimax-support-cancel{
  width: 571px;
}

@media screen and (max-width: 767px){
  #support h2 img{
    width: 80%;
  }
  .popup a img{
    width: 90%;
  }
}

/*ポップアップタイトル文字*/
div.white-content-box-title{
  width: 100%;
  text-align: center;
}
/*ポップアップタイトル文字*/
div.white-content-box-title-notion p{
  font-size: 2.8rem;
  line-height: 1.2em;
  font-weight: bold;
}

div.white-content-box-title-changecompany-notion p{
  font-size: 2.6rem;
}

/*ポップアップの背景を暗くする*/
div.support-notion-black-background,
div.guidance-notion-black-background,
div.wimaxdelay-notion-black-background,
div.weatherdelay-notion-black-background,
div.changecompany-notion-black-background,
div.special2-1-notion-black-background,
div.special2-2-notion-black-background{
  position: fixed;
  background-color: #000000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000000001;
}

/*ポップアップ全体のサイズ*/
div.white-content-box-support-notion,
div.white-content-box-guidance-notion,
div.white-content-box-wimaxdelay-notion,
div.white-content-box-weatherdelay-notion,
div.white-content-box-changecompany-notion,
div.white-content-box-special2-1-notion,
div.white-content-box-special2-2-notion{
  position: fixed;
  max-height: calc(100% - 150px - 35px - 200px);
  max-width: 1100px;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px 0;
  margin: auto;
  z-index: 1000000000002;
  background-color: #F3F3F3;
  overflow: auto;
}

div.white-content-box-support-notion{
  height: calc(100% - 150px - 35px - 200px);
  max-height: initial;
}

/*表示エリア*/
div.white-content-box-support-notion div.white-content-box-inner-support,
div.white-content-box-guidance-notion div.white-content-box-inner-guidance,
div.white-content-box-wimaxdelay-notion div.white-content-box-inner-wimaxdelay,
div.white-content-box-weatherdelay-notion div.white-content-box-inner-weatherdelay,
div.white-content-box-changecompany-notion div.white-content-box-inner-changecompany,
div.white-content-box-special2-1-notion div.white-content-box-inner-special2-1,
div.white-content-box-special2-2-notion div.white-content-box-inner-special2-2{
  width: 85%;
  height: 90%;
  overflow-x: hidden;
  margin: 30px auto 0;
}

div.white-content-box-changecompany-notion div.white-content-box-inner-changecompany{
  height: 50vh;
}

/*ポップアップ閉じるボタン*/
div.support-popup-close-button,
div.guidance-popup-close-button,
div.wimaxdelay-popup-close-button,
div.weatherdelay-popup-close-button,
div.changecompany-popup-close-button,
div.special2-1-popup-close-button,
div.special2-2-popup-close-button{
  width: 35px;
  height: 35px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  background-color: #000000;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
div.support-popup-close-button img,
div.guidance-popup-close-button img,
div.wimaxdelay-popup-close-button img,
div.weatherdelay-popup-close-button img,
div.changecompany-popup-close-button img,
div.special2-1-popup-close-button img,
div.special2-2-popup-close-button img{
  width: 50%;
}

/*ポップアップ内タイトル*/
div.white-content-box-support-notion div.white-content-box-title-notion,
div.white-content-box-guidance-notion div.white-content-box-title-notion,
div.white-content-box-wimaxdelay-notion div.white-content-box-title-notion,
div.white-content-box-weatherdelay-notion div.white-content-box-title-notion,
div.white-content-box-changecompany-notion div.white-content-box-title-notion,
div.white-content-box-special2-1-notion div.white-content-box-title-notion,
div.white-content-box-special2-1-notion div.white-content-box-title-notion{
  padding: 0;
  margin-top: 0;
}

/*お知らせ帯バナー余白調整*/
div.content-box-title p.callcenter-section-title-short.wimax-news-marginadjust,
div.content-box-title h2.callcenter-section-title-short.wimax-news-marginadjust {
  margin: 0px;
}

/* WiMAX問い合わせフォーム（/wimax_support_contact） */
.other-first.wimax-contact.wimax-news {
  padding: 30px 0 40px;
  background-color: #f3f3f3;
}
.other-first.wimax-contact.wimax-news span.required,
.other-first.wimax-contact.wimax-news table.contact-display span.required{
  color: #e6006b;
  border: 1px solid;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 12px;
  margin: 0 5px 0 0;
  font-weight: bold;
  margin-right: 5px;
}
.other-first.wimax-contact.wimax-news table.contact-display span.anynote-mark {
  color: #020202;
  font-weight: normal;
}
.other-first.wimax-contact.wimax-news table.contact-display div.question-mark img {
  right: 465px;
}
.other-first.wimax-contact.wimax-news .attention-remark .entry-rental-device-title {
  margin: 5px auto 10px 245px;
  width: 170px;
  font-size: 1.1rem;
  color: #757575;
  border-bottom: 1px solid #757575;
  position: relative;
  height: 17px;
  padding-top: 5px;
}
.other-first.wimax-contact.wimax-news .attention-remark .entry-rental-device-title .not-address {
  transform: none;
  text-align: left;
}
.other-first.wimax-contact.wimax-news .attention-remark .entry-rental-device-title::after {
  display: block;
  content: '\025bc';
  color: #757575;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding-top: 2px;
}
.other-first.wimax-contact.wimax-news .attention-remark .entry-rental-device-title.transform::after {
  transform: rotate(180deg) translateY(2px);
}
#wimax-contact-form-area .validation-contact-text {
  color: red;
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: bold;
}
#wimax-contact-form-area .disabled {
  opacity: .5;
  pointer-events: none;
}

@media screen and (max-width: 1440px){
  /*ポップアップ全体のサイズ*/
  div.white-content-box-support-notion,
  div.white-content-box-guidance-notion,
  div.white-content-box-wimaxdelay-notion,
  div.white-content-box-weatherdelay-notion,
  div.white-content-box-changecompany-notion,
  div.white-content-box-special2-1-notion,
  div.white-content-box-special2-2-notion{
    top: 50%;
    transform: translateY(-50%);
    margin: 0 5%;
    max-width: 90%;
    height: calc(100% - 50px - 40px - 20vh);
    max-height: initial;
  }

  div.white-content-box-guidance-notion,
  div.white-content-box-wimaxdelay-notion,
  div.white-content-box-weatherdelay-notion,
  div.white-content-box-changecompany-notion,
  div.white-content-box-special2-1-notion,
  div.white-content-box-special2-2-notion{
    height: auto;
    max-height: initial;
  }

  /*表示エリア*/
  div.white-content-box-support-notion div.white-content-box-inner-support,
  div.white-content-box-special2-1-notion div.white-content-box-inner-special2-1,
  div.white-content-box-special2-2-notion div.white-content-box-inner-special2-2{
    width: 75%;
    height: 75%;
    overflow-x: hidden;
  }
  div.white-content-box-guidance-notion div.white-content-box-inner-guidance,
  div.white-content-box-wimaxdelay-notion div.white-content-box-inner-wimaxdelay,
  div.white-content-box-weatherdelay-notion div.white-content-box-inner-weatherdelay,
  div.white-content-box-changecompany-notion div.white-content-box-inner-changecompany {
    height: 50vh;
  }

}

@media screen and (max-width: 767px){
  /*ポップアップタイトル文字*/
  div.white-content-box-title-notion p{
    padding: 0 5%;
    font-size: 2.0rem;
  }

  /*表示エリア*/
  div.white-content-box-support-notion div.white-content-box-inner-support,
  div.white-content-box-guidance-notion div.white-content-box-inner-guidance,
  div.white-content-box-wimaxdelay-notion div.white-content-box-inner-wimaxdelay,
  div.white-content-box-weatherdelay-notion div.white-content-box-inner-weatherdelay,
  div.white-content-box-changecompany-notion div.white-content-box-inner-changecompany,
  div.white-content-box-special2-1-notion div.white-content-box-inner-special2-1,
  div.white-content-box-special2-2-notion div.white-content-box-inner-special2-2{
    width: 90%;
    overflow: scroll;
    height: 85%;
  }

  /*ポップアップ全体のサイズ*/
  div.white-content-box-support-notion,
  div.white-content-box-guidance-notion,
  div.white-content-box-wimaxdelay-notion,
  div.white-content-box-weatherdelay-notion,
  div.white-content-box-changecompany-notion,
  div.white-content-box-special2-1-notion,
  div.white-content-box-special2-2-notion{
    margin: 0 5%;
    height: 75%;
    max-height: initial;
  }

  /*お知らせ帯バナー余白調整*/
  section.other-first.wimax-news-marginadjust{
    padding: 0 0 30px;
  }

  /* WiMAX問い合わせフォーム（/wimax_support_contact） */
  .other-first.wimax-contact div.content-box-title h1 p {
    text-align: center;
  }
  .other-first.wimax-contact div.callcenter-caution-title {
    justify-content: center;
  }
  .other-first.wimax-contact div.callcenter-caution-explanation-center p {
    text-align: center;
    font-weight: bold;
  }
  .other-first.wimax-contact .wimax-faq div.faq-nav-icons {
    margin-top: 20px;
  }
  .other-first.wimax-contact.wimax-news {
    padding: 20px 0 0;
  }
  .other-first.wimax-contact.wimax-news table.contact-display div.question-mark img {
    left: 190px;
  }
  .other-first.wimax-contact.wimax-news .attention-remark .entry-rental-device-title {
    margin-left: 0;
    height: 18px;
  }

}

/*-------------------------------------------
    Option
-------------------------------------------*/
#option{
  background-color: #EBEBEB;
}
#option .merit .device-more{
  width: 48%;
}
.option-title-area{
  position: relative;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/wimax-two-month-free.svg) no-repeat bottom right 80px;
  background-size: 170px;
}
.option-sub-title{
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  font-style: italic;
}
.option-sub-title-under{
  font-size: 2.2rem;
  display: block;
  margin: 35px auto 0;
  width: 43%;
  line-height: 1.9;
  font-weight: bold;
  padding-bottom: 35px;
}
.option-sub-title-under span{
  border-bottom: 5px solid red;
}
.option-info1 table,
.option-info1 table th,
.option-info1 table td{
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  margin: 30px 20px 0;
}
.option-info1 table,
.option-info1 table th{
  border-left: none;
  padding-left: 0;
}
.option-info1 table,
.option-info1 table td{
  border-right: none;
  padding-right: 0;
}
.option-info1 table th{
  width: 16.5%;
}
.option-info2{
  margin: 30px 20px 0;
}
.option-info2 p{
  font-size: 1.2rem;
  line-height: 1.4;
}
.option-info2-point-top,
.option-info2-point-bottom{
  display: flex;
  justify-content: space-between;
}
.option-info2-point-top div,
.option-info2-point-bottom div{
  background-color: #EBEBEB;
  width: 31%;
  border-radius: 10px;
  padding: 13px;
  box-sizing: border-box;
}
.option-info2-point-top div p,
.option-info2-point-bottom div p{
  font-weight: bold;
  text-align: center;
}
.option-info2-point-top div img,
.option-info2-point-bottom div img{
  width: auto;
  height: 35px;
  margin: 0 auto;
  display: block;
}
.option-info2-point-top{
  margin-top: 30px;
}
.option-info2-point-bottom{
  margin-top: 15px;
}
.merit .device-more .btn_box02 a{
  width: 250px;
}
.option-box{
  background: #FFFFFF;
  border-radius: 20px;
  filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
}
.option-box .option-title{
  width: 100%;
  height: 210px;
  display: block;
  position: relative;
  font-size: 3rem;
  margin-top: -1rem;
  font-weight: bold;
  letter-spacing: 0.03rem;
  background: rgb(255,221,3);
  background: linear-gradient(357deg, rgba(255,221,3,0) 50%, rgba(255,221,3,1) 50.7%, rgba(255,221,3,1) 100%);
  background-size: cover;
  border-radius: 20px 20px 0 0;
}
.option-box .option-title p{
  display: block;
  text-align: center;
  padding: 25px 0;
  line-height: 1em;
}
.option-box:first-of-type .option-title p{
  padding: 45px 0;
}
#option .merit .device-more > img{
  filter: none;
  margin-top: -70px;
  width: 90%;
  z-index: 3;
}
#option1,
#option2{
  margin: 0;
  transform: translateY(50%);
  cursor: pointer;
}
#special1{
  cursor: pointer;
}

.option-info1 img,
.option-info2 img{
  width: 90%;
  padding: 5% 5% 0;
}
.btn_box02 a.open::after{
  content: "▲";
}

@media screen and (max-width: 767px){
  #option .merit.device{
    flex-direction: column;
    margin-bottom: 30px;
  }
  #option .merit .device-more{
    width: 100%;
  }
  #option .merit .device-more:first-of-type{
    margin-bottom: 70px;
  }
  .option-box:first-of-type .option-title p{
    padding: 30px 0;
    font-size: 2.4rem;
  }
  .option-box .option-title{
    height: 160px;
    font-size: 2.2rem;
  }
  #option .merit .device-more > img{
    margin-top: -60px;
  }
  .option-sub-title{
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .option-sub-title-under{
    font-size: 1.4rem;
    margin: 20px auto 0;
    width: 100%;
    padding-bottom: 20px;
  }
  .option-title-area{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/wimax-two-month-free.svg) no-repeat bottom 9% right;
    background-size: 23%;
  }
  .option-info1 table, .option-info1 table th, .option-info1 table td{
    padding: 2%;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 20px 5% 0;
  }
  .option-info1 table th{
    width: 22%;
  }
  .option-info2 p{
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .option-info2-point-top{
    margin-top: 20px;
  }
  .option-info2-point-top div, .option-info2-point-bottom div{
    padding: 5px;
  }
  .option-info2-point-top div p, .option-info2-point-bottom div p{
    font-size: 1rem;
  }
}

/*-------------------------------------------
    Special area
-------------------------------------------*/
#special-area{
  background: #fffbcc;
}

#special-area img{
  filter: drop-shadow(0px 4px 4px rgb(0,0,0,20%));
}

/*-------------------------------------------
    Faq(WiMAX用)
-------------------------------------------*/
#faq{
  background-color: #FFFFFF;
}
.device-faq-box{
  width: 40%;
  border: 2px solid #e6006b;
  padding: 1rem 0;
  background: #FFFFFF;
  margin: 0 0 30px auto;
  position: relative;
}
.device-faq-box::after{
  content: "▶";
  font-size: 1.5rem;
  color: #e6006b;
  line-height: 0;
  position: absolute;
  right: 35px;
  top: 50%;
  width: auto;
  background: none;
  transition: .3s all;
}
.device-faq-link{
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.faq-nav-icons-title-1{
  font-size: 2rem;
  font-weight: bold;
}
.faq-nav-icons-title-2{
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
}
.faq-nav-icons{
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}
.faq-nav-icons-device{
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}
.faq-nav-icons-first{
  padding: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}
.faq-nav-icons-last,
.faq-nav-icons-last-2{
  padding: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
  width: 100%;
}
.faq-nav-icons.top-faq-v2-categories{
  display: block;
}
div.faq-nav-icon-box{
  width: 18%;
  margin: 0;
}
div.faq-nav-icon-box-device{
  width: 23%;
  margin: 0;
}
div.nav-icon-box-margin{
  margin-right: 24.51px;
}

div.faq-nav-icons div.nav-box,
div.faq-nav-icons-device div.nav-box{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow03_t.png) no-repeat center 55px #FFF;
  background-size: 14px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  border-radius: 12px;
  height: 73px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 0 15px;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  transition: .7s all;
  margin-bottom: 20px;
}

div.faq-nav-icons-first div.nav-box,
div.faq-nav-icons-last div.nav-box,
div.faq-nav-icons-last-2 div.nav-box{
  background: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  border-radius: 0;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  transition: .7s all;
  margin-bottom: 20px;
}

div.faq-nav-icons div.nav-box:hover,
div.faq-nav-icons div.faq-nav-icon-box.faq-category-box-selected div.nav-box{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow03_t.png) no-repeat center 55px #FFEB00;
  background-size: 14px;
  transform: translateY(5px);
  cursor: pointer;
}

div.faq-nav-icons-first div.nav-box:hover,
div.faq-nav-icons-first div.faq-nav-icon-box.faq-category-box-selected div.nav-box,
div.faq-nav-icons-last div.nav-box:hover,
div.faq-nav-icons-last div.faq-nav-icon-box.faq-category-box-selected div.nav-box,
div.faq-nav-icons-last-2 div.nav-box:hover,
div.faq-nav-icons-last-2 div.faq-nav-icon-box.faq-category-box-selected div.nav-box{
  background: #FFEB00;
  transform: translateY(5px);
  cursor: pointer;
}

div.faq-nav-icons-device div.nav-box:hover,
div.faq-nav-icons-device div.faq-nav-icon-box.faq-category-box-selected div.nav-box,
div.faq-nav-icons-device div.faq-nav-icon-box-device.faq-category-box-selected div.nav-box{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow03_t_wh.png) no-repeat center 55px #00AEFF;
  background-size: 14px;
  transform: translateY(5px);
  cursor: pointer;
  color: #FFFFFF;
}


.wimax-faq div.content-box-title h1 p {
  font-weight: bold;
  margin-bottom: 30px;
}
.wimax-faq div.content-box-title p {
  font-size: 3.8rem;
  line-height: 40px;
  text-align: center;
  margin-bottom: 26px;
}
.wimax-faq .content-box.white-content-box-faq-v2 {
  padding-top: 30px;
  margin-top: -30px;
}
.wimax-faq div.faq-category-title p {
  margin: 60px 0 30px;
}


/*FAQコンテンツ出しわける*/
div.white-content-box-faq-v2.inactive,
div.white-content-box-faq-device.inactive{
  display: none;
}
div.white-content-box-faq-v2.active,
div.white-content-box-faq-device.active{
  display: "block";
  animation: show 1s linear 0s;
}

@keyframes show{
  from{
      opacity: 0;
  }
  to{
      opacity: 1;
  }
}

div.faq-category-title{
  margin: 30px 0 0;
}
div.content-box-title p{
  font-size: 2rem;
  line-height: 0;
  text-align: left;
  margin-bottom: 0;
}
.tab_content{
  text-align: left;
}
.tab_content dl:last-child,
.tab_content dl{
  border: none;
  margin-bottom: 10px;
}
.tab_content dt{
  padding: 20px 20px 20px 60px;
  font-size: 1.6rem;
  background-color: #F7F7F7;
}
.tab_content dd{
  padding: 20px 20px 20px 60px;
  margin: 0;
  background-color: #E5E5E5;
  line-height: 1.7rem;
}
div.tab_content dt span,
.tab_content dd span{
  font-size: 2.5rem;
  font-family: "Montserrat", "Noto Sans JP";
  font-weight: bold;
  color: #00AEFF;
  top: 50%;
  transform: translateY(-50%);
}
.tab_content dd span{
  top: 30px;
}
.tab_content dd p{
  line-height: 1.3;
}
.tab_content dt::after{
  content: "+";
  font-size: 5rem;
  line-height: 0;
  top: 35px;
  right: 30px;
  background: none;
  transition: .2s;
}
.tab_content dt.active::after{
  opacity: 0;
  transform-origin: 50% 50%;
  transform: rotate(45deg) translate(-50%, -50%);
}
.tab_content dd span.red-attention{
  color: red;
  top: initial;
  left: initial;
  transform: none;
  position: relative;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  h2.faq-title{
    margin: 0 0 30px 0;
  }
  .device-faq-link{
    font-size: 1.4rem;
  }
  .device-faq-box{
    width: 90%;
    border: 2px solid #e6006b;
    padding: 1rem 0;
    background: #FFFFFF;
    margin: 0 auto 35px;
    position: relative;
  }
  .device-faq-box::after{
    content: "▶";
    font-size: 1.5rem;
    color: #e6006b;
    line-height: 0;
    position: absolute;
    right: 5%;
    top: 50%;
    width: auto;
    background: none;
    transition: .3s all;
  }
  .faq-nav-icons-title-1{
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 0 20px;
  }
  .faq-nav-icons-title-2{
    font-size: 2rem;
    font-weight: bold;
    margin: 30px 0 20px;
  }
  .faq-nav-icons{
    padding: 0;
    justify-content: space-around;
  }
  .faq-nav-icons-device{
    padding: 0;
  }
  .faq-nav-icons-first{
    padding: 0;
    justify-content: space-around;
  }
  .faq-nav-icons-last{
    padding: 0;
    justify-content: space-around;
  }
  .faq-nav-icons-last-2{
    padding: 0;
  }
  div.faq-nav-icon-box{
    width: 32%;
    font-size: 1.1rem;
  }
  div.nav-icon-box-margin{
    margin-right: unset;
  }
  div.nav-icon-box-margin-sp{
    margin: 0 4px 0 2px;
  }
  div.faq-nav-icon-box-device{
    width: 48%;
    font-size: 1.1rem;
  }
  #faq h2 img{
    width: 65%;
  }
  div.faq-category-title h2{
    margin: 0 0 10px 0;
  }
  .tab_content dl{
    padding: 0;
  }
  .tab_content dt{
    padding: 10px 2.5em;
    font-size: 1.4rem;
  }
  .tab_content dd{
    padding: 10px 2.5em;
    margin: 0.5em 0 1em;
  }
  div.tab_content dt span,
  .tab_content dd span{
    font-size: 2rem;
    top: 5px;
    line-height: 1.4;
    transform: none;
  }
  .tab_content dd p{
    line-height: 1.4;
    font-size: 1.4rem;

  }
  .tab_content dt::after{
    content: "+";
    font-size: 3.3rem;
    line-height: 0;
    top: 25px;
    right: 0.5em;
    background: none;
    transition: .2s;
  }
  .tab_content dt.active::after{
    opacity: 0;
    transform-origin: 50% 50%;
    transform: rotate(45deg) translate(-50%, -50%);
  }
  div.content-box-title p{
    line-height: 30px;
  }
  .wimax-faq div.content-box-title p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 375px) {
  div.faq-nav-icons div.nav-box,
  div.faq-nav-icons-device div.nav-box {
    font-size: 1.2rem;
  }
}
/*-------------------------------------------
    お知らせ
-------------------------------------------*/

/*一時的にコメントアウト

#news{
  background: #EBEBEB;
}
#news h2{
  text-align: center;
  margin: 0 0 20px 0;
  color: #0080C6;
  font-size: 5rem;
  letter-spacing: 7.5px;
}
#news h3{
  text-align: center;
  color: #FFDD03;
  font-size: 3rem;
  letter-spacing: 2px;
  margin: 0 0 40px 0;
}
.news-box-area{
  max-width: 980px;
  margin: 95px auto;
  border-top: 1px solid #9D9D9D;
}
.news-box{
  font-size: 1.5rem;
  padding: 30px 0;
  border-bottom: 1px solid #9D9D9D;
}
.news-link{
  display: flex;
  align-items: center;
  color: #000000;
}
.news-link:hover .news-title{
  color: #e6006b;
  transition: 0.2s linear;
}
.news-day{
  text-align: left;
  width: 11%;
  padding-right: 1.2%;
}
.news-category-area{
  width: 13%;
}
.news-category{
  background-color: #00AEFF;
  border-radius: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  margin-top: 10px;
}
.news-category.white{
  background-color: #FFFFFF;
  border: 2px solid #00AEFF;
  box-sizing: border-box;
}
.news-category.gray{
  background-color: #646464;
}
.news-category:first-child {
  margin-top: 0;
}
.news-category span{
  color: #FFFFFF;
}
.news-category.white span {
  color: #00AEFF;
}
.news-category.gray span {
  color: #FFFFFF;
}
.each-news-category{
  width: 13%;
  margin-top: 0;
  margin-right: 15px;
}
.each-news-category:last-child{
  margin-right: 0;
}
.news-title{
  width: 76%;
  padding: 0 1.5%;
  word-break: break-all;
}
.news-arrow{
  width: 1%;
}

#news .btn_box02 a::after {
  content: "▶";
  right: 40px;
}

@media screen and (max-width: 767px){
  #news h2{
    margin: 0 0 5px 0;
    font-size: 3rem;
    letter-spacing: 7.5px;
  }
  #news h3{
    font-size: 2rem;
    letter-spacing: 2px;
    margin: 0px 0 25px 0;
  }
  .news-box-area{
    margin: 30px auto;
  }
  .news-box{
    padding: 20px 0;
  }
  .news-link{
    display: block;
    position: relative;
  }
  .news-sp-top,
  .news-sp-bottom{
    display: flex;
    align-items: center;
  }
  .news-sp-bottom{
    margin-top: 15px;
  }
  .news-day{
    width: 30%;
  }
  .news-category-area {
    width: 40%;
  }
  .news-category{
    width: 100%;
    margin-right: 15px;
  }
  .news-category:last-child {
    margin-right: 0;
  }
  .each-news-category{
    width: 40%;
    margin-right: 4%;
  }
  .news-title{
    width: 90%;
    padding-left: 0;
  }
  .news-arrow{
    width: 2%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  #news .btn_box02 a::after {
    right: 20px;
  }
}

*/


#news {
  background: #EBEBEB;
}
#news h2{
text-align: center;
margin: 0 0 20px 0;
color: #0080C6;
font-size: 5rem;
letter-spacing: 7.5px;
}
#news h3{
text-align: center;
color: #FFDD03;
font-size: 3rem;
letter-spacing: 2px;
margin: 0 0 40px 0;
}
#news .news-area {
  background-color: #FFF;
  padding: 0 15px 0 30px;
  box-sizing: border-box;
  height: 400px;
  overflow-y: scroll;
}
#news ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#news .news-area dt {
  margin: 30px 0 15px;
}
#news .news-area dt span {
  display: inline-block;
  border: 2px solid #00AEFF;
  margin-left: 30px;
  padding: 5px;
}
#news .news-area dd {
  line-height: 1.8rem;
  padding: 15px 0 30px 30px;
  border-bottom: 0.5px solid #505050;
}
#news .news-area dd strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#news .news-area dd a{
  text-decoration: none;
}
#news .news-area dd ul{
  margin-top: 5px;
}
#news .news-area dd ul li{
  list-style-type: disc;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
  #news h2{
    margin: 0 0 5px 0;
    font-size: 3rem;
    letter-spacing: 7.5px;
  }
  #news h3{
    font-size: 2rem;
    letter-spacing: 2px;
    margin: 0px 0 25px 0;
  }
  #news .news-area dd {
    padding: 15px 0 30px 0;
  }
  #news .news-area dd ul li{
    list-style-type: disc;
    margin: 0 0 7px 20px;
  }
  h2.faq-title{
    margin: 0 0 30px 0;
  }
  .device-faq-link{
    font-size: 1.4rem;
  }
  .device-faq-box{
    width: 90%;
    border: 2px solid #e6006b;
    padding: 1rem 0;
    background: #FFFFFF;
    margin: 0 auto 35px;
    position: relative;
  }
  .device-faq-box::after{
    content: "▶";
    font-size: 1.5rem;
    color: #e6006b;
    line-height: 0;
    position: absolute;
    right: 5%;
    top: 50%;
    width: auto;
    background: none;
    transition: .3s all;
  }
  .faq-nav-icons-title-1{
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 0 20px;
  }
  .faq-nav-icons-title-2{
    font-size: 2rem;
    font-weight: bold;
    margin: 30px 0 20px;
  }
  .faq-nav-icons{
    padding: 0;
    justify-content: space-around;
  }
  .faq-nav-icons-device{
    padding: 0;
  }
  .faq-nav-icons-first{
    padding: 0;
    justify-content: space-around;
  }
  .faq-nav-icons-last{
    padding: 0;
    justify-content: space-around;
  }
  .faq-nav-icons-last-2{
    padding: 0;
  }
  div.faq-nav-icon-box{
    width: 32%;
    font-size: 1.1rem;
  }
  div.nav-icon-box-margin{
    margin-right: unset;
  }
  div.nav-icon-box-margin-sp{
    margin: 0 4px 0 2px;
  }
  div.faq-nav-icon-box-device{
    width: 48%;
    font-size: 1.1rem;
  }
  #faq h2 img{
    width: 65%;
  }
  div.faq-category-title h2{
    margin: 0 0 10px 0;
  }
  .tab_content dl{
    padding: 0;
  }
  .tab_content dt{
    padding: 10px 2.5em;
    font-size: 1.4rem;
  }
  .tab_content dd{
    padding: 10px 2.5em;
    margin: 0.5em 0 1em;
  }
  div.tab_content dt span,
  .tab_content dd span{
    font-size: 2rem;
    top: 5px;
    line-height: 1.4;
    transform: none;
  }
  .tab_content dd p{
    line-height: 1.4;
    font-size: 1.4rem;

  }
  .tab_content dt::after{
    content: "+";
    font-size: 3.3rem;
    line-height: 0;
    top: 25px;
    right: 0.5em;
    background: none;
    transition: .2s;
  }
  .tab_content dt.active::after{
    opacity: 0;
    transform-origin: 50% 50%;
    transform: rotate(45deg) translate(-50%, -50%);
  }
  div.content-box-title p{
    line-height: 30px;
  }
}


/*-------------------------------------------
    お知らせ 各ページ
-------------------------------------------*/

/*一時的にコメントアウト

#news_list div.each-news-top{
  margin-top: 0;
}
.each-news-sub-title{
  display: flex;
  font-size: 1.5rem;
  align-items: center;
  margin-bottom: 20px;
}
div.content-box-title h1.each-news-title p{
  text-align: left;
  font-size: 3rem;
  margin-bottom: 50px;
  line-height: 40px;
}
.each-news-text{
  margin-bottom: 90px;
}
.content-box-title .each-news-text p{
  text-align: left;
  font-size: 1.5rem;
  margin: 0;
  line-height: 40px;
}
.content-box-title .each-news-text p a{
  text-decoration: underline;
}
div.news-form-back-button{
  background-color: #000;
  width: 250px;
  display: block;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.02em;
  position: relative;
  text-align: center;
  transition: .3s all;
  cursor: pointer;
}
div.news-form-back-button::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background: #1E1E1E;
}
div.news-form-back-button span{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/okawari-back-button-arrow.svg) no-repeat 25px center;
  background-size: 8px;
  display: block;
  padding: 25px 0 25px 60px;
  position: relative;
  z-index: 10;
  font-size: 1.5rem;
  line-height: 2.0rem;
}
div.content-box-title p.each-news-bottom{
  text-align: center;
}

@media screen and (max-width: 767px){
  .each-news-inner{
    padding: 45px 4vw 50px;
  }
  #news_list div.white-content-box-title {
    padding-top: 0;
    margin-top: 0;
  }
  div.content-box-title h1.each-news-title p{
    font-size: 2.5rem;
    margin-bottom: 35px;
    line-height: 1.5em;
  }
  .each-news-text{
    margin-bottom: 45px;
  }
  div.news-form-back-button span{
    text-align: center;
  }
  .each-news-sub-title{
    font-size: 1.4rem;
  }
  .content-box-title .each-news-text p{
    font-size: 1.4rem;
    line-height: 1.5em;
  }
}

*/

/*-------------------------------------------
    Faq(端末別)(WiMAX用)
-------------------------------------------*/
table.faq-table-w06{
  border-collapse: collapse;
}
table.faq-table-w06 th,table.faq-table-w06 td{
  padding: 5px 15px;
  border: 1px solid #000;
}
.faq-lamp-icon{
  width: 25px;
  margin-right: 5px;
}
#device_faq .tab_content dt,
#device_faq .tab_content dd{
  line-height: 1.5;
  overflow-wrap: break-word;
}
.wimax-trouble-shooting-link{
  margin-top: 40px;
}
.wimax-trouble-shooting-link .btn_box02 a{
  text-indent: 0em;
  padding-right: 1em;
  box-sizing: border-box;
  line-height: 1.5;
  width: 340px;
  font-size: 1.6rem;
}
.wimax-trouble-shooting-link .btn_box02 a span{
  padding: 20px 0px;
}
.wimax-trouble-shooting-link .btn_box02 a::after{
  content: "▶";
  right: 35px;
}

@media screen and (max-width: 767px){
  table.faq-table-w06 th, table.faq-table-w06 td{
    padding: 1%;
    border: 1px solid #000;
  }
  table.faq-table-w06 th{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright
  }
  .wimax-trouble-shooting-link{
    margin-top: 50px;
  }
  .wimax-trouble-shooting-link .btn_box02 a{
    width: 80%;
    font-size: 1.4rem;
  }
}
/*-------------------------------------------
   トラブルシューティング(WiMAX用)
-------------------------------------------*/
.trouble-shooting-box{
  background-color: #E3E3E3;
  padding: 50px;
  line-height: 1.4;
}
.TS-device{
  text-align: center;
  font-weight: bold;
  margin-bottom: 45px;
  font-size: 1.8rem;
}
.TS-device-font{
  font-family: "Arial","Helvetica","MS Gothic";
}
.trouble-shooting-Q-mark,
.trouble-shooting-A-mark{
  font-size: 2.5rem;
  font-family: "Montserrat", "Noto Sans JP";
  font-weight: bold;
  color: #00AEFF;
}
.trouble-shooting-Q-mark{
  margin-right: 10px;
}
.trouble-shooting-Q-box{
  width: 50%;
  margin: 0 auto 20px;
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
.trouble-shooting-A-box{
  width: 50%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
#trouble-shooting-text{
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
#trouble_shooting_A{
  text-align: center;
}
#trouble_shooting_A p{
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px;
  cursor: pointer;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  text-align: left;
}
#trouble_shooting_A p:hover{
  transform: translateY(5px);
  transition: .7s all;
}
#trouble_shooting_A p:last-child{
  margin-bottom: 0;
}
.S-box{
  display: block;
  text-align: left;
  margin: 20px 20px 0;
}
.S-box-link{
  display: block;
  text-align: left;
  margin: 20px 20px 0;
  text-align: center;
  font-size: 1.5rem;
}
.trouble-shooting-box .return-box{
  text-align: center;
  padding: 15px;
  border: 1px solid #000;
  width: 200px;
  margin: 45px auto 0;
  background-color: #000000;
  color: #FFFFFF;
  cursor: pointer;
}

@media screen and (max-width: 767px){
  .trouble-shooting-box{
    padding: 30px;
  }
  .TS-device{
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .trouble-shooting-Q-box{
    width: 100%;
    margin: 0 auto 15px;
  }
  .trouble-shooting-A-box{
    width: 100%;
  }
  .trouble-shooting-Q-mark,
  .trouble-shooting-A-mark{
    font-size: 2rem;
  }
  #trouble-shooting-text{
    margin-bottom: 15px;
  }
}

/*-------------------------------------------
    Special2
-------------------------------------------*/
/*au UQ割引ポップアップ*/
#special2-footer{
  background-color: #e9e9e9;
}

#special2-footer .special2{
  margin-top: 0;
}

@media screen and (max-width:767px){
  #special2-footer h2.blue-title{
    letter-spacing: 3.5px;
  }
  #special2-footer .special2{
    margin-top: 0;
  }
  
  .special2 img:first-child{
    margin-bottom: 0;
  }
  .special2 a:first-of-type img{
    margin: 25px 0;
  }
}
/*-------------------------------------------
    Cv
-------------------------------------------*/
/*-------------------------------------------
    Cv
-------------------------------------------*/
#cv {
  background-color: #0B3180;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}
#cv .inner{
  max-width: 980px;
  padding: 0;
  margin: 0 auto;
}
#cv div a::after{
  content: none;
}
#cv .cr-cv {
  display: flex;
}
#cv .cr-cv img {
  width: 80px;
}
#cv .cr-cv .cv-logo {
  margin: auto;
}
#cv .cr-cv .cr-cv-headline {
  display: flex;
}
#cv .cr-cv .cv-guid {
  margin: auto;
}
#cv .cr-cv .cv-guid p {
  font-size: 1.5em;
  color: #FFFFFF;
  margin: 0 100px 0 30px;
  font-weight: bold;
}
#cv .cr-cv .cv-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#cv .cr-cv .cv-button a {
  font-size: 1.5em;
  background-color: #e6006b;
  border-radius: 10px;
  color: #FFFFFF;
  width: 300px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cv .cr-cv .cv-button a span {
  font-weight: bold;
}

#cv .cr-cv .cv-button a::after {
  position: absolute;
  content: "";
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow-white.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 10%;
  height: 25%;
  top: 25px;
  right: 60px;
}

#cv .cr-cv .cv-button a:hover  {
  background-color: #000000;
  color: #FFFFFF;
  transition: .3s all;
}

#cv .cr-cv .cv-button a:hover:after {
  content: "";
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow-white.svg) no-repeat;
}


@media screen and (max-width:767px){
  #cv {
    height: 180px;
    box-shadow: none;
    padding: 20px 0 10px 0;
  }
  #cv dl,
  #cv dl.cr-cv {
    width: 90%;
    align-items: center;
    margin: 15px auto;
  }
  #cv .cr-cv {
    margin: -10px 20px 20px 20px;
    flex-direction: column;
  }
  #cv dl dt h3 div p:last-child{
    margin-left: 0;
  }
  #cv .cr-cv .cv-logo img {
    width: 60px;
  }
  #cv .cr-cv .cr-cv-headline {
    display: flex;
    margin: 20px auto;
  }
  #cv .cr-cv .cv-guid p {
    font-size: 1.5em;
    margin: 0 0 0 15px;
    line-height: 1.3;
  }
  #cv .cr-cv .cv-button a {
    height: 60px;
  }
  #cv .cr-cv .cv-button a::after {
    position: absolute;
    content: "";
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow-white.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 10%;
    height: 25%;
    top: 22px;
    right: 60px;
  }
}
#cv dl::after{
  content: none;
}
/*-------------------------------------------
    Footer
-------------------------------------------*/
footer.footer-menu{
  padding: 0;
}
footer #copy{
  margin: auto 0 0 0;
  background: #2C2C2C;
  margin-left: auto;
  line-height: 4;
  padding: 0;
  text-align: right; 
}
footer:not(.exclusion) .ft_logo {
  width: 260px;
}
footer:not(.exclusion).footer-menu .ft_nav {
  position: relative;
  margin: 40px 0 0;
  width: 75%;
}
footer .inner {
  padding: 40px 0;
}
footer:not(.exclusion).footer-menu div.ft_nav ul li a,
footer #copy span {
  line-height: 2.3;
}
footer .ft_logo img {
  max-width: 100%;
}
footer .ft_nav li {
  color: #fff;
}
footer .ft_nav ul.nest-list li {
  line-height: 2.3;
}
footer:not(.exclusion) .ft_nav ul.nest-list li a {
  margin: 0;
}
footer:not(.exclusion) .ft_nav ul.nest-list li a + a {
  margin: 0 0 0 1.5em;
}
footer:not(.exclusion).footer-menu .privacy-mark {
  bottom: -26px;
  right: -90px;
  padding: 0;
  transform: none;
}
@media screen and (max-width: 767px){
  footer .inner{
    padding: 0;
  }
  footer.footer-menu{
    padding: 45px 0 0;
  }
  footer:not(.exclusion) ul.sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 5px;
  }
  footer:not(.exclusion) ul:not(.nest-list) li {
    width: calc(100% / 2 - 5px);
  }
  footer .ft_nav ul:nth-of-type(1) li {
    width: 100%;
    text-align: left;
    border: none;
  }
  footer .ft_logo {
    width: 100%;
    margin: 0;
  }
  footer .ft_nav {
    width: 100%;
    padding: 0 12%;
  }
  footer:not(.exclusion).footer-menu div.ft_nav ul li a {
    font-size: 1.2rem;
    line-height: 1;
  }
  footer #copy {
    padding: 0 0 20px;
    text-align: center;
  }
  footer .ft_logo img {
    max-width: 60%;
  }
  footer .ft_nav li a, footer #copy span {
    line-height: 0.5;
  }
  footer .ft_nav ul:nth-of-type(2) li a {
    padding: 10px 0;
    line-height: 0.5;
  }
  footer .ft_nav ul.nest-list li {
    padding: 0;
    line-height: 1;
  }
  footer .ft_nav ul.nest-list li a {
    margin: 0;
  }
  footer:not(.exclusion) .ft_nav ul.nest-list {
    margin-top: 20px;
  }
  footer:not(.exclusion) .ft_nav ul.nest-list li:nth-of-type(2) {
    margin-top: 5px;
    line-height: 2.3;
  }
  footer:not(.exclusion).footer-menu .privacy-mark {
    bottom: 12px;
    right: 20px;
    transform: none;
  }
}

/*-------------------------------------------
    Terms
-------------------------------------------*/
.terms-content-box {
  margin-top: 70px;
}
.terms-content-box:last-of-type{
  margin:50px 0 30px;
}
.terms-content-box > h2.blue-title{
  color: #000000;
  letter-spacing: 0;
  font-size: 3.8rem;
  margin-bottom: 26px;
  line-height: 25px;
}
h2.blue-title.old-terms{
  margin: 1.2em 0 40px;
}

span.terms-title{
  color: #000000;
  margin-top: 40px;
}
div.content-box-title p.terms-title{
  font-size: 3.8rem;
  line-height: 40px;
  text-align: center;
  margin-bottom: 26px;
  line-height: 25px;
}

.white-content-box-terms{
  width: 450px;
  margin:0 auto;
  padding:0;
  text-align: center;
}

ul.white-content-box-terms.terms-pdf-center{
  width: auto;
  text-align: left;
  display: inline-block;
}

ul.white-content-box-terms li:before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 25px;
  margin:0 10px;
  background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/pdf-icon2.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

ul.white-content-box-terms a{
  color:#0044CC;
  display: inline-block;
  text-align: left;
}

ul.white-content-box-terms a:hover{
  text-decoration: underline;
  color: #6a9afc;
}

span.terms-attention{
  color: #444444;
  font-size: 1.5rem;
  letter-spacing: 0;
}

ul.white-content-box-terms li{
  list-style: none;
  padding: 4px 0;
  display: table;
}

ul.white-content-box-terms.terms-pdf-center li{
  text-align: justify;
  text-align-last: unset;
  text-justify: inter-character;
  text-indent: 0em;
}

.terms-body{
  display: none;
  margin-bottom:40px;
}

.last-terms{
  margin-bottom:0px;
}
.terms-btn.show{
  background-color:#646464;
  color:#FFFFFF;
}
.wimax-terms-btn.show {
  background-color: #000000;
}
div.terms-btn{
  text-align: center;
  position: relative;
  background-color: #00AEFF;
  color: #FFFFFF;
  padding: 15px 0;
  margin-top:20px;
  cursor: pointer;
  font-size:1.5rem;
}
div.terms-btn:hover,
div.close-btn:hover{
  opacity:0.5;
}

div.close-btn{
  width:20%;
  text-align: center;
  background-color:#646464;
  color:white;
  padding: 10px 0;
  margin:10px 0 0 auto;
  position: relative;
  padding-left:5px;
  cursor:pointer;
  font-size:1.2rem;
}

div.close-btn img{
  width: 11px;
  margin: 0 5px;
}
.terms-btn::after {
  content: "";
  position: absolute;
  top: 34%;
  transform: scale(1,-1);
  right: 40%;
  width: 11px;
  height: 11px;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/faq-arrow-open.svg) no-repeat;
}

.terms-btn.show::after {
  background:url(https://d1q08lkutgkcx2.cloudfront.net/image/terms-arrow-close.svg) no-repeat;
  transform: unset;
  top: 41%;
}

div.terms-first-btn{
  margin-top:35px;
}

div.white-content-box-inner.terms{
  margin: 12px auto 0;
}

@media screen and (max-width: 767px) {
  .center-wrapper {
    padding-top: 35px;
  }
  .terms-content-box {
    margin-top: 50px;
  }
  .inner.terms {
    padding: 0 7vw 50px;
  }
  .terms-content-box > h2.blue-title{
    font-size: 2.6rem;
    text-align: left;
  }
  h2.blue-title.old-terms{
    margin: 1.2em 0 0;
  }
  div.content-box-title p.terms-title{
    font-size: 2.6rem;
    text-align: left;
  }
  div.white-content-box-inner.terms{
    margin: 5px auto 12px;
  }

  .white-content-box-terms{
    width: 100%;
    margin: 0;
  }

  ul.white-content-box-terms li{
    padding: 5px 0;
    font-size: 1.2rem;
    text-indent: -4rem;
    line-height: 0.2rem;
    display: block;
    text-align: left;
  }

  div.inner > div.terms > ul.white-content-box-terms li{
    margin-left: 8vw;
  }

  ul.white-content-box-terms.terms-pdf-center li{
    text-align: left;
    text-align-last: left;
    text-justify: none;
    line-height: 1.4em;
  }

  ul.white-content-box-terms a{
    display: inline;
    line-height: 2rem;
  }

  .terms-content-box:last-of-type li::before{
    margin:20px 12px 0 25px;
  }

  div.terms li:before{
    width: 20px;
    height: 20px;
    margin: 0 5px 0 10px;
  }

  div.close-btn{
    width:25%;
  }

  span.terms-attention{
    font-size: 1.2rem;
    padding-left:5px;
  }

  .terms-btn::after{
    right: 35%;
  }
  .wimax-terms-btn::after {
    right: 32%;
  }
  div.terms-first-btn{
    margin-top:15px;
  }

  .terms-content-box:last-of-type{
    margin:40px 0 0;
  }

  div.terms-btn:hover{
    opacity:1;
  }
}

@media screen and (max-width: 320px) {
  ul.white-content-box-terms li:before {
    margin:0 5px 0 40px;
  }

  .terms-content-box:last-of-type li::before{
    margin: 20px 5px 0 70px;
  }

  .terms-content-box:last-of-type li{
    text-indent:-8.5rem;
    margin-left:20px;
  }

  span.terms-attention {
    padding-left:0;
  }

  div.terms li::before{
    width:15px;
    height:15px;
  }
}
/*-------------------------------------------
    共有
-------------------------------------------*/

/*パンくずリスト*/
.breadcrumbs{
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 15px;
}
@media screen and (min-width: 767px){
  .sp{
    display: none;
  }
}

@media screen and (max-width: 767px){
  .pc{
    display: none;
  }
  .breadcrumbs{
    padding: 15px 4vw 0;
  }
}

/* 20230313修正 */
.wimax-contact > .content-box-inner.wimax-faq,
div.content-box-inner.wimax-faq {
  max-width: 980px;
}
.wimax-contact div.content-box-title p {
  text-align: center;
  line-height: 1em;
}
.wimax-faq div.faq-nav-icons {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .wimax-faq div.faq-category-box {
    width: 32%;
  }
  .wimax-faq div.faq-nav-icons div.nav-box {
    margin: 10px 0;
  }
  .wimax-faq div.faq-nav-icons {
    justify-content: center;
    column-gap: 6px;
  }
}
/* 20230221 /callcenter, /support_contact */
div.content-box-inner.callcenter-caution {
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
}
div.callcenter-caution-title {
  display: flex;
  align-items: center;
}
div.callcenter-caution-title h2 {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.02em;
  position: relative;
  margin: 0 0 0 10px;
}
img.pink-callcenter-notion-icon {
  width: 6rem;
  height: auto;
}
.wimax-contact.category {
  background-color: #f3f3f3;
}
.wimax-contact.chat div.content-box-inner p.callcenter-caution-explanation {
  text-align: center;
}
@media screen and (max-width: 767px) {
  img.pink-callcenter-notion-icon {
    width: 3rem;
  }
  div.callcenter-caution-title h2 {
    font-size: 2.5rem;
    position: unset;
    margin: 5px;
  }
  div.callcenter-box-text {
    margin: 0;
  }
  div.content-box-inner.callcenter-caution {
    margin-top: 30px;
    display: flex;
  }
}
div.callcenter-caution-title p::before {
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.02em;
}
div.callcenter-caution-explanation {
  margin-top: 10px;
}
div.callcenter-caution-explanation-center {
  margin: 10px 0 20px;
}

div.callcenter-caution-explanation-center p {
  letter-spacing: 0.05em;
  text-align: center;
}
span.under-line-blue{
  background: linear-gradient(transparent 66%, #21D0FF 0%);
}
.wimax-contact-complete {
  min-height: calc(100vh - 279.27px);
  box-sizing: border-box;
  z-index: 0;
}
.footer-menu-wimax {
  position: absolute;
  width: 100%;
  z-index: 5;
}
div.explanation-image {
  width: 250px;
  height: auto;
}
div.content-box-title p.callcenter-section-title,
div.content-box-title p.callcenter-section-title-short,
div.content-box-title h2.callcenter-section-title,
div.content-box-title h2.callcenter-section-title-short {
  font-size: 3rem;
  font-weight: bold;
  margin: 80px 0 0 0;
  letter-spacing: 0.1rem;
}

div.content-box-title p.callcenter-section-title-short,
div.content-box-title h2.callcenter-section-title-short {
  margin: 100px 0 0 0;
}
div.content-box-title p.callcenter-section-title-short.contract,
div.content-box-title h2.callcenter-section-title-short.contract {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  div.content-box-title p.callcenter-section-title,
  div.content-box-title p.callcenter-section-title-short,
  div.content-box-title h2.callcenter-section-title,
  div.content-box-title h2.callcenter-section-title-short {
    margin: 60px 0 0 0;
  }

  div.content-box-title p.callcenter-section-title,
  div.content-box-title p.callcenter-section-title-short,
  div.content-box-title p.callcenter-section-title-short.contract,
  div.content-box-title h2.callcenter-section-title,
  div.content-box-title h2.callcenter-section-title-short,
  div.content-box-title h2.callcenter-section-title-short.contract {
    font-size: 2.2rem;
    text-align: center;
  }
  div.explanation-image {
    display: none;
  }
  div.content-box-title p.callcenter-section-title,
  div.content-box-title h2.callcenter-section-title {
    margin: 40px 0 0;
    letter-spacing: 0.1rem;
  }
  div.callcenter-caution-explanation-center {
    margin: 10px 0;
  }
  div.row.login-decoration-row-width{
    margin: 30px 0 50px;
  }
  div.row.btn-wimax-contact-area{
    margin: 30px auto 40px;
    flex-direction: column;
  }
}

header:not(.exclusion) ul li.nav_type01:last-of-type a:first-child img{
  width: 100%;
  margin-bottom: 0px;
}
header.wimax-menu .logo img{
  width: auto;
}
.wimax-contact-body {
  position: relative;
  padding-bottom: 0;
}

div.section-container{
  max-width: 1100px;
}
footer:not(.exclusion) .ft_logo img{
  max-width: 100%;
}
footer:not(.exclusion) #copy {
  background: none;
  text-align: center;
  font-size: 1.1rem;
  color: #FFFFFF;
  position: absolute;
  bottom: -30px;
  right: 0;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  footer:not(.exclusion).footer-menu{
    padding: 0;
  }
  
  footer:not(.exclusion) .ft_nav{
    width: calc(100% - 345px);
  }
}
@media screen and (max-width: 767px) {
  footer:not(.exclusion) .ft_logo img {
    max-width: 60%;
    margin: 0;
  }
  footer:not(.exclusion) #copy {
    font-size: 1rem;
    padding: 20px 8%;
    box-sizing: border-box;
    background: #2C2C2C;
    position: initial;
    width: 100%;
  }
}
/* FAQリンクボックス*/
.faq-list-menu .faq-nav-icon-box{
  width: calc((100% - 60px) / 3);
}
.faq-list-menu.faq-nav-icons{
  justify-content: center;
  gap: 0 20px;
}
.faq-list-menu.faq-nav-icons div.nav-box{
  background: none;
  background-color: #fff;
  padding: 0;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
.faq-list-menu.faq-nav-icons div.nav-box:hover{
  background: none;
  background-color: #8DACE5;
  color: #fff;
  background-size: inherit;
  transform: inherit;
  transition: .3s all;
}
div.faq-nav-icons div.nav-box, div.faq-nav-icons-device div.nav-box{
  background: none;
}
.faq-list-device .device-faq-box{
  width: 25%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
  border: 2px solid #0B3180;
  color: #0B3180;
}
.faq-list-device .device-faq-box::after {
  color: #0B3180;
}
@media screen and (max-width: 767px) {
  .faq-list-menu.faq-nav-icons div.nav-box{
    font-size: 1.26rem;
    letter-spacing: 0.06em;
  }
  .wimax-faq div.faq-category-box{
    width: calc((100% - 15px) / 2);
  }
  .wimax-faq div.faq-nav-icons{
    gap: 15px;
  }
  .wimax-faq div.faq-nav-icons div.nav-box,div.faq-category-box:nth-of-type(4), div.faq-category-box:nth-of-type(5), div.faq-category-box:nth-of-type(6), div.faq-category-box:nth-of-type(7){
    margin: 0;
  }
  .faq-list-device .device-faq-box{
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

/* ヘッダーFAQ改修 start */
.nav_type01:nth-child(4),.nav_type01:nth-child(5){
  box-sizing: border-box;
}
.faq-link-sub {    
  position: absolute;
  flex-direction: column;
  background-color: #0B3180;
  width: 110px;
}
.faq-link-sub li{
  display: none;
  height: 70px;
  border-top: 1px solid #fff;
}
.faq-link-main:hover .faq-link-sub li,
.faq-link-main.hover .faq-link-sub li{
  display: block;
}
.faq-link-sub li:hover,.faq-link-main:hover{
  background-color: rgba(255, 255, 255, 0.3);
}
.faq-link-main > span > a {
  cursor: auto;
}
.faq-link-main > span {
  position: relative;
}
.faq-link-main > span::after {
  display: block;
  content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
  position: absolute;
  bottom: 18px;
  left: -5px;
}
footer:not(.exclusion) .ft_nav li{
  padding-bottom: 0;
}
@media screen and (max-width: 767px){
  div.section-container{
    padding: 0 5%;
  }
  div.content-box-inner{
    margin-top: 0;
  }
  div.white-content-box-form.support-contact {
    padding: 30px 10px;
  }
}
/* ヘッダーFAQ改修 end */

/* FAQカテゴリ改修 start */
/*-------------------------------------------
    Main
-------------------------------------------*/
/* FAQ */
.global-contact > .content-box-inner.global-faq,
div.content-box-inner.global-faq {
  max-width: 980px;
}
.global-faq-inner {
  padding: 40px;
}
div.content-box-inner.global-faq.category {
  background-color: #fff;
  border: #0B3180 5px solid;
  border-radius: 2.5vw;
  margin-bottom: 50px;
}
.global-contact div.content-box-title p {
  text-align: center;
  line-height: 1em;
}
.global-faq div.faq-nav-icons {
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
img.pink-callcenter-notion-icon {
  width: 6rem;
  height: auto;
}
div.callcenter-caution .callcenter-form-icon {
  width: 150px;
}
.global-faq div.faq-nav-icons div.nav-box {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: #1e1e1e;
  padding-bottom: 7px;
  margin-bottom: 0;
  background-position: center 64px;
  height: 80px;
}
.global-faq div.faq-nav-icons div.nav-box:hover{
  background-color: #0B3180;
  color: #FFF;
}
.global-contact-complete div.white-content-box-form {
  height: 40px;
  font-weight: lighter;
}
.main.support .attention-remark .entry-rental-device-title .not-address.global-not-address {
  transform: translateX(0px);
  text-align: left;
}
.main.support .attention-remark .entry-rental-device-title.global-device-title {
  margin: 5px auto 10px 230px;
  color: #757575;
  border-bottom: 1px solid #757575;
}
/* お問い合わせ内容の確認ページ */
.global-contact-confirm .contentbox-bg {
  background-color: #fff;
}
.global-contact-confirm div.white-content-box-form {
  padding: 30px 30px 40px;
}
.disabled {
  opacity: .5;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .global-faq-inner {
    padding: 0;
  }
  div.content-box-inner.global-faq.category {
    border: none;
  }
  div.content-box-inner.global-faq.category {
    background-color: initial;
  }
  .global-faq div.faq-category-box {
    width: calc((100% - 15px) / 2);
    margin: 0;
  }
  .global-faq div.faq-nav-icons div.nav-box {
    font-size: 1.1rem;
    letter-spacing: 0em;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
  }
  .global-faq div.faq-nav-icons {
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
  }
  img.pink-callcenter-notion-icon {
    width: 3rem;
  }
  .global-contact .callcenter-icon {
    margin: 10px 30px 0 0;
  }
  div.callcenter-caution-title p {
    font-size: 2.2rem;
    position: unset;
    margin: 5px;
  }
  div.callcenter-box-text {
    margin: 0;
  }
  div.content-box-inner.callcenter-caution {
    margin-top: 30px;
  }
  .global-contact-complete div.white-content-box-form {
    height: 100%;
  }
  div.section-container{
    padding: 0 4%;
  }
  div.section-chatbot {
    padding-bottom: 60px;
  }
  .main.support .attention-remark .entry-rental-device-title.global-device-title {
    margin-left: 0;
  }
  .global-support-contact table.form-table.contact tr.attention-remark.position-top {
    position: relative;
    top: -12px;
  }
  .global-contact-confirm div.white-content-box-form{
    padding: 5%;
  }
}
div.callcenter-caution-title p::before {
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.02em;
}
div.callcenter-caution-explanation {
  margin-top: 20px;
}
div.callcenter-caution-explanation p {
  text-align: left;
  max-width: 480px;
  margin: auto;
  line-height: 1.5;
}
div.callcenter-caution-explanation-center {
  margin: 10px 0 0;
}
div.callcenter-caution-explanation-center p {
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
span.pink-text {
  color: #e6006b;
}
.global-contact-complete {
  min-height: calc(100vh - 279.27px);
  box-sizing: border-box;
  z-index: 0;
}
div.content-box-title p.callcenter-section-title,
div.content-box-title p.callcenter-section-title-short {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
div.content-box-title p.callcenter-section-title {
  margin: 0;
}
div.content-box-title p.callcenter-section-title-short {
  margin: 100px 0 0 0;
}
div.content-box-title p.callcenter-section-title-short.contract {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.1rem;
}
span.required,
table.contact-display span.required {
  color: #e6006b;
  border: 1px solid;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 12px;
  margin: 0 5px 0 0;
  font-weight: bold;
  margin-right: 5px;
}
table.contact-display span.anynote-mark {
  color: #020202;
  font-weight: normal;
}
span.blank {
  display: inline-block;
  content: '';
  height: 1px;
  width: 5.66px;
}
table.form-table td {
  width: 100%;
}
p.remark-text {
  margin-left: 228px;
}
@media screen and (max-width: 767px) {
  div.content-box-title p.callcenter-section-title,
  div.content-box-title p.callcenter-section-title-short {
    margin: 60px 0 0 0;
  }

  div.content-box-title p.callcenter-section-title,
  div.content-box-title p.callcenter-section-title-short,
  div.content-box-title p.callcenter-section-title-short.contract {
    font-size: 2.2rem;
    text-align: center;
  }
  div.content-box-title p.callcenter-section-title {
    margin: 0;
    letter-spacing: 0.1rem;
  }
  div.callcenter-caution-explanation-center {
    margin: 10px 0 0;
  }
  div.callcenter-caution-explanation-center p {
    font-size: 1.4rem;
  }
  div.row.login-decoration-row-width{
    margin: 30px 0 20px;
  }
  div.row.btn-wimax-contact-area{
    margin: 30px auto 40px;
  }
  p.remark-text {
    margin-left: 0;
  }
}

/* AI FAQ内容毎のヘッダー余白 - start */
#ulfaq.js-qa {
  margin-top: -70px;
}
#faq-chatbot-content .faq-chatbot-body .heading {
  padding-top: 50px;
}
@media (max-width: 767px) {
  #ulfaq.js-qa {
    margin-top: -80px;
  }
  #faq-chatbot-content .faq-chatbot-body .heading {
    padding-top: 35px;
  }
}
/* AI FAQ内容毎のヘッダー余白 - end */

/* AI FAQ | チャットボット - start */
#faq-chatbot-content .content-box-title .text {
  font-size: 2.2rem;
  line-height: 1.5;
}
#faq-chatbot-content .faq-chatbot {
  max-width: 1100px;
  min-height: 100vh;
}
#faq-chatbot-content .faq-chatbot-body .heading {
  text-align: center;
}
#faq-chatbot-content .faq-chatbot-body .heading h2 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
#faq-chatbot-content .faq-chatbot-body .heading .text {
  font-size: 2.2rem;
  line-height: 1.4;
}
#faq-chatbot-content .faq-chatbot-main-categories,
.support .faq-chatbot-main-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
  width: 850px;
  gap: 20px;
  margin: 30px auto 20px;
}
#faq-chatbot-content .faq-chatbot-main-categories .category-btn a,
.support .faq-chatbot-main-categories .category-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 70px;
  padding-top: 3px;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, .2));
  transform: translateZ(0);
}
#faq-chatbot-content .faq-chatbot-main-categories .category-btn a:hover,
.support .faq-chatbot-main-categories .category-btn a:hover {
  background-color: #0B3180;
  transition: all .3s;
}
#faq-chatbot-content .faq-chatbot-main-categories .category-btn a:hover .title,
.support .faq-chatbot-main-categories .category-btn a:hover .title {
  color: #ffffff;
}
#faq-chatbot-content .faq-chatbot-main-categories .icon,
.support .faq-chatbot-main-categories .icon {
  display: block;
  position: relative;
  left: 15px;
  width: 32px;
  height: 32px;
}
#faq-chatbot-content .faq-chatbot-main-categories .icon img,
.support .faq-chatbot-main-categories .icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#faq-chatbot-content .faq-chatbot-main-categories .icon .normal,
.support .faq-chatbot-main-categories .icon .normal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: all .3s;
}
#faq-chatbot-content .faq-chatbot-main-categories a:hover .icon .normal,
.support .faq-chatbot-main-categories a:hover .icon .normal {
  opacity: 0;
}
#faq-chatbot-content .faq-chatbot-main-categories .title,
.support .faq-chatbot-main-categories .title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e1e1e;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-left: 17px;
}
#faq-chatbot-content .faq-chatbot-include-chat {
  background-color: #fff;
  padding: 40px 0 50px;
  margin-bottom: 60px;
}
#faq-chatbot-content .faq-chatbot-include-chat #ulAiWidget {
  margin: 0 auto;
  max-width: 910px;
}
#faq-chatbot-content #ulAiWidget iframe {
  display: block !important;
  height: 600px;
  margin: 0 auto;
}
#faq-chatbot-content .faq-chatbot-include-faq {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}
@keyframes Heading {
  0% {
    opacity: 0;
    display: none;
  }

  99% {
    opacity: 0;
    display: block;
  }

  100% {
    opacity: 1;
    display: block;
  }
}
#faq-chatbot-content .faq-chatbot-include-faq .heading {
  display: none;
  opacity: 0;
}
#faq-chatbot-content .faq-chatbot-top .faq-chatbot-include-faq .heading {
  display: block;
  position: relative;
  opacity: 1;
  z-index: 2;
  animation: Heading .2s ease-in 0s forwards;
}
/* AI FAQの高さ調整 */
#faq-chatbot-content #faq-section { 
  position: relative;
  top: -150px;
}
#faq-chatbot-content div#price_fix.faq-btn {
  top: calc(100vh - 85px);
}

@media (max-width: 767px) {
  #faq-chatbot-content .content-box-title .text {
    font-size: 1.8rem;
  }
  #faq-chatbot-content .faq-chatbot-body .heading h2 {
    font-size: 2.6rem;
  }
  #faq-chatbot-content .faq-chatbot-body .heading .text {
    font-size: 1.8rem;
  }
  #faq-chatbot-content .faq-chatbot-main-categories,
  .support .faq-chatbot-main-categories {
    width: 100%;
    gap: 10px;
  }
  #faq-chatbot-content .faq-chatbot-main-categories .category-btn,
  .support .faq-chatbot-main-categories .category-btn {
    width: calc(50% - 10px / 2);
  }
  #faq-chatbot-content .faq-chatbot-main-categories .category-btn a,
  .support .faq-chatbot-main-categories .category-btn a {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    border-radius: 10px;
  }
  #faq-chatbot-content .faq-chatbot-main-categories .category-btn a::before {
    border-radius: 10px;
  }
  #faq-chatbot-content .faq-chatbot-main-categories .title,
  .support .faq-chatbot-main-categories .title {
    font-size: 1.42rem;
    line-height: 1.2;
    margin-left: 0;
  }
  #faq-chatbot-content .faq-chatbot-main-categories .icon,
  .support .faq-chatbot-main-categories .icon {
    left: 0;
    margin: -2px 0 8px;
    width: 26px;
    height: 26px;
    order: 1;
  }
  #faq-chatbot-content .faq-chatbot-include-chat {
    width: auto;
    margin-bottom: 50px;
  }
  #faq-chatbot-content .faq-chatbot-include-chat #ulAiWidget {
    padding-bottom: 0;
  }
  .faq-chatbot-include-chat,
  .faq-chatbot-include-faq {
    width: auto;
    background-color: #fff;
    margin: 0 -5%;
  }
  .faq-chatbot-include-chat {
    margin: 0 -8vw;
  }
  #faq-chatbot-content .faq-chatbot-include-chat #ulAiWidget {
    width: 90vw !important;
  }
  #faq-chatbot-content #ulAiWidget iframe {
    height: 540px;
  }
  #faq-chatbot-content .faq-chatbot-include-faq {
    margin-bottom: 0;
  }
  #faq-chatbot-content div#price_fix.column-fix.faq-btn {
    top: auto;
    margin-right: 30px;
    width: 40px;
    bottom: 25px;
  }
}
/* AI FAQ | チャットボット - end */
/* アクセシビリティ対応　- star */
.white-content-box-body ul li a:focus{
  text-decoration: underline;
}
div.guidance-popup-close-button:focus,
.pop-close-btn:focus{
  background-color: #FFF;
  border: 1px solid #000;
}
div.guidance-popup-close-button img{
  filter: none;
}
div.guidance-popup-close-button:focus img{
  filter: invert(1);
}
.pop-close span.pop-close-btn:focus::before ,
.pop-close span.pop-close-btn:focus::after  {
  background: #000;
} 
.pop-close span.pop-close-btn:focus::before ,
.pop-close span.pop-close-btn:focus::after  {
  background: #000;
} 
.data-popup-btn:focus{
  background: #FF008A;
} 
.item-title select:focus,
.item-title input.mg-days-select:focus,
.select-area select:focus {
  outline: 2px solid #000;
}
.thumbnail:focus{
  opacity: 0.7;
  filter: drop-shadow(0px 5px 5px rgb(0 0 0 / 20%));
  transform: translateZ(0);
  transition: .2s;
}
.popular > button:focus,
.popular.continent > button:focus{
  background-color: var(--overseas-green);
}
/* アクセシビリティ対応　- end */
@media screen and (min-width: 768px) {
  .global-contact table.contact select {
    width: 98%;
  }
  .global-contact textarea.text-area-inquery {
    width: 98%;
  }
}
@media (max-width: 767px) {
  div.row.btn-global-contact-area {
    flex-direction: column;
  }
  .global-support-contact .attention-remark .tag-required {
    margin: 0;
  }
  footer.global-lp-footer .ft_nav ul li:nth-of-type(even):not(.footer-link-max) {
    margin: 0;
    width: 50%;
  }  
}
footer .ft_nav ul:nth-of-type(1){
  width: 97%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0 3%;
}
.global-support-contact .subsc-mail-caution-area {
  margin: 0;
}

/*Pマーク*/
footer:not(.exclusion).footer-menu .privacy-mark{
  box-sizing: initial;
  position: absolute;
  width: 75px;
  margin: -40px 0 -30px auto;
  padding: calc(75px / 4);
  right: -100px;
  bottom: 30px;
  transform: none;
}
footer:not(.exclusion).footer-menu .privacy-mark img{
  width: 100%;
  height: auto;
}
.global-contact-body .privacy-mark {
  box-sizing: initial;
  position: absolute;
  width: 75px;
  margin: -40px 0 -30px auto;
  padding: calc(75px / 4);
  right: 0;
  bottom: 30px;
}

/* footerリンク */
footer .ft_nav ul li.footer-link-max,
.global-contact-body footer .ft_nav ul li.footer-link-max {
  width: 100%;
}

/*コピーライト*/
footer:not(.exclusion) #copy{
  width: 100%;
  max-width: initial;
  text-align: right;
  font-size: 1.1rem;
  color: #FFFFFF;
  margin-right: 20px;
}
footer:not(.exclusion) #copy span{
  letter-spacing: 0.06em;
  line-height: 1;
}
.sns-link{
  display: flex;
  padding: calc((100% / 12) - 30px);
  padding-left: 30px;
  padding-right: 0;
  gap: calc((100% / 12) - 20px);
}
.sns-link a{
  width: calc((100% / 8) - 30px);
}
.sns-link img{
  max-height: 40px;
}

@media screen and (max-width: 767px) {
  /*Pマーク*/
  footer:not(.exclusion).footer-menu .privacy-mark{
    position: static;
    margin: -20px 0 -35px auto;
    box-sizing: initial;
    width: 75px;
    transform: translate(0);
  }

  /*コピーライト*/
  footer:not(.exclusion) #copy{
    width: auto;
    text-align: center;
    padding: 0;
    line-height: 1;
  }
  .sns-link{
    display: flex;
    flex-wrap: wrap;
    gap: calc((100% / 8) - 20px);
    padding: calc((100% / 8) - 20px);
    padding-left: 3%;
    padding-right: 0%;
  }
  .sns-area p{
    border-bottom: 1px solid #fff;
    margin: 3% 3% 0;
    color: #ffffff;
    padding: 0 0 1%;
  }
  .sns-link a{
    min-width: 40px;
    width: calc((100% / 6) - 20px);
  }
  .hum-nav ul.hum-nav-list li a{
    font-weight: normal;
  }
}
/* 海外レンタル問い合わせフォーム タブレット用 */
@media (min-width: 768px) and (max-width: 1280px) {
  /* 共通---------------------------------------------------------- */
    body {
      min-width: 768px;
      overflow-x: hidden;
    }
    .inner {
      max-width: 680px;
    }
    div.section-container {
      max-width: 680px;
    }
    div.section-container.section-chatbot {
      max-width: 680px;
    }
    /* ヘッダー */
    header:not(.exclusion) .inner {
      max-width: 740px;
    }
    header ul.pc_nav.menu-container {
      display: none;
    }
    header.global-lp-header .logo-lp {
      width: 100%;
      padding: 18px 0 0 0;
    }
    header.global-lp-header p.header-description.pc {
      width: 330px;
    }
    header ul li.nav_type03.mypage a{
      min-height: auto;
      margin: 0 3px;
      height: 50px;
    }
    
    .hum-nav {
      width: 100%;
      height: 100vh;
      background: #1e1e1e;
      position: fixed;
      top: 0;
      left: 0;
      padding: 8vh 1.5rem 1.5rem;
      z-index: 10000;
      opacity: 0;
      transition: opacity .5s;
      visibility: hidden;
      overflow-y: scroll
    }
    .hum-nav.open {
      width: 100vw;
      height: 100vh;
      opacity: 1;
      visibility: visible
    }
    .hum-nav nav {
      width: 100%;
      margin: 0 auto
    }
    .sp-nav-btn {
      width: 50px;
      height: 50px;
      position: relative;
      margin-top: 0;
      top: 0;
      cursor: pointer
    }
    .sp-nav-btn span {
      width: 35px;
      height: 2px;
      background-color: #ffffff;
      position: absolute;
      left: 50%;
      transform: translateX(-50%)
    }
    .sp-nav-btn span:first-child {
      top: calc(50% - 11px);
    }
    .sp-nav-btn span:nth-child(2) {
      top: 50%
    }
    .sp-nav-btn span:nth-child(3) {
      top: calc(50% + 11px);
    }
    .hum-nav .close-btn {
      position: fixed;
      text-align: left;
      color: unset;
      cursor: pointer;
      top: 20px;
      right: 40px;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 0;
      background: none;  
    }
    .hum-nav .close-btn span {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 100%
    }
    .hum-nav .close-btn span::after,
    .hum-nav .close-btn span::before {
      content: "";
      position: absolute;
      width: 25px;
      height: 2px;
      background: #ffffff;
      top: 50%;
      left: 50%;
      z-index: 1000
    }
    .hum-nav .close-btn span::before {
      transform: translate(-50%,-50%) rotate(45deg)
    }
    .hum-nav .close-btn span::after {
      transform: translate(-50%,-50%) rotate(-45deg)
    }
    .hum-nav .btn-type1 {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      margin-bottom: 40px
    }
    .hum-nav .btn-type1 a {
      height: 50px;
      color: #ffffff;
      padding: 8px 0;
      margin: 5px 0;
      font-size: 1.5rem;
      line-height: 1.4;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      letter-spacing: .1em;
      text-align: center
    }
    .hum-nav .btn-type1 a.request {
      border: solid 1px #FF0080;
      color: #ffffff;
      background: #FF0080;
      position: relative;
      font-size: 1.4rem
    }
    .hum-nav .btn-type1 a.request::before {
      content: "";
      border-top: 5px solid #ffffff;
      border-right: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid transparent;
      position: absolute;
      left: 50%;
      top: 20px;
      transform: translateX(-50%);
      content: none
    }
    .hum-nav ul.hum-nav-list {
      max-width: 345px;
      flex-direction: column;
      gap: 2em;
      position: static;
      z-index: unset;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      margin: 4rem auto 0;
    }
    .hum-nav ul.hum-nav-list li {
      width: 54%;
      padding: 0;
      margin: auto;
      text-align: left;
      font-size: 1.3rem;
    }
    .hum-nav ul.hum-nav-list li a{
      font-weight: normal;
    }
    .hum-nav .btn-type1{
      max-width: 300px;
      margin: 40px auto 20px;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 40px;
    }
    .hum-nav .btn-type1 a{
      box-sizing: border-box;
      width: calc(50% - 10px);
      border-radius: 10px;
      margin: 0;
    }
    .hum-nav .btn-type1 a.nav_type03 {
      gap: 10px
    }
    
    .hum-nav .btn-type1 a.nav_type03.business img {
      width: 12px
    }
    .hum-nav .btn-type1 a.business {
      background-color: #ffdc00;
      color: #000000
    }
    .hum-nav .btn-type1 a.request.nav_type03.global-request {
      flex-direction: row;
      margin: 0;
      padding: 0
    }
    .hum-nav .btn-type1 a.request.nav_type03.global-request.line-btn{
      width: 100%;
      padding: 4% 0 3.5%;
      height: 40px;
      box-sizing: initial;
    }
    header ul li.nav_type03.global-request a {
      padding: 6px 0;
      line-height: 1.4;
      color: #ffffff;
      background-color: #FF0080;
  }
    .hum-nav .btn-type1 a.request.nav_type03.global-request img {
      width: 28px;
      padding-top: 0;
      margin: 0;
      height: auto
    }
    .hum-nav .btn-type1 a.request.nav_type03.global-request.line-btn span{
      width: 70%;
    }
    .hum-nav .btn-type1 a.request.nav_type03.global-request.line-btn img{
      width: auto;
      padding-top: 0;
      margin: 0;
      height: 40px;
    }
    .hum-nav .btn-type1 a.nav_type03.global-request {
      gap: 6px
    }
    .hum-nav.sp .nav_type03.global-request,
    header ul li.nav_type03 a {
      min-height: auto;
      margin: 0 3px;
      height: 50px;
    }
    .hum-nav.sp .nav_type03.global-request {
      margin: 0 3px
    }
    .hum-logo {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 10px
    }
    .hum-logo p {
      text-align: center;
      color: #ffffff;
      font-size: 1.4rem
    }
    .hum-logo img {
      width: 70%;
      min-width: 280px;
      max-width: 280px;
      margin: auto;
    }
    .hum-nav.sp .nav_type03.global-request,
    header ul li.nav_type03 a{
      min-height: auto;
      margin: 0 3px;
      height: 50px;
    }
    .request.nav_type03.global-request.line-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      width: 100%;
      padding: 10px 15px;
      background-color: #ffffff;
      border: none;
      border-radius: 10px;
    }
    
    .request.nav_type03.global-request.line-btn img {
      width: 30px;
      height: auto;
    }
    
    .request.nav_type03.global-request.line-btn span {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #00c300; /* LINEの緑色 */
      font-weight: bold;
      text-align: center;
      font-size: 1.9rem;
    }
    
    .request.nav_type03.global-request.line-btn span span:first-child {
      font-size: 1.2rem;
    }
    
    .request.nav_type03.global-request.line-btn span span:last-child {
      font-size: 1.3rem;
    }
    .global-rental .default-btn.kv-btn a::before {
      width: 10vw;
      height: 10vw;
    }
    .global-rental .default-btn.kv-btn {
      bottom: 20px;
      width: 45%;
    }
    .global-rental .default-btn.kv-btn a {
      min-height: 50px;
      min-width: 300px;
      font-size: 2.1vw;
      padding: 5px 20px 0;
      width: 100%;
      height: 6.8vw;
      max-height: 105px;
    }
    /* ポップアップ */
    body div.white-content-box-guidance-notion {
      margin: 0 auto;
      max-width: 720px 
    }
    body .modal-box-popular {
      justify-content: left;
    }
    .pop-up {
      min-width: 720px;
    }
    table.usage-500mb th.useage-infinity::after {
      right: 15px;
      width: 60px;
      height: 60px;
    }
    /* サイドボタン */
    #price_sim.side-fixed-banner {
      width: 40px;
    }
    #price_sim.side-fixed-banner .btns .btn-base .body::before {
      width: 30px;
      height: 25px;
    }
    #price_sim.side-fixed-banner .btns .btn-base .body {
      font-size: 1.4rem;
      height: 210px;
    }
    /* スクロールトップ */
    #page_top {
      bottom: 20px;
      right: 8px;
    }
    #page_top a {
      width: 42px;
      height: 42px;
    }
      footer .inner {
        gap: 0;
        padding: 50px 0 30px
      }
      .ft_popular-list.-pc {
        width: auto
      }
      .ft_nav ul li {
        width: 33%
      }
      footer .ft_nav ul li:first-of-type {
        width: calc(100% / 3);
        margin: 0
      }
      #copy {
        padding: 30px 0 0;
        text-align: center
      }
      .privacy-mark {
        right: 70px;
        bottom: 40px
      }
    
      .ft-bottom-container .menu-popular .ft-popular-list li a .modal-country {
        margin-left: -20px;
      }
      .ft-bottom-container .menu-popular .ft-popular-list li a .modal-country.nzl {
        margin-left: -10px;
      }
    /* 共通ここまで---------------------------------------------------------- */
  
    div.question-mark img {
      right: 410px;
      top: 15px;
    }
  
  .global-support-contact-inner .attention-remark .entry-rental-device-title {
    margin: 5px auto 10px 205px;
  }
  
  p.remark-text {
    margin-left: 210px;
  }
  
    #faq-chatbot-content .content-box-title .text {
      font-size: 2rem;
    }
    #faq-chatbot-content .faq-chatbot {
      max-width: 680px;
    }
    #faq-chatbot-content .faq-chatbot-main-categories, .support .faq-chatbot-main-categories {
      justify-content: left;
      width: 680px;
      margin: 40px auto 60px;
    }
    .support .faq-chatbot-main-categories {
      width: 90%;
    }
    .support .faq-chatbot-main-categories .category-btn{
      width: 47%;
      margin: auto;
    }
    #faq-chatbot-content .faq-chatbot-main-categories .category-btn a, 
    .support .faq-chatbot-main-categories .category-btn a {
      width: 330px;
    }
    .support .faq-chatbot-main-categories .category-btn a {
      width: 100%;
      min-width: 250px;
    }
    #faq-chatbot-content .faq-chatbot-body .heading h2 {
      font-size: 3.2rem;
    }
    #faq-chatbot-content .faq-chatbot-body .heading .text {
      font-size: 1.8rem;
    }
    #faq-chatbot-content .faq-chatbot-include-chat #ulAiWidget {
      max-width: 620px;
    }
    #_ul-chat-widget #_ul-chat-widget-chat-log .chat-log .chat-bot {
      max-width: calc(100% - 124px);
    }
    .inquiries .category-faqlist .category-item .category-header {
      width: calc(100% - 0.5em);
    }
    .main.support .attention-remark .entry-rental-device-title.global-device-title {
      margin: 5px auto 10px 200px;
    }
    .main.support .contact-display p.remark-text {
      margin-left: 200px;
    }
    
  }
  
  @media screen and (min-width: 1281px) {
    /* pc共通 */
    .tb {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    /* sp共通 */
    .tb {
      display: none;
    }
    .sp {
      display: block;
    }
  }
  @media (min-width: 768px) and (max-width: 1280px) {
    /* tb共通 */
    .tb {
      display: block;
    }
    .hide-tb.pc {
      display: none;
    }
  }

/* フッター整理 */
.sns-link {
  gap: 40px;
  padding: 10px 0;
}
.sns-link a {
  width: auto;
}
.sns-link img {
  max-height: 50px;
  width: auto;
}
.app-link {
  display: flex;
  padding: 10px 0 0;
  gap: 40px;
  width: calc(100% - 150px);
  box-sizing: border-box;
}
.app-link a img {
  height: 45px;
}
footer:not(.exclusion) #copy span {
  line-height: 1.5;
}
.hum-nav .app-link-flex {
  display: flex;
  gap: 15px;
  padding: 15px 0 0 0;
  justify-content: center;
}
.hum-nav .app-link-flex a {
  width: auto;
}
.hum-nav .app-link-flex a img {
  height: 45px;
}
.hum-nav .app-link-flex a img.googleplay {
  height: 59px;
  position: relative;
  top: -6px;
}
.hum-nav .app-download-btn p {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}
.ft_popular-list p.wide-title {
  padding: 30px 0 0;
  border-bottom: none;
}
@media screen and (min-width: 1281px) {
  .app-link.tb {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .ft_popular-list.-pc .ft-bottom-container {
    display: flex;
    gap: 30px;
    margin-top: 20px;
  }
  .ft_popular-list.-pc .ft-bottom-container .menu-popular .ft-popular-list-col ul {
    justify-content: flex-start;
    width: 50%;
  }
  .ft_popular-list .menu-airport .ft-popular-list-col ul.ft_nav_list {
    width: calc(100% / 4);
  }
  .ft_popular-list .menu-airport .ft-popular-list-col ul.wide {
    width: 28%;
  }
  .ft_popular-list .menu-airport .ft-popular-list-col ul.narrow {
    width: 18%;
  }
  footer:not(.exclusion) #copy {
    width: calc(100% - 150px);
    margin-right: 0;
    padding-right: 40px;
    box-sizing: border-box;
  }
  footer:not(.exclusion).footer-menu .privacy-mark {
    right: 75px;
  }
  .ft_popular-list.-pc .ft-bottom-container .ft-popular-list-col ul {
    margin: 0 0 13px;
  }
  .ft_popular-list.-pc .ft-bottom-container .menu-airport p {
    padding: 10px 0 7px 0;
  }
  .ft_popular-list.-pc .ft-bottom-container .menu-airport p a {
    color: #fff;
  }
  .ft_popular-list.-pc .ft-bottom-container .menu-popular p {
    padding: 10px 0 7px 20px;
  }
  .ft_popular-list.-pc .ft-bottom-container .menu-popular .ft-popular-list-col ul {
    justify-content: flex-start;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .global-contact-body footer.global-lp-footer .inner {
    max-width: 730px;
  }
  .ft_popular-list.-pc {
    width: 100%;
  }
  .global-contact-body .ft_nav ul li {
    padding-bottom: 0;
  }
  .global-contact-body .ft_popular-list ul li a {
    font-size: 1.2rem;
  }
  .ft_popular-list p {
    padding: 10px 0;
  }
  footer:not(.exclusion) #copy {
    text-align: right;
  }
  footer:not(.exclusion).footer-menu .privacy-mark {
    right: 0;
  }
  footer:not(.exclusion).footer-menu #copy span {
    text-align: right;
  }
  .ft_popular-list.-pc .ft-bottom-container {
    gap: 20px;
  }
  .ft_popular-list.-pc .ft-bottom-container .menu-airport p {
    padding: 10px 0 7px 0;
    margin-left: 0;
  }
  .ft_popular-list.-pc .ft-bottom-container .menu-popular p {
    padding: 10px 0 7px 10px;
  }
  .ft_popular-list.-pc .ft-bottom-container .menu-popular .ft-popular-list-col ul {
    padding-left: 10px;
  }
  footer .ft_nav ul li:first-of-type {
    width: 100%;
  }
  .global-contact-body .ft_popular-list .ft-bottom-container ul li a {
    font-size: 1.3rem;
  }
  .ft_popular-list p.wide-title {
    margin-left: 0;
  }
  .ft_popular-list p.wide-title.sns {
    padding-top: 20px;
  }
  .sns-link {
    padding-left: 10px;
  }
  .app-link {
    padding: 10px 0 0;
    width: 100%;
  }
  .app-link a img.googleplay {
    height: 58px;
    position: relative;
    top: -7px;
  }
  .global-contact-body footer.global-lp-footer .ft_nav li.ft_nav_adjust_pc a,
  footer .ft_popular-list .ft_nav li.ft_nav_adjust_tb a {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .global-contact-body footer.global-lp-footer .ft_nav ul li {
    width: 47%;
    margin: 0 0 0 3%;
  }
  .global-contact-body footer.global-lp-footer .ft_nav ul {
    margin-bottom: 0;
    gap: 0 10px;
    margin-top: 0;
  }
  footer.global-lp-footer .ft_nav ul li:nth-of-type(even):not(.footer-link-max) {
    width: calc(50% - 10px);
  }
  .global-contact-body footer.footer-menu div.ft_nav ul li a {
    font-size: 1.2rem;
  }
  .global-contact-body footer.global-lp-footer .ft_nav ul li:last-of-type {
    margin: 0 0 0 auto;
  }
  .sns-link {
    gap: 20px;
    padding-left: 0;
    padding-bottom: 0;
  }
  .sns-link a {
    min-width: 35px;
  }
  .sns-link img {
    max-height: 35px;
  }
  footer:not(.exclusion).footer-menu .privacy-mark {
    position: relative;
    margin: -20px 0 -50px auto;
    width: 55px;
    right: -3%;
    bottom: 45px;
  }
  .ft_popular-list.-sp p {
    padding: 1.5rem 0 5px 0;
    border-bottom: none;
  }
  .ft_popular-list.-sp.airport-list p {
    padding: 0 0 5px;
    border-bottom: 1px solid #fff;
  }
  .ft_popular-list.-sp p.open {
    border-bottom: 1px solid #fff;
  }
  .ft_popular-list .ft-popular-list-col ul {
    font-size: 1.2rem;
  }
  .global-contact-body .ft_popular-list ul li a {
    font-size: 1.12rem;
    line-height: 2;
  }
  .ft-bottom-container .menu-popular .ft-popular-list li a img {
    padding: 0;
    max-width: 30px;
    height: auto;
  }
  .ft-bottom-container .menu-popular .ft-popular-list li a .modal-country {
    margin-left: -18px;
    font-size: 1.3rem;
  }
  .ft-bottom-container .menu-popular .ft-popular-list li a .modal-country.nzl {
    margin-left: -5px;
  }
  footer.footer-menu .ft_popular-list ul:first-of-type {
    width: 47%;
    margin: 0 0 0 3%;
  }
  footer.footer-menu .ft_popular-list ul:last-of-type {
    width: 48%;
    margin: 0 0 0 2%;
  }
  footer .ft_nav.sp {
    flex-wrap: wrap;
    gap: 0 10px;
  }
  .global-contact-body footer.global-lp-footer .ft_nav.sp {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
  }
  footer .ft_nav.sp ul {
    width: calc((100% - 10px) / 2);
  }
  .global-contact-body footer.global-lp-footer .inner {
    padding: 0 3%;
  }
  .global-contact-body footer.global-lp-footer .ft_nav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 10px;
  }
  .global-contact-body footer.global-lp-footer .ft_nav ul li {
    width: 100%;
    margin: 0;
  }
  footer.global-lp-footer .ft_nav ul li:nth-of-type(even):not(.footer-link-max) {
    width: 100%;
  }
  .global-contact-body footer.global-lp-footer .ft_nav ul.ft_nav_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 10px;
  }
  .global-contact-body footer.global-lp-footer .ft_nav ul.ft_nav_list:not(:first-child, .menu-privacy) {
    margin-top: 15px;
  }
  .global-contact-body footer.global-lp-footer .ft_nav ul.ft_nav_list.menu-privacy {
    margin-top: 0;
  }
  .global-contact-body footer.global-lp-footer .ft_nav ul.ft_nav_list li {
    width: calc(100% / 2 - 5px);
  }
  .global-contact-body footer.global-lp-footer .ft_nav ul.ft_nav_list li.footer-link-max {
    width: 100%;
  }
  .global-contact-body footer.global-lp-footer .ft_nav ul.ft_nav_list li a {
    padding: 5px 0 0;
    line-height: 2;
    font-size: 1.12rem;
    letter-spacing: -0.5px;
  }
  .ft-bottom-container.airport-list {
    margin-top: 30px;
  }
  .ft-bottom-container {
    margin-top: 10px;
  }
  .ft-bottom-container .menu-popular .ft-popular-list {
    gap: 10px;
  }
  .ft-bottom-container .menu-popular .ft-popular-list li {
    width: calc(100% / 2 - 5px);
  }
  footer .ft_nav.sp ul.menu-wide {
    width: 100%;
    margin: 0;
  }
  .ft_popular-list p {
    margin: 0;
  }
  footer.footer-menu .ft_popular-list ul:first-of-type {
    width: calc((100% - 10px) / 2);
    margin: 0;
  }
  footer.footer-menu .ft_popular-list ul:last-of-type {
    width: calc((100% - 10px) / 2);
    margin: 0;
  }
  .global-contact-body footer.global-lp-footer .ft_logo {
    width: 100%;
  }
  .global-contact-body footer.global-lp-footer .ft_logo img {
    transform: translateX(-6%);
  }
  .app-link.pc {
    display: none;
  }
  .app-link-sp {
    display: flex;
    gap: 15px;
    padding: 5px 0 0 0;
  }
  .app-link-sp a img {
    height: 35px;
  }
  .app-link-sp a img.googleplay {
    height: 45px;
    position: relative;
    top: -5px;
  }
  .global-contact-body .privacy-mark {
    box-sizing: initial;
    width: 55px;
    position: relative;
    margin: -20px 0 -50px auto;
    padding: calc(75px / 4);
    right: -3%;
    bottom: 45px;
  }
  footer:not(.exclusion) #copy {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .ft-sp-wide-title {
    color: #fff;
    font-size: 1.3rem;
    padding: 10px 0 0;
  }
  .ft_popular-list.airport-list p a {
    color: #fff;
  }
}

/* 注意書き */
table.form-table tr.contact-caution-area th {
  display: block;
  padding: 20px;
}
table.form-table tr.contact-caution-area th .caution-top {
  display: flex;
  align-items: center;
}
table.form-table tr.contact-caution-area th .caution-contents p {
  margin-top: 15px;
}
table.form-table tr.contact-caution-area th p {
  width: 100%;
}
@media screen and (max-width: 767px) {
  table.form-table tr.contact-caution-area th {
    padding: 15px;
  }
}

/* 調整用 */
.support .callcenter-icon h2 {
  margin: 0;
}

/* FAQカテゴリ改修 end */