@charset "utf-8";
/* CSS Document */

.tel_no{
	font-size: 3rem;
	letter-spacing: 0.1em;
}

#contact .btn + .txt{
	margin-top: 35px;
}
@media screen and (max-width: 767px) {
.tel_no{
	font-size: 2rem;
	}.tel_no.btn a{
		font-size: 1.6rem;
	}
	.tel_no.btn a::before{
		border: none;
		transform: none;
		width: 25px;
    height: 25px;
    background-image: url(../images/common/icn_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    transform: none;
    position: static;
    margin-right: 5px;
		
	}
}