@charset "utf-8";
/* CSS Document */

.faq {}

.faq h2 {
	color: #0061AC;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.5em;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	}

@media (max-width: 480px) {
	.faq h2 {
	font-size: 2em;
	}
}
.faq h2 span {
	font-size: 15px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}
.faqlist {
	border: 1px solid #dedede;
	box-shadow: 7px 7px #dedede;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	}
.faq_question {
	background-image: url(../image/question.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-size: 1.5em;
	font-weight: bold;
	color: #0061AC;
	text-align: left;
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 140%;
	display:block;
	cursor:pointer;
}

@media (max-width: 480px) {
.faq_question {
	font-size: 1.2em;
}
}

.faq_answer {
	background-image: url(../image/answer.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-align: left;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
	font-size: 1.1em;
	line-height: 150%;
	display:none;
	}
.faq_answer em {
	font-weight:bold;
	color:#C00;
	font-style: normal;
}