@charset "UTF-8";

/*サービス3カラムパーツ調整_251208 */
#service01 + .composite_box01 .wrapper_item {
    gap: 2rem;
}
#service01 + .composite_box01 .inner_item{
    border: 6px solid var(--i_sub_color);
    box-shadow: 10px 10px 0 0 rgb(85 165 179 / 20%);
    width: calc(33.33% - 7rem / 3 )!important;
    margin: 0 1rem 1rem 0 !important;
}
@media screen and (max-width: 900px) {
    #service01 + .composite_box01 .inner_item{
        width: calc(50% - 4rem / 2)!important;
    }
    #service01 + .composite_box01 .inner_item_txt{
        padding: calc(3vw - 10px) 0 3vw;
    }
    #service01 + .composite_box01 .heading.block_header_4 .h {
        font-size: clamp(1.2rem, 3vw, 1.8rem) !important;
    }
}
@media screen and (max-width: 500px) {
    #service01 + .composite_box01 .wrapper_item {
        gap: 1rem;
    }
    #service01 + .composite_box01 .inner_item{
        width: calc(50% - 3rem / 2)!important;
    }
}