@charset "UTF-8";

@media screen and (max-width: 700px) {
#service01 + .composite_box01 .inner_item {
    width: 100% !important;
    margin: 0 0 30px!important;
}
#service01 + .composite_box01 .inner_item:nth-last-of-type(1) {
    margin: 0!important;
}
#service02 + .composite_box01 .inner_item {
    width: 100% !important;
    margin: 0 0 30px!important;
}
#service02 + .composite_box01 .inner_item:nth-last-of-type(1) {
    margin: 0!important;
}
}