@charset "utf-8";
@media screen and (min-width: 850px) {
#mainvisual {
	height: 40vh;
	background: #ccc;
	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;
}
h1 {
	font-size: 2.0rem;
}
.privacy-policy {
	margin: 30px auto 120px;
}
.privacy-policy p {
	font-size: 1.0rem;
}
.privacy-policy ul li {
	font-size: 1.0rem;
}
.cta-section .cta-buttons {
	width: 65%;
	margin: 40px auto;
	flex-direction: row;
	justify-content: space-between;
}
.cta-section a {
	width: calc(92% / 2);
}
.cta-section a:hover {
	outline-offset: 5px;
	opacity: 0.8;
}
}
