@charset "UTF-8";

#select + .composite_box01 .inner_item_img {
    width: 20%;
    height: auto;
    aspect-ratio: 1 / 1;
}
#select + .composite_box01 .inner_item_img img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
@media only screen and (max-width: 768px) {
    #select + .composite_box01 .inner_item_img {
        width: 10%;
    }
}