
@charset "UTF-8";

a#target + .composite_box01 .inner_item_img img {
    max-width: 80px;
    width: 100%;
    max-height: 80px;
}
a#target + .composite_box01 .inner_item:nth-of-type(1) .inner_item_img:nth-last-of-type(1) {
    text-align: right;
}
a#target + .composite_box01 .inner_item:nth-of-type(2) .inner_item_img:nth-last-of-type(1) {
    text-align: left;
}
@media screen and (max-width: 900px) {
a#target + .composite_box01 .inner_item {
    width: calc(100% / 2 - 4%);
    margin: 0 2%;
}
}