@charset "UTF-8";
/*----------------------------------------------
	introduction
----------------------------------------------*/
body.partner #introduction .subTtl {
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}
body.partner #introduction .introductionTxt {
	text-align: center;
	line-height: 2.2;
	margin: 0 0 50px;
}
body.partner #introduction .imgArea {
	width: 660px;
	margin: 80px auto 0;
}
@media (max-width: 767px) {
	body.partner #introduction .subTtl {
		font-size: 18px;
		margin-bottom: 3px;
	}
	body.partner #introduction .introductionTxt {
		line-height: 2;
		text-align: left;
		margin: 0 0 20px;
	}
	body.partner #introduction .imgArea {
		width: 100%;
		margin: 40px auto 0;
	}
	body.partner #introduction .imgAreaImg {
		width: 48%;
	}
}
/*----------------------------------------------
	contact
----------------------------------------------*/
body.partner #contact .contactBtn {
	text-align: center;
	padding-bottom: 30px;
}
body.partner #contact .contactBtn a {
	font-size: 20px;
	background-color: #000;
	display: inline-block;
	border-radius: 10px;
	padding: 20px 40px 20px;
	color: #fff;
}
@media (max-width: 767px) {
	body.partner #contact .contactBtn a {
		font-size: 18px;
		border-radius: 5px;
		padding: 15px 0;
		width: 90%
	}
}
body.partner #contact .tel {
	text-align: center;
}
body.partner #contact .telTxt {
	display: inline-block;
	font-size: 24px;
	margin: 0 5px 0 0;
}
body.partner #contact .telNum {
	display: inline-block;
	margin-bottom: 0;
	line-height: 1;
}
body.partner #contact .telNum a {
	font-size: 38px;
	color: #000;
}
@media (max-width: 767px) {
	body.partner #contact .telNum a {
		font-size: 36px;
	}
}
@media (min-width: 768px) {
	body.partner #contact .telNum a {
		pointer-events: none;
	}
}
body.partner #contact .time {
	text-align: center;
}
body.partner #contact .logoImg img {
	width: 50px;
	margin-bottom: 3px;
}
body.partner #contact .address {
	text-align: center;
}