@charset "UTF-8";
.p-sky__form__wrapper {
	position: relative;
	&::before {
		content: "";
		background: url(../images/common/bg-sky.avif) center 0 no-repeat;
		background-size: 100% 100%;
		width: 100%;
		height: 1136px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
}
/* -----------------------------------------------------------
	.p-thanks
----------------------------------------------------------- */
.p-thanks {
	max-width: 960px;
	margin-top: 80px;
	@media (max-width: 767px) {
		margin-top: 40px;
	}
	.txt-intro {
		margin-bottom: 40px;
		line-height: 2;
		@media (max-width: 767px) {
			margin-bottom: 24px;
			br {
				display: none;
			}
		}
	}
}