@charset "UTF-8";

/*------------------------------------------------*/

/* 768 */
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) , print { /*PC&TB*/
}

/* 1600 */
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) and ( max-width:1600px) { /*TB*/
}
@media screen and (min-width:1601px) , print { /*PC*/
}

/* 1660 */
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) and ( max-width:1500px) { /*TB*/
}
@media screen and (min-width:1501px) and ( max-width:1660px) { /*TB*/
}
@media screen and (min-width:1661px) , print { /*PC*/
}


/* FAQ */
@media screen and (max-width:767px) { /*SP*/
    #FAQ{
        width: 100%;
        display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
        /* margin: 0 0 100px 0; */
        margin: 0 0 24.15vw 0;
    }
    .FAQ_wrap{
        /* width: 364px; */
        width: 87.92vw;
        /* font-size: 15px; line-height: 1.4em; font-weight: 400; */
        font-size: 3.62vw; line-height: 1.4em; font-weight: 400;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .FAQ_title{
        text-align: center;
        font-family: 'Noto Serif JP', serif;
        /* font-size: 36px; line-height: 60px; */
        font-size: 8.70vw; line-height: 14.49vw;
        color: #000; font-weight: 400;
        /* margin: 80px 0 30px 0; */
        margin: 19.32vw 0 7.25vw 0;
    }
    .FAQ_mg{
        /* margin: 0 0 60px 0; */
        margin: 0 0 14.49vw 0;
    }
}
@media screen and (min-width:768px) and ( max-width:1600px) { /*TB*/
    #FAQ{
        /* width: 1200px; */
        width: 75.00vw;
        display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
        /* margin: 0 0 100px 0; */
        margin: 0 0 6.25vw 0;
    }
    .FAQ_wrap{
        /* width: 1050px; */
        width: 65.63vw;
        /* font-size: 20px; line-height: 1.4em; font-weight: 400; */
        font-size: 1.25vw; line-height: 1.4em; font-weight: 400;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .FAQ_title{
        text-align: center;
        font-family: 'Noto Serif JP', serif;
        /* font-size: 50px; line-height: 60px; */
        font-size: 3.13vw; line-height: 3.75vw;
        color: #000; font-weight: 400;
        /* margin: 100px 0 80px 0; */
        margin: 6.25vw 0 5.00vw 0;
    }
    .FAQ_mg{
        /* margin: 0 0 120px 0; */
        margin: 0 0 7.50vw 0;
    }
}
@media screen and (min-width:1601px) , print { /*PC*/
    #FAQ{
        width: 1200px;
        display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
        margin: 0 0 100px 0;
    }
    .FAQ_wrap{
        width: 1050px;
        font-size: 20px; line-height: 1.4em; font-weight: 400;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .FAQ_title{
        text-align: center;
        font-family: 'Noto Serif JP', serif;
        font-size: 50px; line-height: 60px;
        color: #000; font-weight: 400;
        margin: 100px 0 80px 0;
    }
    .FAQ_mg{
        margin: 0 0 120px 0;
    }
}


/* FAQ_nav */
@media screen and (max-width:767px) { /*SP*/
    .FAQ_navWrap{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        /* gap: 10px; */
        gap: 2.42vw;
        /* margin: 50px 0 0 0; */
        margin: 12.08vw 0 0 0;
    }
    .FAQ_nav{
        font-family: 'Noto Serif JP', serif;
        /* font-size: 15px; */
        font-size: 3.62vw;
        font-weight: 400;
        /* width: 176px; */
        width: 42.51vw;
        /* height: 60px; */
        height: 14.49vw;
        background-color: #007EB2;
        color: #fff;
        /* border-radius: 5px; */
        border-radius: 1.21vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        /* padding: 0 0 0 12px; */
        padding: 0 0 0 2.90vw;
        transition: 0.3s;
    }
    .FAQ_nav:after {
        content: "";
        display: block;
        /* width: 20px; */
        width: 4.83vw;
        /* height: 20px; */
        height: 4.83vw;
        background-image: url('../../img/COMMON_link_d.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        /* right: 10px; */
        right: 2.42vw;
        /* bottom: calc(50%-10px); */
        bottom: calc(50%-2.42vw);
    }
    /* ------- */
    .FAQ_qaWrap{
        width: 100%;
        /* margin: 100px 0 0 0; */
        margin: 24.15vw 0 0 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .FAQ_qa_title{
        font-family: 'Noto Serif JP', serif;
        /* font-size: 28px; */
        font-size: 6.76vw;
        font-weight: 400;
    }
    .FAQ_qa_line{
        /* width: 100%; height: 2px; */
        width: 100%; height: 0.48vw;
        background-color: #007EB2;
        /* margin: 20px 0 20px 0; */
        margin: 4.83vw 0 4.83vw 0;
    }
    /* ^^^^^^^^ */
    .FAQ_qa_box{
        width: 100%;
        position: relative;
        /* margin: 10px 0 0 0; */
        margin: 2.42vw 0 0 0;
    }
    .FAQ_q_box{
        position: relative;
        width: 100%;
        background-color: #CCECF5;
        /* font-size: 18px; */
        font-size: 4.35vw;
        /* line-height: 30px; */
        line-height: 7.25vw;
        font-weight: 400;
        /* padding: 15px 40px 15px 60px; */
        padding: 3.62vw 9.66vw 3.62vw 14.49vw;
        /* margin: 0 0 5px 0; */
        margin: 0 0 1.21vw 0;
        cursor: pointer;
    }
    .FAQ_q_box::before {
        content: "Q.";
        position: absolute;
        /* left: 15px; */
        left: 3.62vw;
        /* top: 14px; */
        top: 3.38vw;
        /* font-size: 32px; */
        font-size: 7.73vw;
        color: #007EB2;
        font-weight: 400;
        line-height: 1;
        font-family: 'Noto Serif JP', serif;
    }
    .FAQ_q_box:after {
        content: "";
        display: block;
        /* width: 20px; */
        width: 4.83vw;
        /* height: 20px; */
        height: 4.83vw;
        background-image: url('../../img/COMMON_link_d.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        /* right: 15px; */
        right: 3.62vw;
        /* top: calc( 50% - 10px ); */
        top: calc( 50% - 2.42vw );
    }
    .FAQ_a_box{
        position: relative;
        width: 100%;
        background-color: #EDEDED;
        /* font-size: 18px; */
        font-size: 4.35vw;
        /* line-height: 30px; */
        line-height: 7.25vw;
        font-weight: 400;
    }
    .FAQ_a_box::before {
        content: "A.";
        position: absolute;
        /* left: 15px; */
        left: 3.62vw;
        /* top: 18px; */
        top: 4.35vw;
        /* font-size: 32px; */
        font-size: 7.73vw;
        color: #007EB2;
        font-weight: 400;
        line-height: 1;
        font-family: 'Noto Serif JP', serif;
    }
    .FAQ_a_box a{
        color: #000;
        text-decoration: underline;
        /* text-underline-offset: 5px; */
        text-underline-offset: 1.21vw;
        transition: 0.3s;
    }
    .FAQ_a_inner{
        /* padding: 20px 20px 20px 60px; */
        padding: 4.83vw 4.83vw 4.83vw 14.49vw;
    }
    .FAQ_note{
        /* font-size: 12px; */
        font-size: 2.90vw;
        /* line-height: 23px; */
        line-height: 5.56vw;
        /* text-indent: -12px; */
        text-indent: -2.90vw;
        /* padding-left: 12px; */
        padding-left: 2.90vw;
        /* margin: 9px 0 0 0; */
        margin: 2.17vw 0 0 0;
    }
    /* ----------- */
    .FAQ_close{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        /* width: 100px; */
        width: 24.15vw;
        /* margin: 10px 0 0 60px; */
        margin: 2.42vw 0 0 14.49vw;
        /* font-size: 16px; */
        font-size: 3.86vw;
    }
    .FAQ_close img{
        /* width: 14px; height: 14px; */
        width: 3.38vw; height: 3.38vw;
        /* margin: 2px 10px 0 0; */
        margin: 0.48vw 2.42vw 0 0;
    }
    /* ----------- */
    .FAQ_a_box {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.4s ease, opacity 0.4s ease;
    }
    .FAQ_a_box.active {
        opacity: 1;
        /* margin: 0 0 5px 0; */
        margin: 0 0 1.21vw 0;
    }
    @keyframes faqOpen {
        /* from { opacity: 0; transform: translateY(-5px); } */
        from { opacity: 0; transform: translateY(-1.21vw); }
        to   { opacity: 1; transform: translateY(0); }
    }
}
@media screen and (min-width:768px) and ( max-width:1600px) { /*TB*/
    .FAQ_navWrap{
        width: 100%;
        display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
        /* gap: 15px; */
        gap: 0.94vw;
        /* margin: 50px 0 0 0; */
        margin: 3.13vw 0 0 0;
    }
    .FAQ_nav{
        font-family: 'Noto Serif JP', serif;
        /* font-size: 18px; */
        font-size: 1.13vw;
        font-weight: 400;
        /* width: 340px; */
        width: 21.25vw;
        /* height: 90px; */
        height: 5.63vw;
        background-color: #007EB2;
        color: #fff;
        /* border-radius: 5px; */
        border-radius: 0.31vw;
        display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
        position: relative;
        /* padding: 15px 0 0 0; */
        padding: 0.94vw 0 0 0;
        transition: 0.3s;
    }
    .FAQ_nav:hover{
        opacity: 0.75;
    }
    .FAQ_nav:after {
        content: "";
        display: block;
        /* width: 20px; */
        width: 1.25vw;
        /* height: 20px; */
        height: 1.25vw;
        background-image: url('../../img/COMMON_link_d.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        /* right: calc( 50% - 10px ); */
        right: calc( 50% - 0.63vw );
        /* bottom: 15px; */
        bottom: 0.94vw;
    }
    /* ------- */
    .FAQ_qaWrap{
        width: 100%;
        /* margin: 150px 0 0 0; */
        margin: 9.38vw 0 0 0;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .FAQ_qa_title{
        font-family: 'Noto Serif JP', serif;
        /* font-size: 38px; */
        font-size: 2.38vw;
        font-weight: 400;
    }
    .FAQ_qa_line{
        /* width: 100%; height: 2px; */
        width: 100%; height: 0.13vw;
        background-color: #007EB2;
        /* margin: 20px 0 20px 0; */
        margin: 1.25vw 0 1.25vw 0;
    }
    /* ^^^^^^^^ */
    .FAQ_qa_box{
        width: 100%;
        position: relative;
        /* margin: 10px 0 0 0; */
        margin: 0.63vw 0 0 0;
    }
    .FAQ_q_box{
        position: relative;
        width: 100%;
        background-color: #CCECF5;
        /* font-size: 22px; */
        font-size: 1.38vw;
        /* line-height: 40px; */
        line-height: 2.50vw;
        font-weight: 400;
        /* padding: 20px 20px 20px 70px; */
        padding: 1.25vw 1.25vw 1.25vw 4.38vw;
        /* margin: 0 0 10px 0; */
        margin: 0 0 0.63vw 0;
        cursor: pointer;
    }
    .FAQ_q_box::before {
        content: "Q.";
        position: absolute;
        /* left: 20px; */
        left: 1.25vw;
        /* top: 20px; */
        top: 1.25vw;
        /* font-size: 38px; */
        font-size: 2.38vw;
        color: #007EB2;
        font-weight: 400;
        line-height: 1;
        font-family: 'Noto Serif JP', serif;
    }
    .FAQ_q_box:after {
        content: "";
        display: block;
        /* width: 20px; */
        width: 1.25vw;
        /* height: 20px; */
        height: 1.25vw;
        background-image: url('../../img/COMMON_link_d.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        /* right: 20px; */
        right: 1.25vw;
        /* top: 30px; */
        top: 1.88vw;
    }
    .FAQ_a_box{
        position: relative;
        width: 100%;
        background-color: #EDEDED;
        /* font-size: 22px; */
        font-size: 1.38vw;
        /* line-height: 40px; */
        line-height: 2.50vw;
        font-weight: 400;
    }
    .FAQ_a_box::before {
        content: "A.";
        position: absolute;
        /* left: 20px; */
        left: 1.25vw;
        /* top: 20px; */
        top: 1.25vw;
        /* font-size: 38px; */
        font-size: 2.38vw;
        color: #007EB2;
        font-weight: 400;
        line-height: 1;
        font-family: 'Noto Serif JP', serif;
    }
    .FAQ_a_box a{
        color: #000;
        text-decoration: underline;
        /* text-underline-offset: 5px; */
        text-underline-offset: 0.31vw;
        transition: 0.3s;
    }
    .FAQ_a_box a:hover{
        opacity: 0.5;
    }
    .FAQ_a_inner{
        /* padding: 20px 20px 20px 70px; */
        padding: 1.25vw 1.25vw 1.25vw 4.38vw;
    }
    .FAQ_note{
        /* font-size: 14px; */
        font-size: 0.88vw;
        /* line-height: 28px; */
        line-height: 1.75vw;
        /* text-indent: -14px; */
        text-indent: -0.88vw;
        /* padding-left: 14px; */
        padding-left: 0.88vw;
    }
    /* ----------- */
    .FAQ_close{
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        /* width: 100px; */
        width: 6.25vw;
        /* margin: 20px 0 10px 390px; */
        margin: 1.25vw 0 0.63vw 24.38vw;
        /* font-size: 18px; */
        font-size: 1.13vw;
    }
    .FAQ_close img{
        /* width: 14px; height: 14px; */
        width: 0.88vw; height: 0.88vw;
        /* margin: 2px 10px 0 0; */
        margin: 0.13vw 0.63vw 0 0;
    }
    /* ----------- */
    .FAQ_a_box {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.4s ease, opacity 0.4s ease;
    }
    .FAQ_a_box.active {
        opacity: 1;
    }
    @keyframes faqOpen {
        /* from { opacity: 0; transform: translateY(-5px); } */
        from { opacity: 0; transform: translateY(-0.31vw); }
        to   { opacity: 1; transform: translateY(0); }
    }
}
@media screen and (min-width:1601px) , print { /*PC*/
    .FAQ_navWrap{
        width: 100%;
        display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
        gap: 15px;
        margin: 50px 0 0 0;

    }
    .FAQ_nav{
        font-family: 'Noto Serif JP', serif;
        font-size: 18px;
        font-weight: 400;
        width: 340px;
        height: 90px;
        background-color: #007EB2;
        color: #fff;
        border-radius: 5px;
        display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
        position: relative;
        padding: 15px 0 0 0;
        transition: 0.3s;
    }
    .FAQ_nav:hover{
        opacity: 0.75;
    }
    .FAQ_nav:after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background-image: url('../../img/COMMON_link_d.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        right: calc( 50% - 10px );
        bottom: 15px;
    }
    /* ------- */
    .FAQ_qaWrap{
        width: 100%;
        margin: 150px 0 0 0;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .FAQ_qa_title{
        font-family: 'Noto Serif JP', serif;
        font-size: 38px;
        font-weight: 400;
    }
    .FAQ_qa_line{
        width: 100%; height: 2px;
        background-color: #007EB2;
        margin: 20px 0 20px 0;
    }
    /* ^^^^^^^^ */
    .FAQ_qa_box{
        width: 100%;
        position: relative;
        margin: 10px 0 0 0;
    }
    .FAQ_q_box{
        position: relative;
        width: 100%;
        background-color: #CCECF5;
        font-size: 22px;
        line-height: 40px;
        font-weight: 400;
        padding: 20px 20px 20px 70px;
        margin: 0 0 10px 0;
        cursor: pointer;
    }
    .FAQ_q_box::before {
        content: "Q.";
        position: absolute;
        left: 20px;
        top: 20px;
        font-size: 38px;
        color: #007EB2;
        font-weight: 400;
        line-height: 1;
        font-family: 'Noto Serif JP', serif;
    }
    .FAQ_q_box:after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background-image: url('../../img/COMMON_link_d.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        right: 20px;
        top: 30px;
    }
    .FAQ_a_box{
        position: relative;
        width: 100%;
        background-color: #EDEDED;
        font-size: 22px;
        line-height: 40px;
        font-weight: 400;
    }
    .FAQ_a_box::before {
        content: "A.";
        position: absolute;
        left: 20px;
        top: 20px;
        font-size: 38px;
        color: #007EB2;
        font-weight: 400;
        line-height: 1;
        font-family: 'Noto Serif JP', serif;
    }
    .FAQ_a_box a{
        color: #000;
        text-decoration: underline;
        text-underline-offset: 5px;
        transition: 0.3s;
    }
    .FAQ_a_box a:hover{
        opacity: 0.5;
    }
    .FAQ_a_inner{
        padding: 20px 20px 20px 70px;
    }
    .FAQ_note{
        font-size: 14px;
        line-height: 28px;
        text-indent: -14px;
        padding-left: 14px;
    }
    /* ----------- */
    .FAQ_close{
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        width: 100px;
        margin: 20px 0 10px 390px;
        font-size: 18px;
    }
    .FAQ_close img{
        width: 14px; height: 14px;
        margin: 2px 10px 0 0;
    }
    /* ----------- */
    .FAQ_a_box {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.4s ease, opacity 0.4s ease;
    }
    .FAQ_a_box.active {
        opacity: 1;
    }
    @keyframes faqOpen {
        from { opacity: 0; transform: translateY(-5px); }
        to   { opacity: 1; transform: translateY(0); }
    }
}