body {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	padding: 0;
	margin: 0;
}
main {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

main section {
	width: 100%;
	max-width: 800px;
}

main section img {
	width: 100%;
}

.fv {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.fv .ctaBtn {
	margin: 40px 0px;
	width: 80%;
	position: absolute;
	bottom: 2rem;
}

.voice {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 4rem;
}

.voice .ctaBtn {
	margin: 40px 0px;
	width: 80%;
	bottom: 2rem;
}

@media (max-width: 500px) {
	.fv .ctaBtn {
		width: 85%;
		bottom: 0;
	}
	.voice .ctaBtn {
		width: 85%;
		bottom: 0;
	}
}

footer {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center; /* 追加 */
	flex-direction: column;
}

.f_wrapper {
	width: auto;
	margin: auto;
	max-width: 800px;
	background-color: #8fd2e8;
	padding-top: 2rem;
}

@media (max-width: 500px) {
	.f_wrapper {
		width: 100%;
		margin: initial;
	}
}

.f_wrapper_banner {
	width: 100%;
	box-sizing: border-box;
	padding: 1rem;
	background-color: white;
}

@media (max-width: 500px) {
	.f_wrapper_banner {
		width: 100%;
	}
	.f_wrapper_banner img {
		width: 100%;
	}
}

.f_wrapeer_inner {
	width: 100%;
	max-width: 800px;
	display: flex;
	align-items: center;
	flex-direction: column;
	color: white;
	padding: 50px 0;
	text-align: center;
}

.f_wrapeer_inner p {
	line-height: 2.5;
	font-size: 16px;
	font-weight: 600;
}
