@charset "utf-8";

.ttt	{
	font-weight: 700;
	margin-bottom: 10px;
}


.tel a	{
	display: block;
	text-decoration: none;
	color: #4c4c4c;
	cursor: text;
}
@media screen and (max-width: 680px) {
	.tel a	{
		cursor: pointer;
	}
}