@charset "UTF-8";

@media screen and (max-width: 768px) {
#business + .contents_box01.block_image_text_3 .inner_item_txt li img {
    width: 100%;
}
.inner_item_txt li {
    display: flex;
    width: 95% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    justify-content: center;
}

.inner_item_txt li img {
    width: 50% !important;
    max-width: 50% !important;
}
}