@charset "UTF-8";

/*---強みパーツ---*/
#top_strong+.composite_box01 .wrapper_item {
    justify-content: space-around;
}

#top_strong+.composite_box01 .wrapper_item .inner_item{
    width: calc(33.3% - 3px);
}

#top_strong+.composite_box01 .wrapper_item .inner_item_txt{
    background: rgba(0, 0, 0, 0.4);
}

#top_strong+.composite_box01 .wrapper_item .inner_item_txt  br.-w-tab{
    display:none;
}

@media screen and (min-width: 701px) and (max-width: 1130px){
    #top_strong+.composite_box01 .wrapper_item .inner_item_txt br.-w-tab{
        display:block;
    }
}
@media screen and (max-width: 400px){
    #top_strong+.composite_box01 .wrapper_item .inner_item_txt.heading.block_header_4 .h {
        font-size: max(5vw, 16px) !important;
    }
}
