@charset "utf-8";
/* --------------------------------------------------------------------------------
　よくあるお問い合わせ
-------------------------------------------------------------------------------- */
#FAQ h2 {
	text-align: center;
	font-size: 53px;
	line-height: 0.6;
	margin: 0.7em 0 1.2em;
}
#FAQ h2 span {
	font-size: 12px;
}
#FAQ h3 {
	font-size: 22px;
}
#FAQ .detail {
	font-size: 16px;
}
#FAQ .detail dl {
	margin: 0px auto;
}
#FAQ .detail dl dt {
	font-weight: bold;
	padding: 13px 0px 13px 50px;
	background: url(https://foodizm.itembox.design/item/images/f/faq/faq_icon-question.png) 1% 50% no-repeat #eeeeee;
	background-size: 25px;
	margin: 1em 0 0.3em;
}
#FAQ .detail dl dd {
	line-height: 190%;
	padding: 15px 0px 25px 50px;
	background: url(https://foodizm.itembox.design/item/images/f/faq/faq_icon-answer.png) 1% 18px no-repeat;
	background-size: 25px;
	margin: 0.3em 0 0;
}