@charset "UTF-8";



/* ------------------------------
	.faq
------------------------------ */
.faq + .faq{
	margin-top: 55px;
}

.faq .ttl{
	padding: 15px 10px 15px 60px;
	margin-bottom: 10px;
	background-color: #767777;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}

.faq dl{
	padding-left: 35px;
	margin-left: 25px;
}

.faq dt{
	position: relative;
	width: 100%;
	padding: 12px 0 5px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 1.8rem;
	line-height: 1.8;
	text-indent: -35px;
}
.faq dt::before{
	content: "Q.";
	display: inline-block;
	width: 35px;
	font-size: 2.2rem;
	color: #c30d23;
	text-indent: 0;
	line-height: 1;
}

.faq dd{
	position: relative;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px dotted #767777;
	letter-spacing: 0.1em;
	font-size: 1.3rem;
	line-height: 1.8;
	text-indent: -35px;
}
.faq dd::before{
	content: "A.";
	display: inline-block;
	width: 35px;
	font-size: 2.2rem;
	color: #172a88;
	text-indent: 0;
	line-height: 1;
	font-weight:bold;
}


@media screen and (max-width: 1050px){
}


@media screen and (max-width: 768px){
	.faq + .faq{
		margin-top: 40px;
	}

	.faq .ttl{
		padding: 12px 15px;
		margin-bottom: 5px;
		font-size: 1.6rem;
	}

	.faq dl{
		margin-left: 0;
	}

	.faq dt{
		font-size: 1.6rem;
		text-indent: -30px;
	}
	.faq dt::before{
		width: 30px;
		font-size: 1.8rem;
	}

	.faq dd{
		font-size: 1.4rem;
		text-indent: -30px;
	}
	.faq dd::before{
		width: 30px;
		font-size: 1.8rem;
	}
}