header{
    max-width: 600px;
    width: 100vw;
    margin: 0 auto;
    text-align: center;
    background-color: #CFEED2;
    color: #4d4d4d;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: right;
    padding-right: 1rem;
}

main{
    max-width: 600px;
    width: 100vw;
    margin: 0 auto;
    background-color: #CFEED2;
}

h3 {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 2rem;
    box-shadow: 0px -5px #fffb61, 0px 5px #fffb61;
    border-top: 3px solid #13AE67;
    border-bottom: 3px solid #13AE67;
    background-color: #fffb61;
    color: #353535;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
}

h3::before,
h3::after {
    position: absolute;
    top: -5px;
    width: 0px;
    height: 0px;
    border-color: transparent #CFEED2;
    border-style: solid;
    content: '';
}

h3::before {
    left: 0;
    border-width: 30px 0px 30px 10px;
}

h3::after {
    right: 0;
    border-width: 30px 10px 30px 0px;
}

.mv{
    width: 100%;
    vertical-align:top;
}

.main-content{
    padding-bottom: 2rem;
    text-align: center;

}

.line-text{
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #656161;
    background: #fffb61;
    text-decoration: underline;
}

.line-text span{
    color:#13AE67;
}

.cta-text{
    font-size: 1.2rem;
    font-weight: bold;
    background: #fffb61;
    position: relative;
    text-align: center;
    padding: 0.7rem 0;
    color: #656161;
    letter-spacing: 3px;
}

.cta-anime span{
    color:#13AE67;
}

.cta-anime{
    animation: fuwafuwa 1s ease-in-out infinite alternate;
    transition: 1s ease-in-out;
  }
   
  @keyframes fuwafuwa {
    0% {
      transform:translate(0, 0);
    }
    50% {
      transform:translate(0, -10px);
    }
    100% {
      transform:translate(0, 0);
    }
  }

.red-text{
    color: rgb(250, 39, 39);
}

.triangle-bottom {
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color:#fffb61;
    height: 3vh;
    width: 20%;
    margin: 0 auto;
  }

.progress-bar{
    width:80%;
    height:30px;
    background-color: #f3f3f3;
    position: relative;
    border-radius: 100vh;
    margin: 0 auto;
}

.progress-text{
    width:80%;
    text-align: left;
    margin: 0 auto;
}
.progress-bar-inner1{
    width:25%;
    position: absolute;
    height: 100%;
    background-color: #F1790C;
    border-radius: 100vh;
}

.progress-bar-inner2{
    width:50%;
    position: absolute;
    height: 100%;
    background-color: #F1790C;
    border-radius: 100vh;
}

.progress-bar-inner3{
    width:75%;
    position: absolute;
    height: 100%;
    background-color: #F1790C;
    border-radius: 100vh;
}

.progress-bar-inner4{
    width:100%;
    position: absolute;
    height: 100%;
    background-color: #F1790C;
    border-radius: 100vh;
}



.btn1,.btn2,.btn3 {
    width: 70%;
    height: 8vh;
    border: none;
    color: whitesmoke;
    background-color: #F1790C;
    border-bottom: 5px solid #6A3906;
    border-radius: 100vh;
    margin: 0.6rem;
    font-size: 1.8rem;
    font-weight: bold;
    &:active{
        transform: scale(.95);
       }
}

#box4{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}

.input-text{
    display: flex;
    color: #4d4d4d;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.input-text1{
    width: 50%;
    text-align: left;
}

.input-text2{
    background-color: #ffb224;
    color: #f3f3f3;
    border-radius: 10%;
    padding: 0 0.5rem;
    margin-left: 0.5rem;
}

.large-span{
    font-size: 2rem;
    font-weight: bolder;
    color: #ff530e;
    text-decoration: underline;
}

#box4 span{
    margin: 0 auto;
    margin-top: 1.5rem;
    text-align: left;
    width: 100%;
}

#box4 input{
    height: 3rem;
    width: 100%;
    border-radius: 5px;
    margin: 0 auto;
}

#box4 .btn_submit{
    width: 50%;
    height: 8vh;
    border: none;
    color: whitesmoke;
    background-color: #F1790C;
    border-bottom: 5px solid #6A3906;
    border-radius: 100vh;
    margin: 1rem auto;
    font-size: 1.8rem;
    font-weight: bold;
    &:active{
        transform: scale(.95);
       }
}

h2 {
    position: relative;
    padding: .5em .7em;
    border-radius: 10px;
    background-color: #2589d0;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    margin-top: 2rem;
}

h2::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #2589d0;
}

.voice-wrap{
    width: 90%;
    margin: 1rem auto;
    background: white;
    display: flex;
    flex-direction: column;
    border-radius: 14px;
}

.voice-top{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.voice-prof{
    display: flex;
    flex-direction: column;
    width: 25%;
}

.voice-prof p{
    font-size: 0.8rem;
    color: gray;
}

.voice-top-text{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
}

.voice-hensai{
    display: flex;
    justify-content: center;
    align-items: center;
}

.voice-hensai span{
   font-size:7vw;
}

.hensai{
    font-size: 3vw;
    width:20%
}

.voice-before{
    width:40%;
    font-size: 3vw;
}

.voice-after{
    width:40%;
    font-size: 3vw;
    color: red;
}

.voice-border{
    width: 90%;
    margin: 0 auto;
    border-bottom: 2px dashed gray;
}

.voice-mess{
    padding: 1rem;
    text-align: left;
}

footer{
    max-width: 600px;
    width: 100vw;
    background-color: #13AE67;
    color: #f3f3f3;
    text-align: center;
    padding: 1rem;
    margin: 0 auto;
}

.foot-link{
    display: flex;
    justify-content: center;
}

.foot-link a{
    margin-right: 2rem;
}
/******サンクス用******/
.head-text{
    color:#5d5c5c;
    position: relative;
    margin: 0rem auto;
    padding: 0.5rem 1rem;
    background: #fffab0;
    width: 60%;
    border-radius: 5rem;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    border: 10px solid #ffb800;
    z-index: 2;
    top: 20px;
  }
  
.mv img{
    width: 100%;
}

.thanx-body{
    color: #5d5c5c;
    padding: 0.5rem;
    font-size: 1.6rem;
    padding-bottom: 2rem;
}

.thanx-text{
    background: white;
    padding: 4rem 2rem 2rem 2rem;
    border-radius: 2rem;
    border: 10px solid #ffb800;
    position: relative;
    z-index: 1;
    top: -41px;
}

.thanx-text p{
    font-size: 1.4rem;
    margin-bottom: 1rem;
    border-bottom: 2px dashed gray;
}

.tel-box{
    font-size: 2rem;
    font-weight: bold;
    background:#faffdd;
    height: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    margin: 2rem auto;
    margin-top: 0;
}

.taiou{
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
}

h1{
    font-size: 2rem;
    border-left: 9px solid green;
    border-bottom: 2px solid green;
    background: #f3f3f3;
    margin-bottom: 1rem;
    padding: 0.5rem;
    padding-left: 1rem;
}


/* アコーディオン全体のスタイリング */
.qa-6 {
    border-radius: 5px;
    margin-bottom: 10px;
  }
  
  /* アコーディオンのヘッダー部分のスタイリング */
  .accordion-header {
    padding: 10px;
    background-color: #f7f7f7;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    position: relative; /* 矢印アイコンの位置調整のため */
    list-style: none; /* デフォルトの矢印を消す */
    border-radius: 15px 15px 0 0;
  }
  
  /* アコーディオンのコンテンツ部分のスタイリング */
  .accordion-content {
    padding: 15px;
    line-height: 1.5;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
  }
  
  /* カスタム矢印のスタイル */
  .accordion-header::after {
    content: '▼'; /* ここに好きなアイコンを設定できます */
    position: absolute;
    right: 10px; /* ヘッダーから右に10pxの位置 */
    transition: transform 0.2s ease-in-out; /* アニメーション効果 */
  }
/* アコーディオンが開いている時の矢印のスタイル */
.qa-6[open] .accordion-header::after {
    transform: rotate(180deg); /* 矢印を180度回転 */
  }
  
  /* WebKitベースのブラウザでデフォルトの矢印を消す */
  .qa-6 .accordion-header::-webkit-details-marker {
    display: none;
  }

  .ques-icon{
    font-weight: bold;
    color: #ff530e;
  }

  .ans-icon{
    font-weight: bold;
    color: #0ec5ff;
  }