
@charset "utf-8";
/* CSS Document */
body{
    background: #fff;
}
.wrap {
  overflow: hidden;
}

.txt_center {
  text-align: center;
}
table {
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  transition: 1.0s;
    display: block;
  margin: 0 auto;
}
.center-block {
  display: block;
  margin: 0 auto;
}
.container-f {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}
.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;

}
.container-w {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
  background: #fff;
}

.cv1,.cv1_t,.cv2,.cv3{
    position:relative;
}

.cv1_t{
    margin-top: 60px;
    margin-bottom: 60px;
}

.cv3{
    margin-top: 60px;
 
}

.m60{
    margin-top: 60px;
    margin-bottom: 60px;
}

.bottombtn{
    position: fixed;
    bottom: 10px;
    width: 210px;
    height: auto;
right:5px;}



.btn1{
    position: absolute;
    bottom: 22%;
}

.btn2{
    position: absolute;
    bottom: 20%;
}

.btn3{
    position: absolute;
      bottom: 20%;
}

.btn_t1{
    position: absolute;
    bottom:10%;
}

.mb30{
    margin-bottom: 30px;
}
.video{
    position: relative;
}

/*.abvideo{
  background: url(../img/youtube.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}
*/
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
    display: block;

}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  
}

.video{
    position: relative;
}

.videoinner{
    position: absolute;
    top:30%;
    width: 90%;
    left: 5%;
}


/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}



/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
  
    transition: all .5s ease;
}


.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
  

}

.faq{
    background: url("../img/faqbg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
       padding-bottom: 90px;
}

.faqcon{
    margin-top: 90px;
}
.shelly{
    background: #fff3b5;
    text-align: center;
    padding-bottom: 40px;
   
}

    
.heightadj{
height:200px;
}






@media (min-width: 771px) { 
    .visible-xs{
        display: none;
     }
}

@media (max-width: 770px) {
    .hidden-xs{
        display: none;
     }
    
    .bottombtn {
    bottom: 5px;
    width: 115px;
}
    
    .faq{
   
    padding-top: 60px;
       padding-bottom: 60px;
}
    
    .faqcon{
    margin-top: 60px;
}

    .container{
           padding-left: 0;    
        padding-right: 0;    }
    
        .shelly{padding-bottom: 30px;
        font-size: 10px;
    }

}
    
/*2024.05.23固定BTN*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}


.videoinner_cm{
position: absolute;
    top: 43%;
    width: 90%;
    left: 5%;
}

#cvbtns{
padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
}


.cvbtns_btn{
	text-decoration: none!important;
	display: block;
	width: 100%;
	background-color: #32cfc1;
	color: #fff;
	margin-bottom: 20px;
	padding:15px 5px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	position: relative;
}

.cvbtns_btn::after{
content:"▸";
position: absolute;
right:5%;
top:30%;}

.cvbtns_btn:hover{
	background-color:rgba(50,207,193,.7) ;}

.bottombtn2 {
    width: 500px;
    position: fixed;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
}

#cvbtns h3{
	text-align: center;
	margin-bottom: 20px;
}