@charset "utf-8";

/************************************************
 faq
************************************************ */

/* 閉じる */
#section_2 ul .toggle_btn {
	width: 68px;
	height: 24px;
	background: url(../img/ico_plus.png) no-repeat;
	float: right;
}
/* 開く */
#section_2 ul .open {
	height: 24px;
	background: url(../img/ico_minus.png) no-repeat;
}

/* よくあるご質問 */
#section_2 .frame {
	padding: 20px 20px 30px 20px;
	background: #FFFFFF;
}
/* タイトル */
#section_2 #main_ttl {
	width: 100%;
	max-width: 1000px;
	background: url(../img/ttl-h1_sp.png) no-repeat;
	background-size: 100%;
	height: 8.928vw;
	margin-bottom: 20px;
}
@media all and (min-width: 1024px) {
	#section_2 #main_ttl {
		background: url(../img/ttl-h1.png) no-repeat;
		height: 38px;
	}
}
#section_2 ul .toggle_li {
	background: url(../img/Q.png) no-repeat 10px 10px #dcdcdc;
	padding: 13px 22px 13px 50px;
	margin-top: 10px;
	overflow: hidden;
}
#section_2 ul .toggle_li p {
	width: 100%;
	float: left;
	font-weight: bold;
}
#section_2 ul .data {
	background:  url(../img/A.png) no-repeat 10px 10px #dcdcdc;
	padding: 0 22px 13px 13px;
	display: none;
}
#section_2 ul .data p {
	border-top: 1px dashed #000;
	padding-top: 13px;
	padding-left: 37px;
	min-height: 40px;
}
#section_2 ul .data p a {
	color: #00aacc;
	display: inline-block;
	text-decoration: underline;
}
@media all and (min-width: 641px) {
	#section_2 ul .toggle_li p {
		width: 80%;
	}
}
