
body{
  text-align: center;
  overflow-x: hidden;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
img{
  max-width: 100%;
}
p{
  margin: 0;
}

.flexbox{
  display: flex;
}
.container{
  max-width: 1280px;
  margin: 0 auto;
}
a img{
  opacity: 1;
  transition: all 0.3s;
}
a:hover img{
  opacity: 0.6;
}
  .container {
    max-width: 100%;
    margin: 0 auto;
}
  .pc-only{
    display: none;
  }
  .sp-onlly{
    display: inline-block;
  }

.pc-only.displayblock{
  display: none;
}
.man_imgbox{
  display: none;
}
  .place_insta{
    position: relative;
    z-index: 10;
  }
  .place_insta_img{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50% ,0);
  }
  .kv{
    background-image: none;
    background-size: auto;
    height: auto;
  }
  .kv_content img {
    margin-top: 0;
}
.contact_btn{
  width: 80px;
  margin-left: 10px;
  font-size: 0;
}
.contact_text {
  width: 170px;
}

.contact_box{
  justify-content: center;
  padding: 10px 0;
  align-items: center;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 51%;
  position: relative;
  }
  .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }


.layerOn .btn-close {
  width: 40px;
  height: 40px
}

.layerOn {
  overflow: hidden;
  height: 100%
}
.place_section_bg{
  background-image: url(../images/facillity_sp_bg.png);
  background-size: cover;
  padding-top: 30px;
  /* background-position: center right; */
  padding-bottom: 100px;
}
.place_area:not(.place_area-last) {
  padding-bottom: 80px;
}
.place_area-last{
  padding-bottom: 40px;
}
.place_area p {
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 25px 0 20px;
  line-height: 2;
  letter-spacing: -0.08em;
}
.ls-small{
  letter-spacing: -0.6em;
}
.place_logo1, .place_logo2, .place_logo3 {
  padding-bottom: 38px;
}
.slider {
  overflow: hidden;
}
.slider-wrap {
	display: flex;
	height:100%;
}
.slide {
  padding: 0 3.5px;
  flex-shrink: 0;
  max-width: 117px;
  box-sizing: initial;
}
.slider_area01 .slider-wrap,.slider_area03 .slider-wrap {
	animation: scroll-01 25s linear infinite;
	width: calc(78px * 12);
}
@keyframes scroll-01{
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-78px * 6));
  }
}
.slider_area02 .slider-wrap {
	animation: scroll-02 35s linear infinite;
	width: calc(78px * 20);
}
@keyframes scroll-02{
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-78px * 10));
  }
}
@media (max-width: 767px) {
  .layerOn .header .list-menu {
      height:100%;
      opacity: 1;
      visibility: visible
  }
}

.layerOn .main-menu__ins {
  transform: translateY(0%);
  visibility: visible;
  pointer-events: all;
  opacity: 1
}

.layerOn .main-menu__ins__layout {
  display: flex;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto
}

@media (max-width: 767px) {
  .layerOn .main-menu__ins__layout {
      margin-top:-25px
  }
}

.layerOn .main-menu__slide:nth-of-type(2) {
  flex: 0 0 0%
}
.btn-close{
  position: relative;
  width: 40px;
  display: block;
  height: 40px;
  cursor: pointer;
}
.layerOn .btn-close {
  /* position: fixed; */
  /* width: 55px;
  height: 55px;
  right: 10px; */
  z-index: 999999;
  cursor: pointer
}

.btn-close:after, .btn-close:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  right: 10px;
  transition: all 0.3s;
}
.btn-close:after{
  top: 33%

}
.btn-close:before {

  top: 66%
}

.layerOn .btn-close:after,.layerOn .btn-close:before {
  content: "";
  position: absolute;
  /* width: 60px; */
  height: 2px;
  background: #fff;
  /* right: 0px; */
  top: 50%
}

@media (max-width: 767px) {
  .layerOn .btn-close:after,.layerOn .btn-close:before {
      /* width: 60px; */
  }
}

.layerOn .btn-close:before {
  transform: rotate(-45deg)
}

.layerOn .btn-close:after {
  transform: rotate(45deg)
}

@media (max-width: 767px) {
  .layerOn .btn-close {
      /* width:60px; */
      /* height: 60px */
  }
}

.main-menu {
position: fixed;
z-index: 900;
display: flex;
-moz-align-items: stretch;
-ms-align-items: stretch;
align-items: stretch;
overflow: hidden;
height: 100vh;
width: 100vw;
pointer-events: none;
left: 0;
top: 0
}

.main-menu__slide {
flex: 1;
display: flex;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
transition: flex 0.45s
}

.main-menu__ins {
display: flex;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
flex-wrap: wrap;
opacity: 0;
position: absolute;
height: 100vh;
width: 100vw;
z-index: 3;
top: 0;
left: 0;
right: 0;
bottom: 0;
transform: translateY(-100%);
transition: transform 0.5s;
transition-delay: 0.5s;
visibility: hidden
}

.main-menu__slide:nth-of-type(1),.main-menu__slide:nth-of-type(3) {
background: rgba(0,0,0,0.85)
}

.main-menu__slide:nth-of-type(2) {
flex: 1 0 100%;
background: transparent
}

.main-menu__block {
width: 100%;
/* border-right: 1px solid #808080; */
display: flex;
flex-wrap: wrap;
align-content: flex-start;
padding-left: 30px
}
.main-menu__block li{

border-bottom: 1px solid #808080;
}

.main-menu__block li a{
  font-size: 18px;
  line-height: 4.7rem;
}

/* .main-menu__block:nth-child(1) {
width: 38.5%
}

.main-menu__block:nth-child(2) {
width: 41.5%
}

.main-menu__block:nth-child(3) {
width: 20%;
border-right: none
} */

@media (max-width: 767px) {
.main-menu__block:nth-child(3) li:last-child a {
  border-bottom:0
}
}

@media (max-width: 767px) {
.main-menu__block {
  width:100% !important;
  flex-direction: column;
  padding: 0 40px 0
}
}

.main-menu__block li {
width: 100%;
color: #fff;
font-size: 30px
}

@media (max-width: 767px) {
.main-menu__block li {
  line-height:1;
  /* display: flex */
}
}

@media (min-width: 768px) {
.main-menu__block li:first-child {
  margin-top:-20px
}
}

.main-menu__block li a {
color: #fff;
font-size: 18px;
/* font-size: 1.8rem; */
line-height: 18px;
letter-spacing: 0;
font-weight: bold;
position: relative;
display: inline-block;
padding: 15px 0;
}

@media (max-width: 767px) {
.main-menu__block li a {
  padding-bottom:9px;
  padding-top: 10px;
  padding-left: 15px;
  font-weight: 500;
  border-bottom: 1px solid #333;
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem
}
}

@media only screen and (max-width: 350px) {
.main-menu__block li a {
  padding:5px 5px 5px 13px;
  font-size: 12px;
  font-size: 1.2rem
}
}

.main-menu__block li a:before {
content: "";
position: absolute;
width: 12px;
height: 12px;
background: url(../img/common/icon/ico_arr_white.svg) no-repeat center center/100% 100%;
left: 0;
top: 5px
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.main-menu__block li a:before {
  top: 4px
}
}

@media (max-width: 767px) {
.main-menu__block li a:before {
  width:6px;
  height: 6px;
  top: 16px
}
}

@media only screen and (max-width: 350px) {
.main-menu__block li a:before {
  top:11px
}
}

.main-menu__soci {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
padding-top: 10px
}

.main-menu__soci li {
margin: 0 13px
}

.main-menu__soci li a img {
width: 40px
}
.prevent_infection.remove_bnr{
  display: none;
}

.prevent_infection{
  height: 100vh;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1000000;
}
.pi_close{
  position: absolute;
  width: 40px;
  height: 40px;
  /* right: -20px; */
  right: -5px;
  top: -20px;
  cursor: pointer;
}
.pi_content {
  position: relative;
  width: 90%;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prevent_infection.have_accessed{
  display: none;
}
header{
  background-color: #0013bfcc;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 40px;
}

.logo img{
  width: 90px;
  margin-left: 5px;
}
nav.flexbox{
  justify-content: space-between;
  align-items: center;
}
.place_insta_img {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translate(-50% ,0);
}
.to_top{
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 70px;
  text-align: right;
}
.to_top img{
  width: 49px;
}
.sp_bottomnav{
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
.sp_bottomnav li{
  width: 33.33%;
}

.sp_bottomnav li img{
  width: 100%;

}
footer {
  margin-bottom: 57px;
  background-color: #0012be;
  padding: 15px 0 17px;
}

.text-left{
  text-align: left;
}
.personal_conent2{
  margin-top: 10px
}
.font-m{
  font-size: 44.45px;
  line-height: 67.7px;
  font-weight: bold;
}
.color1{
  color: #0013BF;
}
.personal_conent2_text{

}
.personal_conent2_flexbox{
  align-items: center;
}
.personal_conent2_text{
  margin-left: 10px;
}
.personal_conent3{
  max-width: 574px;
  margin-top:  10px;
}
.blue_bar{
  background-color: #0013BF;
  color: white;
  padding: 5px 10px;
  width: 100%;
  margin-top: 20px;
}
.blue_line_box{
  border: 1px solid #0013bf;
  padding: 0 10px;
  width: 100%;
  margin-top: 20px;
  color: #0013bf;
  text-align: center;
}
.personal_content3_flebox{

}
span.strongText{
  font-size: 32px;
  line-height: 40px;
}
span.smallT{
  font-size: 14px;
}
span.midT{
  font-size: 20px;

}
span.bigT{
  font-size: 32px;
  line-height: 40px;
}
.personal_content3_lists{
  list-style: none;
  width: 100%;
}
.personal_content3_lists li{
  border-bottom: 1px solid  #0013bf;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  margin-bottom: 5px;
}
.personal_content3_lists .flexbox{
  justify-content: space-between;
}
.personal_content3_flebox_hours{justify-content: space-between;
align-items: center;}

.personal_price_hour{
  margin-right: 10px;
}
.trainer_namebox{
  color: white;
  background-color: #0013bf;
  padding: 5px 10px;
}
.trainer_name{
  font-weight: bold;
  font-size: 26.5px;
  line-height: 36px;
}
.trainer_title{
  font-style: italic;
}
.trainer_imgbox{
  width: 210px;
  object-fit: cover;
  height: 310px;
}
.trainer_desc p{
  font-size: 14px;
  line-height: 20px;
}
.trainer_textbox1{
  width: 353px;

}
.desc_title{
  color: #0013bf;
}
.trainer_contact_infobxo{
  width: 100%;
  border-top: 1px solid #999999;
}
.trainer_description_box{
  flex-wrap: wrap;
  width: calc(100% - 210px);
  background-color: #fff;
}
.trainer_desc{
  background-color: #fff;
  padding: 15px;
}
.trainer_textbox2{
    width: calc(100% - 353px);
    padding-top: 20px;
}
.trainer_contact_infobxo p{
  font-size: 12px;
  line-height: 20px;

}
.desc_title{
  margin: 0;
}
.desc_detail{
  margin: 0;
}
.mgt-s{
  margin-top: 10px;
}
.trainer_textbox3{
  padding: 15px;
  padding-top: 0;
}
.trainer_box {
  margin-top: 20px;
  padding-bottom: 120px;
}
.place_section h2{
font-size: 62px;
line-height: 81px;
font-weight: bold;
text-align: center;
color: white;
margin-top: 80px;
}
.place_section_headm{
  font-size: 30px;
  margin-top: 60px;
  color: white;
  font-weight: bold;
}
.machine_boxes{
  justify-content: space-between;
}
.machine_boxes{
  width: 50%;
  color: white;
  text-align: center;
}
.machine_title{
  text-align: center;
  color: white;
  font-size: 15px;
  font-weight: bold;
}
.machine_desc{
  color: white;
  font-size: 12px;
  text-align: left;
  max-width: 360px;
  margin: 0 auto;
  margin-top: 20px;
}
.machine_title2{
  margin-top: 20px;
}
.machine_wrap{
  margin-top: 30px;
}
.machine_wrap:first-child{
  /* margin-top: 0; */
}
.monitor_support{
  position: relative;
}
.monitor_support_text{
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: white;
  text-align: left;
}
.monitor_support_text h3{
  font-size: 21px;
  line-height:31px;
  font-weight: bold;
}
.monitor_support_text p{
  font-size: 16px;
  line-height: 28px;
}
.monitor_support{
  background-image: url(../images/place_content7_220213_sp.png);
  background-size: cover;
  width: 350px;
  height: 288px;
  margin: 0 auto;
  position: relative;
}
.monitor_support{
  margin-top: 60px;
}
.footer p{
    font-size: 12px;
    color: white;
}
.footer span{
  font-size: 14px;
  display: block;
  color: white;
}
.place_section_bg h2{
  margin-top: 40px;
  margin-bottom: 30px;
  color: white;
}
.place_content4{
  margin-top: 20px;
  width: 90%;

}
.place_section_headm {
  font-size: 18px;
  margin-top: 30px;
  color: white;
  font-weight: bold;
}
.machine_wrap{
  flex-wrap: wrap;
}
.machine_boxes {
  width: 100%;
  color: white;
  text-align: center;
}
.monitor_support_text{
  width: 100%;
  background-color: rgb(255 255 255 / 70%);
  bottom: 0;
  left: 0;
  padding: 15px;
}
.monitor_support_text h3{
  color:#000;
  font-size: 15px;
  line-height: 21px;
}
.monitor_support_text p{
  color: #000;
  font-size: 12px;
  line-height: 21px;
}
.machine_boxes{
  margin-top: 40px;
}
.mgt-0{
  margin-top: 0;
}
.sp_instablock{
  margin-top: 60px;
}
.insta_text{
  width: 125px;
}
.beginner_section{
  background-image: url(../images/beginner_section_bg_sp.png);
  background-size: cover;
  padding-top: 80px;
  /* background-position: center right; */
  padding-bottom: 100px;
  position: relative;
  margin-top: -80px;
  z-index: 5;
  padding-left: 15px;
  padding-right: 15px;
}
.beginner_content1{
  margin-top: 20px;
}
.beginner_content2{
  margin-top: 20px;
}
.beginner_lists li{
  display: flex;
  text-align: left;
  color: #fff;

}
.personal_price_times{
  width: 100%;
}

.beginner_lists li a{
  font-size: 15px;
  line-height: 30px;
  color: white;
}
.list_num{
  width: 22.5px;
  margin-right: 10px;
}
.arrow_d{
  width: 18px;
}
.beginner_lists{
  margin-top: 30px;
  display: inline-block;
  color: #fff;
}
.beginner_lists li.arrow_d_li{
  display: block;
  margin: 0 auto;
  text-align: center;
}
.personal_section{
  background-color: #F4D800;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  margin-top: -100px;
  z-index: 3;
}
.personal_section::before{
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url(../images/sp/personal_bg_sp_c.png);
  width: 155.5px;
  height: 418px;
  background-position: center ;
  background-size: cover;
  z-index: -1;
}
.personal_content{
  width: 221px;
}

.personal_container{
  width: 88%;
  margin: 0 auto;
}
.personal_conent3{
  font-size: 13.5px;
  line-height: 20px;
  font-weight: bold;
}
.personal_conent3 p{
  max-width: 75%;
}
.personal_content3_flebox{
  flex-wrap: wrap;
}
.personal_price_hour{
  width: 100%;
}
span.strongText {
  font-size: 24px;
  line-height: 33px;
}
.trainer_box{
  flex-wrap: wrap;
}
.trainer_imgbox {
}
.trainer_img_sp{
  width: 130px;
  object-fit: cover;
  height: 160px;

}
.trainer_description_box{
  width: 100%;
}
.trainer_textbox1{
  flex-wrap: wrap;
}
.trainer_imgbox {
  width: 130px;
  object-fit: cover;
  height: 160px;
}
.trainer_namebox{
  width: calc(100% - 130px);
}
.trainer_textbox1{
  width: 100%;
}
.trainer_namebox{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.trainer_name{
  font-size: 13px;
}
.italic{
  font-style: italic;
}
.trainer_desc{
  font-weight: bold;
}
.trainer_desc p{
  font-size: 11px;
  line-height: 16px;
}
.trainer_desc p.desc_title{
  margin-top: 5px;
}
#facility{
  display: none;
}

.plan_table{
  width: 800px;
  margin: 0 auto;
  margin-top: 40px;
}
.plan_table th{
  background-color: #0059FF;
  color: white;
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;

  width: 340px;
}
.price_sub{
  color: white;
  font-size: 18px;
  line-height: 50px;
}
.plan_head{
  padding-bottom: 10px;
  border-bottom: 2px solid white;
  display: inline-block;
  color: white;
  font-size: 22px;
  font-weight: bold;
  margin-top: 60px;
}

.plan_table th span{
  font-size: 13px;
  display: block;
}

.plan_table td{
  color: #0013BF;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  background-color: #fff;
  line-height: 32px;
}

.plan_table td span{
  font-size: 36px;

}
.plan_table td span.atention{
  font-size: 14px;
}
.table_text{
  font-size: 16px;
  color: white;
  margin-top: 10px;
}
.plan_table tr{
  height: 110px;
}
.plan_table th.bdb{
  border-bottom: 1px solid white;
}
.plan_table td.bdb{
  border-bottom: 1px solid #0013BF;
}
.option_list{
  justify-content: space-between;
}
.option_name{
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;

}

.optionbox{
  background-color: white;
}
.optionbox .note {
  text-align: left;
  font-weight: bold;
  padding: 0 10px;
  font-size: 12px;
  margin-top: -10px;
}
.option_list{
  width: 540px;
  border-bottom: 1px solid #0013bf;
  margin: 0 auto;
  padding: 15px 0;
}
.option_lists li:last-child .option_list{
  border-bottom: none;
}
.option_content{
  font-size: 20px;
  color: #0013bf;
  font-weight: bold;
}
.option_content span{
  font-size: 32px;
}
.optionbox{
  width: 800px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 10px 0;

}
.web_applybox{
  width: 800px;
  margin: 0 auto;
  margin-top: 40px;
}
.web_applybox .note {
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2em;
  line-height: 1.2;
  padding: 10px 0;
}
.web_apply_lists .flexbox{
  align-items: center;
  width: 152px;
  height: 140px;
  justify-content: center;
  color: white;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}
.web_apply_lists{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.wa1{
  background-image: url(../images/wa1.png);
  background-size: cover;
}
.wa2{
  background-image: url(../images/wa2.png);
  background-size: cover;
}
.wa3{
  background-image: url(../images/wa3.png);
  background-size: cover;
}
.wa4{
  background-image: url(../images/wa4.png);
  background-size: cover;
}
.wa5{
  background-image: url(../images/wa5.png);
  background-size: cover;
}
.web_apply_lists .wa2 span{
  font-size: 80%;
  display: block;
  width: 100%;
  margin-top: 5px;

}
.kessai_text{
  color: white;
  margin-top: 10px;
}
.kessai_img{
  margin-top: 40px;
  display: block;
}
.tento_applybox .price_sub{
  line-height: 40px;
  margin-top: 20px;
  font-weight: bold;
}
.faq_wrap{
  width: 926px;
  margin: 0 auto;
}
.faqbox{
  border: 1px solid #0013bf;
  padding: 30px 30px 10px 100px;
  position: relative;
  margin-top: 10px;
}
.faqbox::before{
  background-image: url(../images/q.png);
  width: 80px;
  height: 80px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.faqbox .q{
  color: #0013bf;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  text-align: left;

}
.faqbox .a{
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  margin-top: 40px;
  font-weight: bold;
  text-align: left;

}
.faq_wrap{
  margin-top: 60px;
}
.access_info{
  color: white;
  text-align: left;
  font-weight: bold;
}
.access_address{
  border-right: 1px solid white;
  padding-right: 40px;
  font-size: 18px;
  line-height: 30px;
}
.access_box{
  width: 700px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 31px;
}
.access_jr{
  padding-left: 40px;
  padding-top: 20px;
}
.price_section{
  padding-top: 40px;
    background-color: #0013bf;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 100px;
    position: relative;
}

.section.personal_section::after {
  content: '';
  display: block;
  position: absolute;
  left:0;
  bottom: -2px;
  border-top: 30px solid transparent;  /* 透明 */
  border-left: 50vw solid transparent;  /* 透明 */
  border-right: 50vw solid #0013bf;  /* むらさき */
  border-bottom: 30px solid #0013bf;  /* むらさき */
}
.price_sub {
  color: white;
  font-size: 13px;
  line-height: 22px;
  margin-top: 10px;
}
.plan_head {
  padding-bottom: 10px;
  border-bottom: 2px solid white;
  display: inline-block;
  color: white;
  font-size: 17px;
  font-weight: bold;
  margin-top: 40px;
}
.plan_table {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.plan_table th {
  background-color: #0059FF;
  color: white;
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  width: 198px;
}

.plan_table td {
  color: #0013BF;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  background-color: #fff;
  line-height: 24px;
}
.plan_table td span {
  font-size: 22px;
}
.plan_table th.pc-only , .plan_table td.bdb.pc-only, .plan_table td.dptc.pc-only{
  display: none

}

.plan_table td span.atention span{
  display: block;
  font-size: 10px;
}
.plan_table th span {
  font-size: 9px;
  display: block;
}
.optionbox {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  padding: 10px 0;
}
.option_list {
  width: 100%;
  border-bottom: 1px solid #0013bf;
  margin: 0 auto;
  padding: 15px 0;
}
.option_name {
  font-size: 15px;
  line-height: 20px;
}
.option_list{
  align-items: center;
  padding: 10px;
}
.option_content {
  font-size: 15px;
  line-height: 20px;
}
.option_content span {
  font-size: 22px;
}
.web_applybox {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.faq_wrap {
  width: 100%;
  margin: 0 auto;
}
..web_apply_lists li img{

}
.web_apply_lists li{
  margin-top: 5px;
  display: flex;
  color: white;
  /* height: 80px; */
  align-items: center;
  border: 1px solid #fff;
}
.web_apply_lists{
  display: block;
}
.wal_numbox{
  background-color: white;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
}
.wal_numbox img{
  width: 25px;
  margin: 0 auto;
}
.wal_numbox img.num1{
  width: 21px;
}
.web_apply_lists li span{
  margin-left: 10px;
  font-weight: bold;
  /* display: inline-block; */
}

.section.price_section::after {
  content: '';
  display: block;
  position: absolute;
  left:0;
  bottom: -2px;
  border-top: 30px solid transparent;  /* 透明 */
  border-left: 50vw solid transparent;  /* 透明 */
  border-right: 50vw solid #fff;  /* むらさき */
  border-bottom: 30px solid #fff;  /* むらさき */
}

.kessai_text {
  color: white;
  margin-top: 10px;
  font-size: 10px;
}
.qa_content{
  margin-top: 40px;
}
.faqbox::before {
  background-image: url(../images/q.png);
  width: 30px;
  height: 30px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.faqbox .q {
  color: #0013bf;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: left;
}
.faqbox .a {
  font-size: 12.5px;
  line-height: 18px;
  margin: 0;
  margin-top: 10px;
  font-weight: bold;
  text-align: left;
}
.faqbox {
  border: 1px solid #0013bf;
  padding: 10px 10px 10px 45px;
  position: relative;
  margin-top: 10px;
}
.faq_section{
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom:100px;
  position: relative;
}


.section.faq_section::after {
  content: '';
  display: block;
  position: absolute;
  left:0;
  bottom: -2px;
  border-top: 30px solid transparent;  /* 透明 */
  border-left: 50vw solid transparent;  /* 透明 */
  border-right: 50vw solid #0013BF;  /* むらさき */
  border-bottom: 30px solid #0013BF;  /* むらさき */
}
.access_section{
  background-color: #0013BF;
  padding-top: 40px;
  padding-bottom: 40px;
}
.access_section_container{
  max-width: 70%;
  margin: 0 auto;
}
.access_box {
  width: 100%;
  margin: 0 auto;
  font-size: 12.5px;
  line-height: 19px;
  margin-top: 10px;
}
.access_info.flexbox{
  display: block;
}
.access_address {
  border-right: none;
  padding-right: 0;
  font-size: 12.5px;
  line-height: 19px;
}
.access_border {
  border: 1px solid;
  padding: 5px;
  line-height: 1.2;
  margin: 5px 0;
}
span.fs-small {
  font-size: 10px;
}
.access_jr {
  padding-left: 0;
  padding-top: 0;
}