@charset "UTF-8";

#special_cleaning_comic + section .inner_item_img img {
    max-height: 800px;
    object-fit: contain;
}

.line_image {
    margin-top: 10px;
}

.line_image img {
    max-width: 200px;
}

@media screen and (max-width: 900px) {
.line_image {
    text-align: center;
}
}