@charset "UTF-8";

.faqIntro {
	font-size: 16px;
	line-height: 2;
	text-align: center;
}

.faqContact {
	margin: 30px 0 0;
	text-align: center;
}

.faqContact_tel {
	display: inline-block;
	vertical-align: middle;
}

.faqContact_num {
	display: block;
	margin: 0 auto;
}

.faqContact_hour {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
}

.faqContact_mail {
	display: inline-block;
	width: 238px;
	height: 60px;
	margin: 0 0 0 50px;
	background: url(../img/faq/contact_mail_bg.png) no-repeat center center;
	color: #FFF;
	font-size: 15px;
	line-height: 1.2;
	vertical-align: middle;
}

.faqContact_mail:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 10px 0 0;
	background: url(../img/faq/contact_mail_icon.png) no-repeat center center;
	vertical-align: middle;
}

.faqContact_mail:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}

.faqContact_mail_text {
	display: inline-block;
	vertical-align: middle;
}


.faqList {
	width: 960px;
	margin: 60px auto 120px;
	border-top: solid 2px #CCC;
	border-bottom: solid 2px #CCC;
}

.faqList > dt {
	position: relative;
	min-height: 40px;
	padding: 30px 40px 20px 110px;
	cursor: pointer;
}

.faqList > dt:before {
	content: "Q";
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 20px;
	left: 40px;
	background: url(../img/faq/faq_q_bg.png) no-repeat center center;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}

.faqList > dt:after {
	content: "＋";
	display: block;
	position: absolute;
	top: 30px;
	right: 40px;
	color: #71BA30;
	font-size: 27px;
	line-height: 1.2;
}

.faqList > dt.faqList_dt--open:after {
	content: "－";
}

.faqList > dd {
	display: none;
	position: relative;
	min-height: 40px;
	padding: 10px 40px 30px 180px;
}

.faqList > dd:before {
	content: "A";
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	left: 110px;
	background: url(../img/faq/faq_a_bg.png) no-repeat center center;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}

.faqList > dd + dt {
	border-top: solid 1px #CCC;
}

.faqList > dt.faqList_dt--open + dd {
	display: block;
}


@media screen and (max-width: 639px) {
	.faqIntro {
		margin: 20px 0 0;
		padding: 0 15px;
		font-size: 14px;
		line-height: 1.6;
		text-align: LEFT;
	}

	.faqContact {
		margin: 20px 0 0;
		padding: 0 15px;
	}

	.faqContact_tel {
		display: block;
	}

	.faqContact_mail {
		display: block;
		width: 238px;
		height: 60px;
		margin: 20px auto 0;
	}


	.faqList {
		width: 100%;
		margin: 20px 0;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.faqList > dt {
		position: relative;
		min-height: 20px;
		padding: 12px 20px 12px 44px;
		font-size: 14px;
		line-height: 1.6;
	}

	.faqList > dt:before {
		display: block;
		position: absolute;
		width: 27px;
		height: 27px;
		top: 10px;
		left: 10px;
		background: url(../img/faq/faq_q_bg.png) no-repeat center center;
		background-size: contain;
		font-size: 14px;
		line-height: 27px;
	}

	.faqList > dt:after {
		top: 50%;
		right: 5px;
		margin-top: -10px;
		font-size: 17px;
		line-height: 1.2;
	}

	.faqList > dd {
		min-height: 20px;
		padding: 12px 20px 12px 44px;
		font-size: 14px;
		line-height: 1.6;
	}

	.faqList > dd:before {
		display: block;
		position: absolute;
		width: 25px;
		height: 25px;
		top: 10px;
		left: 10px;
		background: url(../img/faq/faq_a_bg.png) no-repeat center center;
		background-size: contain;
		font-size: 13px;
		line-height: 25px;
	}
}
