@charset "UTF-8";

.top_contact_tel {
    pointer-events: none;
}
@media screen and (max-width: 768px) {
.top_contact_tel {
    pointer-events: auto;
}
}