@charset "UTF-8";

#tel+section a{
	position:relative;
	text-decoration:none;
	font-size: 3.7rem;
}
#tel+section a span{
	padding-left: 48px;
}
#tel+section a::before{
	position:absolute;
	content:"";
	display:inline-block;
	width:1.0em;
	height:1.0em;
	background:url(/common/upload_data/escrowcojp/image/tel.png) no-repeat;
	background-size:contain;
	top: 5px !important;
}

@media screen and (max-width: 500px){
	#tel+section .inner_item_txt{
		text-align: center!important;
	}
	#tel+section a span{
	padding-left: 42px;
}
}