@charset "UTF-8";
/* @content */

#faq .contets {
	margin-bottom: 40px;
}
#faq .contets:last-child {
	margin-bottom: 0;
}
#faq .question {
	font-size: 16px;
	margin-bottom: 10px;
}
#faq .question img {
	margin-right: 13px;
	padding-bottom: 4px;
}
#faq .answer {
	padding: 20px 35px 30px 35px;
	background-color: #F2F2F2;
	line-height: 1.6em;
}


/* ------------------------------------------
  pc1000pxSTYLE
--------------------------------------------- */
@media all and (min-width: 1000px) {
    /* @content */

}

/* ------------------------------------------
  iPad768pxSTYLE
--------------------------------------------- */
@media all and (min-width: 768px) {

}
