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

page-faq.css　よくあるご質問css

********************************************************************************/

/*######################################################################
 一覧
######################################################################*/
/*============================================================
 メインビジュアル
*============================================================*/
#page-faq-list #mainvisual {
}

/*============================================================
 セクション共通
*============================================================*/
#page-faq-list .section {
    padding-bottom: var(--section-space);
    border-bottom: solid 1px #B0B0B0;
}
#page-faq-list .section .sec-title {
    padding: 20px 40px 20px 60px;
    position: relative;
    margin-bottom: 40px;
    line-height: 40px;
    background-color: var(--common-color-white);
    /* text-box-trim: trim-start;
    text-box-edge: cap alphabetic; */
}
#page-faq-list .section .sec-title::before {
    content: "";
    display: block;
    width: 4px;
    height: 36px;
    background-color: var(--common-color-black);
    position: absolute;
    bottom: 20px;
    left: 40px;
}
#page-faq-list .section .block-title {
    margin: 60px 0 20px 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
}

/*============================================================
 セクション
*============================================================*/
#page-faq-list #sec-post-list {
}


/*######################################################################
 詳細
######################################################################*/
/*============================================================
 メインビジュアル
*============================================================*/
#page-faq #mainvisual {
}

/*============================================================
 セクション共通
*============================================================*/
#page-faq .section {
    height: 600px;
    margin-bottom: 0;
}

/*============================================================
 セクション
*============================================================*/
#page-faq #sec-AAA {
    background-color: var(--common-color-background1);
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1239px) {
    /*######################################################################
     一覧
    ######################################################################*/
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-faq-list #mainvisual {
    }

    /*============================================================
     セクション共通
    *============================================================*/
   
    /*######################################################################
     詳細
    ######################################################################*/
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-faq #mainvisual {
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*######################################################################
     一覧
    ######################################################################*/
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-faq-list #mainvisual {
    }

    /*============================================================
     セクション共通
    *============================================================*/
    #page-faq-list .section .sec-title {
        padding: 18px 20px 18px 36px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
        background-color: var(--common-color-white);
        /* text-box-trim: trim-start;
        text-box-edge: cap alphabetic; */
    }
    #page-faq-list .section .sec-title::before {
        height: 22px;
        bottom: 18px;
        left: 20px;
    }
    #page-faq-list .section .block-title {
        margin: 8px 0;
        font-size: 16px;
        line-height: 140%;
    }

    /*######################################################################
     詳細
    ######################################################################*/
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-faq #mainvisual {
    }

}
