@charset "UTF-8";
/*----------------------------------------------------
    Introduction
----------------------------------------------------*/

/* Sec01
---------------------------*/
#sec01 {
    padding-bottom: 5rem;
}

#sec01 h3 {
    margin-bottom: 3rem;
}

#sec01 .faq_wrap .accordion {
    margin-bottom: 6rem;
}

#sec01 .faq_wrap .accordion:last-child {
    margin-bottom: 0;
}

#sec01 .faq_wrap .card {
    border: 1px solid #e6e6e6;
    border-bottom-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: -1px;
}

#sec01 .faq_wrap .card-header {
    padding: 0;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
}

#sec01 .faq_wrap .card-header a {
    color: #1d2087;
    padding: .5rem 2rem .5rem .5rem;
    display: flex;
    align-items: center;
    position: relative;
}

#sec01 .faq_wrap .card-header a::before,
#sec01 .faq_wrap .card-header a::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background-color: #f00808;
    transition: .2s;
}

#sec01 .faq_wrap .card-header a::after {
    transform: rotate(0);
}

#sec01 .faq_wrap .card-header a[aria-expanded=false]::after {
    transform: rotate(90deg);
}

#sec01 .faq_wrap .card-body {
    padding: .5rem;
    display: flex;
    align-items: flex-start;
}

#sec01 .faq_wrap .card-body .txt_block {
    margin: .6rem 0;
    line-height: 1.5;
}

#sec01 .faq_wrap .icon_Q,
#sec01 .faq_wrap .icon_A {
    color: #fff;
    /* font-family: 'Lora', serif; */
    font-family: 'Noto Sans JP', sans-serif;

    font-size: 32px;
    display: inline-block;
    line-height: 0;
    margin-right: 1rem;
}

#sec01 .faq_wrap .icon_Q {
    background-color: #1d2087;
    padding: 25px 13px;
}

#sec01 .faq_wrap .icon_A {
    background-color: #f00808;
    padding: 25px 15px;
}

@media screen and (min-width:768px) and (max-width:991px) {
    #sec01 {
        padding-bottom: 4rem;
    }

    #sec01 .faq_wrap .card-header {
        font-size: 14px;
    }

    #sec01 .faq_wrap .txt_block {
        font-size: 14px;
    }

    #sec01 .faq_wrap .icon_Q,
    #sec01 .faq_wrap .icon_A {
        font-size: 18px;
        padding: 1.2rem .8rem;
        margin-right: .6rem;
    }
}

@media screen and (max-width:767px) {
    #sec01 {
        padding-bottom: 2rem;
    }

    #sec01 h3 {
        margin-bottom: 2rem;
    }

    #sec01 .faq_wrap .card-header {
        font-size: 12px;
    }

    #sec01 .faq_wrap .txt_block {
        font-size: 12px;
    }

    #sec01 .faq_wrap .icon_Q,
    #sec01 .faq_wrap .icon_A {
        font-size: 14px;
        padding: .9rem .6rem;
        margin-right: .6rem;
    }

    #sec01 .faq_wrap .card-header a::before,
    #sec01 .faq_wrap .card-header a::after {
        width: 14px;
        right: .6rem;
    }
}


/* Sec02
---------------------------*/
#sec02 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fff;
}

#sec02 h2 {
    font-size: 32px;
    text-align: center;
    border-bottom: 1px solid #6c4851;
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    color: #6c4851;
}

#sec02 .step_wrap {
    background-color: #ebe8dc;
    padding: 1.6rem;
    margin-bottom: 2rem;
}

#sec02 .step_wrap h3 {
    font-size: 32px;
    color: #6c4851;
    margin-top: 1.6rem;
}

#sec02 .step_wrap h3 span {
    /* font-family: 'Cinzel', serif; */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 200%;
    margin-right: .6rem;
}

#sec02 .step_wrap p {
    font-size: 16px;
}

@media screen and (min-width:768px) and (max-width:991px) {
    #sec02 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    #sec02 h2 {
        font-size: 28px;
    }

    #sec02 .step_wrap h3 {
        font-size: 22px;
        margin-top: 0;
    }

    #sec02 .step_wrap p {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    #sec02 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #sec02 h2 {
        font-size: 20px;
        margin-bottom: 1.6rem;
        padding-bottom: 1rem;
    }

    #sec02 .step_wrap {
        padding: 1rem;
        margin-bottom: 1.6rem;
    }

    #sec02 .step_wrap h3 {
        font-size: 18px;
        margin-top: 0;
    }

    #sec02 .step_wrap p {
        font-size: 12px;
    }
}

/* btn_link
---------------------------*/

#sec02 .btn_tel .tel {
    font-size: 180%;
}

#sec02 .btn_tel a {
    font-size: 12px;
}

#sec02 .btn_line a,
#sec02 .btn_mail a {
    font-size: 16px;
}

#sec02 .btn_tel,
#sec02 .btn_line,
#sec02 .btn_mail {
    height: 100%;
}

#sec02 .btn_tel a,
#sec02 .btn_line a,
#sec02 .btn_mail a {
    height: 100%;
}

@media screen and (min-width:768px) and (max-width:991px) {
    #sec02 .btn_tel a {
        font-size: 10px;
    }

    #sec02 .btn_line a,
    #sec02 .btn_mail a {
        font-size: 14px;
    }
}

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

    #sec02 .btn_tel,
    #sec02 .btn_line,
    #sec02 .btn_mail {
        height: inherit;
    }

    #sec02 .btn_tel a,
    #sec02 .btn_line a,
    #sec02 .btn_mail a {
        height: inherit;
    }

    #sec02 .btn_tel,
    #sec02 .btn_line {
        margin-bottom: 1rem;
    }

    #sec02 .btn_tel a {
        font-size: 12px;
        margin-bottom: 1rem;
    }

    #sec02 .btn_line a,
    #sec02 .btn_mail a {
        font-size: 16px;
    }
}