@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 {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;

}

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

.cv1_t{
    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: 22%;
}

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

.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:45%;
    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: 40px;
}

.shelly{
    background: #fff3b5;
    text-align: center;
    padding-bottom: 40px;
   
}
.shelly a{color: #000;}

   
.heightadj{
height:100px;
}


.bottombtn2{
width:860px;
    position: fixed;
    bottom: 0;
    margin:auto;
    right:0;
    left: 0;
    
 }
    
@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;
}