/* CSS Document */

.span01{
	font-size: 4.2rem;
	font-weight: 400;
	line-height: 1.3;
	color: #333;
	display: inline;
}

.top_txt{
	margin: 15px auto 97px;
	font-size: 18px;
}

.mTable01 table th{
	width: 14.7%;
}


@media(min-width: 768px){
	
	a[href^="tel:"]{
		pointer-events: none;
	}
}

@media(max-width: 768px){
	
	.span01{
		display: inline-block;
		font-size: 2.8rem;
		font-weight: 400;
	}
	
	.mTable01 table th{
		display: block;
		width: 100% !important;
		padding: 12px;
	}
	.mTable01 table td{
		display: block;
		width: 100%;
	}
	
	
}