@charset "utf-8";
@media screen and (min-width: 850px) {
#mainvisual {
	height: 40vh;
	background: url(../img/faq_header.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
#mainvisual p {
	height: fit-content;
	position: absolute;
	top: 70px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding: 0;
	font-size: 2.3rem;
}
.intro {
	max-width: 1100px;
}
.intro h1 {
	font-size: 2.0rem;
}
.in_text {
	font-size: 1.0rem;
}
.qa-section {
	max-width: 1100px;
	margin: 0 auto;
}
.qa-section h2 {
	font-size: 1.3rem;
}
.qa-item h3 {
	font-size: 1.0rem;
}
.qa-item p {
	font-size: 1.0rem;
}
.qa-item p span:first-of-type {
	font-size: 1.0rem;
}
.common-cta {
	margin: 60px auto 120px;
}
.cta-text {
	font-size: 1.0rem;
	text-align: center;
}
.common-cta .cta-btns {
	width: 65%;
	margin: 40px auto;
	flex-direction: row;
	justify-content: space-between;
}
.common-cta .cta-btns a {
	width: calc(90% / 2);
}
.common-cta .cta-btns a:hover {
	opacity: 0.8;
}
}
