@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .comTxtDl dt {
	padding: 0 0 10px 40px;
	background: url(../img/faq/img.gif) no-repeat left top;
}

#main .comTxtDl dd {
	padding: 0 0 40px 40px;
}

@media all and (min-width: 0) and (max-width: 640px) {
	
	.ttlBox h2 img {
		width: 18px;
	}
	
	#main .comTxtDl dt {
		padding: 0 0 0 20px;
		background: url(../img/faq/img.gif) no-repeat left 3px;
		background-size: 13px 13px;
	}
	
	#main .comTxtDl dd {
		padding: 0 0 22px 20px;
	}
	
	#main .comTxtDl dd:last-child {
		padding-bottom: 0;
	}

}

