@charset "utf-8";

/* Q&A よくあるご質問カバー写真 */
.kv-faq .kv_img {
	background:  linear-gradient(to right, #0f3dd7 0%, #06cad1 100%);
}

.qa1 {
	padding: 10rem 0;
}
.qa1 dl {
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #E1EBF3;
}
.qa1 dl:last-child {
	border: none;
}
.qa1 dl dt {
	position: relative;
	margin-bottom: 1.5rem;
	padding-left: 3rem;
	font-weight: bold;
	font-size: 2.6rem;
}
.qa1 dl dt::before {
	position: absolute;
	top: 0.3rem;
	left: 0;
	margin-right: 0.7rem;
	line-height: 1;
	font-family: "droid-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.25rem;
	color: #0068CF;
	content: "Q.";
	vertical-align: baseline;
	bottom: -1px;
}
.qa1 dl dd {
	position: relative;
	padding-left: 3rem;
}
.qa1 dl dd:before {
	position: absolute;
	top: 0.3rem;
	left: 0;
	margin-right: 0.7rem;
	line-height: 1;
	font-family: "droid-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.25rem;
	color: #bbb;
	content: "A.";
}
h3.title-04::before {
    display: none;
}
.title-04{
	background-color: #0351b6;
	border-radius: 5px;
}
.title-04 span{
	font-size: 2.8rem;
	color: #fff;
	padding-left: 1.0rem;
}

@media screen and (max-width:425px) {
	.title-04 span {
		font-size: 2.3rem;
	}
	.qa1 dl dt::before {
		top: 0.3rem;
		font-size: 2rem;
	}
	.qa1 dl dt {
		font-size: 2.2rem;
	}
	.qa1 dl dd:before {
		font-size: 2rem;
	}
}