
@charset "UTF-8";

.inner_item.empty {
    display: none;
}
.composite_box01 .wrapper_item {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}
.inner_item {
    margin-left: 0!important;
}

img{
margin:0 auto;
}