@charset "UTF-8";

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