@charset "utf-8";


/**************************************************50
 * faq
 **************************************************/
#faq{
}
#faq_caption{
}
@media screen and (max-width:767px){
	#faq{
	}
	#faq_caption{
		margin-bottom: 12.5%;
		padding: 0 3.125%;
	}
}
@media screen and (min-width:768px){
	#faq{
	}
	#faq_caption{
		margin-bottom: 100px;
		text-align: center;
	}
}


