@charset "utf-8";
/* faq.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	height: 500px;
	background-position: 0% center;
	background-image: url(../images/faq_kv.jpg);
}
#kv h2 {
	height: 252px;
	
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* リスト      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.faq_list {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #000000;
	margin-left: 30px;
	margin-right: 30px;
}
.question {
	font-size: 26px;
	background-image: url(../images/faq_icon_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 56px 50px;
	padding-left: 70px;
	min-height: 50px;
	padding-top: 12px;
	color: #C54F52;
	margin-bottom: 10px;
	font-weight: bold;
}
.answer {
	margin-left: 150px;
	padding-left: 70px;
	padding-top: 12px;
	min-height: 50px;
	background-image: url(../images/faq_icon_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 56px 50px;
}
.answer p:last-child {
	margin-bottom: 0px;
}










/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/	
#kv h2 {
	height: auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* リスト      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.faq_list {
	margin-bottom: 25px;
	padding-bottom: 25px;
	margin-left: 20px;
	margin-right: 20px;
}
.question {
	font-size: 20px;
}
.answer {
	margin-left: 50px;
}



}
