@charset "utf-8";


#page_faq.page_faq{}

.box_faq{
	width: 100%;
	margin-bottom: 35px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #cecece;
	clear: both;
	line-height: 1.8;
	
}
.box_faq img{
	height: 45px;
	width: auto;
	margin: 0 15px 0 0;
	float: left;
}
.box_faq .ask{
	margin: 15px 0;
	line-height: 45px;
	font-weight: bold;
	color: #035fa8;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
/*tablet*/
.box_faq .ask{
	line-height: 20px;
}
}
@media screen and (max-width: 479px) {
/*sp*/
}

