@charset "UTF-8";


/* -------------------------------------
faq
------------------------------------- */
.faqlist {
	margin-bottom:50px;
}
.icon_car {
	margin-bottom:32px;
}

.faqlist dt {
	margin-bottom:5px;
}
.faqlist dd {
	font-size:16px;
	font-weight:bold;
	line-height:1.8;
	color:#004E9D;
	margin-bottom:30px;
}
.faqlist dd:last-child {
	margin-bottom:0;
}
.faqlist dt, .faqlist dd {
	padding-left:25px;
	position:relative;
	box-sizing:border-box;
}
.faqlist dt span, .faqlist dd span {
	width:25px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.faqlist dd a {
	color:#004E9D;
	display:inline-block;
	text-decoration:underline;
}


@media screen and (max-width:1440px) {
	
}
@media screen and (max-width:1120px) {
	
}
@media screen and (max-width:768px) {
	.faqlist dd {
		font-size:15px;
	}
}
@media screen and (max-width:640px) {
	
}
@media screen and (max-width:480px) {
	.faqlist dd {
		font-size:14px;
	}
}
@media screen and (max-width:320px) {
	
}
@media screen and (min-width:769px) {
	
}