@charset "UTF-8";

#tel + section .inner_item_img a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #tel + section .inner_item_img a {
    pointer-events: auto;
  }
}