@charset "UTF-8";

/* 調布整体院 彩～いろどり～への道順 */

#ac+section .heading.block_header_2 .h {
    color: var(--i_btn_color);
    border-bottom: 2px solid var(--i_btn_color);
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 2.5rem !important;
}

#ac+section .heading.block_header_2 p {
    color: var(--i_txt_color);
    font-size: 1.8rem !important;
}

@media screen and (max-width: 800px) {
    #ac+section .heading.block_header_2 .h {
        font-size: 2rem !important;
    }
}