@charset "UTF-8";

/* #app+.composite_box01 .inner_item_img img{
    max-height: 75px;
}
@media screen and (max-width: 900px){
    #app+.composite_box01 .inner_item_img img{
        max-height: 70px;
    }
} */
#app+.composite_box01 .inner_item_img img{
    object-fit: contain;
    height: auto!important;
    display: block;
    width: fit-content!important;
    width: 205px!important;
    margin: 0 auto;
}
#app+.composite_box01 .heading.block_header_4 .h{
    color: var(--i_txt_color);
}
#app+.composite_box01 .inner_item_img:nth-last-of-type(1) {
    height: 75px;
    display: flex;
    align-items: center;
}
@media screen and (min-width: 900px){
    #app+.composite_box01 .wrapper_item{
        justify-content: center;
    }
    #app+.composite_box01 .inner_item{
        max-width: 300px;
    }
}