@charset "UTF-8";


/* ===== ----- メイン ----- ===== */

.pageTtl {
	background: url(../img/main_ph.jpg) no-repeat 0px 0px;
	background-size: cover;
}

.contactTelArea {
	background-color: #f6f6f6;
	margin-bottom: 40px;
	padding: 15px 20px 25px 20px;
	border-top: 1px dotted #e0e0e0;
}

.contactTelArea li {
	float: left;
	width: 48%;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #aaa;
}

.contactTelArea li:first-child,
.contactTelArea li:nth-child(2) {
	border-top: none;
}

.contactTelArea li:nth-child(even) {
	margin-left: 4%;
}

.contactTelArea li span {
	display: inline-block;
	width: 100%;
}

a[href^="tel:"] {
	display: inline-block;
	background: url(../../common/img/ico_tel.png) no-repeat 0px 5px;
	background-size: 16px auto;
	padding-left: 18px;
}


@media screen and (max-width: 580px) {

/* ===== ----- メイン ----- ===== */

.contactTelArea li {
	float: none;
	width: 100%;
}

.contactTelArea li:nth-child(2) {
	border-top: 1px dotted #aaa;
}

.contactTelArea li:nth-child(even) {
	margin-left: 0px;
}

.contactTelArea li span {
	width: 50%;
}

}
