@charset "utf-8";

p#catch{
	font-size:1.5em;
	text-align: left;
	padding:0 5%;
}
dl#faq-list{
	padding:25px 5% 0;
}
dl#faq-list dt{
	/*background: url(/sp/images/question/img_question_01.png) left 50% no-repeat;*/
	margin-bottom:15px;
	width: 100%;
	/*height:41px;*/
	line-height:41px;
	font-size:2em;
	/*padding-left: 50px;*/
	text-align: left;
}
dl#faq-list dd{
	/*background: url(/sp/images/question/img_question_02.png) left top no-repeat;*/
	font-size:1.5em;
	line-height:1.3;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:dotted 1px #ccc;
	/*padding-left: 50px;*/
	text-align: left;
}
