@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : faq.css
 author     : Ability Consultant
 style info : faq
=================================================================== */
/* font-awesome */
/* -----------------------------------------------------------
	下層タイトル
----------------------------------------------------------- */
#main div p {
	margin-top: 150px;
	font-size: 217%;
	text-align: center;
	font-weight: 600;
}
#main div p.btn {
	margin-top: 30px;
	font-size: 134%;
}
#main div p.btn:before {
	content: "";
	font-family: FontAwesome;
	margin-right: .5em;
}
