.container {
	max-width: 1200px;
}
@media screen and (max-width: 768px) {}


/*------------------------------------
.mv
------------------------------------*/
.mv {
	padding-top: 120px;
}
.mv h1 {
	display: flex;
	flex-direction: column;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0;
}
.mv h1 span {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.mv {
		padding-top: 50px;
	}
	.mv h1 {
		font-size: 5.87vw;
	}
}


/*------------------------------------
.faq
------------------------------------*/
.faq {
	padding: 80px 0 50px;
}
.faq dl {
	border-bottom: 1px solid #999;
	padding: 30px 0;
}
.faq dt,
.faq dd {
	position: relative;
	line-height: 1.66666666667;
	padding-left: 47px;
}
.faq dt::before,
.faq dd::before {
	position: absolute;
	left: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}
.faq dt {
	margin-bottom: 30px;
}
.faq dt::before {
	content: "Q";
}
.faq dd::before {
	content: "A";
}
@media screen and (max-width: 768px) {
	.faq {
		padding-top: 50px;
	}
	.faq dt,
	.faq dd {
		padding-left: 30px;
	}
	.faq dt::before,
	.faq dd::before {
		font-size: 22px;
	}
	.faq dt {
		margin-bottom: 20px;
	}
}
