@charset "utf-8";
/*------------------------------------------------------------
	qa
------------------------------------------------------------*/
#main .secBox {
	margin-bottom: 7.1rem;
}
#main .secBox:last-child {
	margin-bottom: 10rem;
}
#main .sec03 .comQaBox dt::before {
	background-color: #007EC0;
}
#main .sec03 .comQaBox dd::before {
	color: #007EC0;
	border-color: #007EC0;
}
@media all and (max-width: 896px) {
	#main .secBox {
		margin-bottom: 5rem;
	}
	#main .secBox:last-child {
		margin-bottom: 5rem;
	}
}