@charset "UTF-8";

.composite_box01 .inner_item_img img {
    object-fit: contain;
}

/*-------------関連ページ調整-----------------*/
section.contents_related {
    display: none;
}
#common_footer section.contents_related {
    display: block;
}
#common_footer section.contents_related .content_wrapper {
    padding: 0 !important;
    max-width: none !important;
}
@media screen and (max-width: 800px) {
#common_footer > section {
    padding: 40px 0;
}
}