@charset "UTF-8";

/*----- 電話番号リンク処理(2025/02/19) -----*/
@media screen and (min-width: 701px){
    #tel-links  + .block_table_5 a[href^="tel"] {
	        pointer-events: none;
    }
}
@media only screen and (max-width: 700px) {
    #tel-links  + .block_table_5 a[href^="tel"] {
	        text-decoration: underline;
    }
}