@charset "UTF-8";

@media screen and (min-width: 769px){
  .inner_item_txt a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
}
}