@charset "UTF-8";

#menuAnker + .composite_box01 .wrapper_item {
    justify-content: center;
}
#menuAnker + .composite_box01 .inner_item_img {
    width: 50%!important;
}
#menuAnker + .composite_box01 .inner_item_img img {
    object-fit: contain;
}
@media screen and (max-width: 1100px) {
    #menuAnker + .composite_box01 .inner_item {
        width: 17%!important;
    }
    #menuAnker + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(5) {
        margin-left: 0!important;
    }
}
@media screen and (max-width: 900px) {
#menuAnker + .composite_box01 .inner_item {
    width: 17%!important;   
}
#menuAnker + .composite_box01.block_images_1 .inner_item:nth-of-type(2n) {
    margin-left: 0!important;
}
}

@media screen and (max-width: 768px) {
#menuAnker + .composite_box01 .inner_item {
    width: 33%!important;
}
}
@media screen and (max-width: 500px) {
    #menuAnker + .composite_box01 .heading.block_header_4 .h {
        font-size: 1.3rem !important;
    }
}