@charset "shift-jis";
/**
* css for faq
*/

@media screen and (max-width: 767px) {
	.fl .btnSecIn,
	.fr .btnSecIn {
		padding: 0 15px !important;

	}
	
	.faqContent dl.question dt{
		background:url("/lifecare/faq/css/img/icon_question.gif") no-repeat scroll 0 center, url(/lifecare/img/top/icon_tasuMaru.png) no-repeat right center/15px;
		padding:13px 23px 13px 37px;
	}
	.faqContent dl.question dt.open{
		background:url("/lifecare/faq/css/img/icon_question.gif") no-repeat scroll 0 center, url(/lifecare/img/top/icon_hikuMaru.png) no-repeat right center/15px;
	}
}