
@charset "UTF-8";

.inner_item_txt a.tel-link{
     pointer-events:none;
     text-decoration:none;
}
@media screen and (max-width: 900px){
.inner_item_txt a.tel-link{
      pointer-events:auto;
     text-decoration:underline;
}
}