@charset "UTF-8";

@media (max-width: 700px) {
#t_service + div.composite_box01 .content_wrapper .wrapper_item .inner_item {
    width: 100% !important;
}
}

#t_map + section .content_wrapper {
    padding: 0;
}
#t_map + section .content_wrapper .map_wrap iframe{
    width: 100%;
}


@media (max-width: 600px) {
    #t_map + section .content_wrapper .map_wrap iframe {
        height: 320px;
    }
}