@charset "utf-8";

/**** TELリンクを消す ****/
a.tellink {
	line-height: 3em;
}
@media screen and (min-width: 768px) {
	a.tellink {
		pointer-events: none;
		color: currentColor;
		text-decoration: none;
	}
}