@charset "UTF-8";

#anchors+.composite_box01.block_images_4 .inner_item_img {
    padding-top: 100%;
    width: 100%;
}
#anchors+.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3),
#anchors+.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2),
#anchors+.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1) {
    width: 20%;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
#anchors+.composite_box01 .wrapper_item {
    justify-content: center;
    padding-top: 100px;
    flex-wrap: nowrap;
}
#anchors+.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2) {
    margin-top: -100px;
}

@media screen and (max-width: 900px) {
#anchors+.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3),
#anchors+.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2),
#anchors+.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1) {
    width: 30%;
}
}
@media screen and (max-width: 420px) {
#anchors+.composite_box01 .wrapper_item {
    flex-direction: column;
    padding-top:0;
}
#anchors+.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2) {
    margin-top: 0;
}
}