
@charset "UTF-8";

/*見出しスタイル*/
a[id*="h3"] + section h3{
    font-size: 2.3rem !important;
    color: #fff;
    background: var(--i_main_color);
    padding: 10px 10px 10px 10px !important;
    display: block !important;
    font-weight: 500 !important;
}
a[id*="h3"] + section h3::after{
   content: none;
}
@media screen and (max-width: 800px) {
    a[id*="h3"] + section h3 .h {
        font-size: 2.0rem !important;
    }
}