@charset "utf-8";
@media screen and (min-width: 850px) {
#mainvisual {
	height: 40vh;
	background: url(../img/voice_header.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
#mainvisual h1 {
	height: fit-content;
	position: absolute;
	top: 70px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding: 0;
	font-size: 2.3rem;
}
.section-title {
	font-size: 2.0rem;
}
.section-lead {
	font-size: 1.0rem;
	line-height: 2.0;
}
.qa-section {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.qa-section h2 {
	font-size: 1.3rem;
}
.qa-item p {
	font-size: 1.0rem;
}
.qa-item p span:first-of-type {
	font-size: 1.0rem;
}
.form-link {
	padding: 15px 100px;
	transition: 0.3s all;
}
.form-link:hover {
	background: #fff;
	color: var(--main);
	outline: 1px solid var(--main);
}
.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;
}
}
