@charset "UTF-8";

@media screen and (max-width: 768px) {
#rap + .composite_box01 {
    display: none;
}
}
@media screen and (max-width: 768px) {
#rap + .contents_box01 {
    display: none;
}
}


#rapimg + .contents_box01 {
    display: none;
}

@media screen and (max-width: 768px) {
#rapimg + .contents_box01 {
    display: block;
}
}