@charset "utf-8";



.bg-1 {
    position: relative;
    margin-bottom: 200px;
}

.bg-1::after {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    background: url(../images/wave111_1919x90.png)no-repeat center center/100% 90px;

    bottom: -90px;
    left: 0;
    position: absolute;
}

h2 {
    padding: 60px 0 100px;
    text-align: center;
}

h2 img {
    max-width: 100%;
    height: auto;
    background-position: cover;
}


.inner-1 {
    max-width: 1100px;
    width: 100%;
    /* text-align: center; */
    margin: 0 auto;
}


h3 {
    display: inline-block;
    font-family: 'nikumaru', sans-serif;
    font-size: 36px;
    letter-spacing: 0.4rem;
    color: #ff8182;
    position: relative;
    margin: 0 auto;
}

h3::after {
    content: '';
    width: 83px;
    height: 85px;
    background: url(../images/title_83x85.png) no-repeat left bottom;
    left: 0;
    bottom: 10px;
    position: absolute;
    transform: translateX(-100%); 

}


/* --------------------------------- */



.qa-8 dt {
    margin-bottom: 1em;
    color: #ff8182;
    font-weight: 600;
    margin: 2.5em 0 1em;
    font-size: 18px;
}

.qa-8 dt::before,
.qa-8 dd::before {
    /* border: 1px solid red; */
    margin-right: .4em;
}

.qa-8 dt::before {
    content: "Q.";
    font-weight: bold;
}

.qa-8 dd {
    /* border: 1px solid red; */
    /* margin: 0 0 2.5em; */
    padding: 1em 1.5em;
    border: 2px dotted #50d2d0;
    border-radius: 30px;
    color: #006881;
    line-height: 3;
}

.dd01{
    display: none;
}


.qa-8 dd::before {
    content: "A.";
    font-weight: bold;
}

.more-btn{
    /* margin-left: auto; */
    padding:0;  
    width: 180px;
    line-height: 30px;
    background-color: transparent;
    
}

.faq-area a::after {
    content: ">";
}

.faq-area a{
    font-weight: bold;
    color: #50D2D0;
    border-radius: 30px;
    text-decoration: underline;
    transition: opacity 0.3s;
}

.faq-area a:hover{
    opacity: 0.6;

}


.more-btn::before{
    display: none;
}



@media screen and (max-width: 768px) {

    .bg-1::after {
        content: "";
        display: block;
        width: 100%;
        height: 90px;
        background: url(../images/wave111_1919x90.png)no-repeat right center;

        bottom: -90px;
        left: 0;
        position: absolute;
    }

    h2 {
        padding: 60px 0 0;
        text-align: center;
    }

    h2 img {
        max-width: 100%;
        height: 180px;
        object-fit: cover;
        /* padding-top: 60px; */
    }

    h3 {
        font-size: 24px;
    }


     .faq-area {
        padding-bottom: 100px; /* PC用の余白をスマホ用に調整 */
        /* margin-topは不要になったため削除 */
    }

    .qa-8 dt {
        font-size: 16px; /* フォントサイズを少し小さくします */
        line-height: 1.6;
    }

    .qa-8 dd {
        line-height: 2;
        font-size: 12px; /* フォントサイズを少し小さくします */
        padding: 1em 1.2em; /* ボタン用の余白を削除し、元のpaddingに戻します */
        position: static; /* ボタン配置用のpositionをリセット */
    }


}

