@charset "UTF-8";

/*TOP＞ご入庫時の流れ*/
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(3) {
    margin-top: 30px;
}
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(2) {
    margin-top: 60px;
}
.composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(1) {
    margin-top: 90px;
}

.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2) {
    margin-top: 30px;
}
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1) {
    margin-top: 60px;
}
