/* footer位置の調整 */
body {
	min-height: 100vh;
	position: relative;
	padding-bottom: 210px;
	overflow-x: hidden;
}
footer {
	position: absolute;
	width: 100vw;
	bottom: 0;
}

#contact-completed .section-mb {
	margin-bottom: 64px;
}
#contact-completed .comp-title-mb {
	margin-bottom: 48px;
}
#contact-completed .thanks-text {
	margin-bottom: 32px;
}
@media (min-width: 600px) {
	#contact-completed .section-mb {
		margin-bottom: 104px;
	}
	#contact-completed .thanks-text {
		font-size: 1.5rem;
		margin-bottom: 40px;
	}
	#contact-completed .comp-title-mb {
		margin-bottom: 64px;
	}
}
@media (min-width: 1024px) {
	#contact-completed .section-mb {
		margin-bottom: 128px;
	}
	#contact-completed .comp-title-mb {
		margin-bottom: 80px;
	}
}
