@charset "UTF-8";

#sec02-box + .composite_box01 .inner_item.empty {
    display: none;
}
#sec02-box +.composite_box01 .wrapper_item {
    justify-content: center;
}
#sec02-box + .composite_box01 .inner_item {
width: 31%;
}
#sec02-box + .composite_box01 .inner_item img {
height: 257px !important;
}
@media screen and ( max-width : 480px ) {
main>div.pt30 {
    padding-top: 0;
}
}