@charset "UTF-8";

#contact_tel + section .inner_item_txt a[href^="tel"] {
    text-decoration: none;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
#contact_tel + section .inner_item_txt a[href^="tel"] {
    pointer-events: auto;
}
}