@charset "UTF-8";

.composite_box01:not(.block_images_13) .inner_item:nth-of-type(1):nth-last-of-type(4), .composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(3), .composite_box01:not(.block_images_13) .inner_item:nth-of-type(3):nth-last-of-type(2), .composite_box01:not(.block_images_13) .inner_item:nth-of-type(4):nth-last-of-type(1) {
    height: 160px;
    position: relative;
}
.inner_item_txt {
   width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner_item.empty {
    display: none;
}