@charset "utf-8";

.detailsBox .faq {
	margin-top: 20px;
	padding-left: 20px
}
.detailsBox .faq dt {
	margin-top: 10px;
	position: relative;
}
.detailsBox .faq dt::before {
	content: 'Q';
	font-weight: bold;
	position: absolute;
	left: -1.4em;
	top: 0;
}
.detailsBox .faq dd {
	position: relative;
}
.detailsBox .faq dd::before {
	content: 'A';
	font-weight: bold;
	color: #ec2113;
	position: absolute;
	left: -1.4em;
	top: 0;
}
.detailsBox .numList03 li + li {
	margin-top: 20px;
}
.detailsBox .numList03 li::before {
	background-image: none;
	background-color: #246cbf;
	border-radius: 50%;
}
.detailsBox .trouble li dt {
	font-weight: bold;
}
.detailsBox .lineTop {
	margin-top: 30px;
	padding-top: 20px;
	border-top: solid 1px #ccc;
}
@media only screen and (max-width: 767px) {

}