@charset "utf-8";

/* 全てのサイズ共通 */

.ttlEntry {
    font-size: 2.4rem;
    font-weight: bold;
    color: #cf9a3d;
    margin: 3% 0 1% !important;
	}		
	
.ppTelArea {
	border:3px solid #dcdcdc;
	padding:20px 17px 12px;
	margin:0 0 50px;
	}
	
.ppTelArea p.ttl {
	background:url(../img/common_ttl_arrow.png) no-repeat 0 2px;
	font-weight:900;
	padding:0 0 0 22px;
	font-size:1.6rem;
	}	
	
p.telTxt {
	font-size:1.5rem;
	}	
	
p.telNum {
	font-size:1.5rem;
	vertical-align:bottom;
	}	
	
p.telNum span {
    font-size: 3.4rem;
    line-height: 3.5rem;
    vertical-align: bottom;
    display: block;
}


@media screen and (min-width:1010px) and ( max-width:1400px) {
    /* PC用　*/
p.telNum span {
    font-size: 3.5rem;
    display: inline;
}

}

@media screen and (min-width:1400px) {
    /* 右サイド広告がコンテンツに被らない　*/
p.telNum span {
    font-size: 3.5rem;
    line-height: 3.5rem;
    vertical-align: bottom;
    display: inline;
}
}