@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------
----------  15.中見出し              ---------------
-------------------------------------------------- */

    /*----------------------------------------------- */
    /*    PC時設定                                    */
    /*----------------------------------------------- */
    .hpci-15_M_title
    {
        display         : flex;
        justify-content : flex-start;
        align-items     : center;
        margin-bottom   : 15px;
        font-weight     : bold;
        position        : relative;
        padding-left    : 17px;
    }
    
    .hpci-15_M_title .hpci-15_M_title_bar
    {
        background   : #08875A 0% 0% no-repeat padding-box;
        opacity      : 1;
        width        : 6px;
        top          : 5px;
        left         : 0;
        height       : 16px;
        position     : absolute;
    }
    .hpci-15_M_title h3.page-title
    {
        font-size       : 1.8rem;
    }

    /*----------------------------------------------- */
    /*    SP時設定                                    */
    /*----------------------------------------------- */
    
@media all and (max-width:767px) {
    .hpci-15_M_title h3.page-title
    {
        font-size       : 1.6rem;
    }

}
/* --------------------------------------------------
---  15.中見出し  End                            ---
-------------------------------------------------- */
