@charset "utf-8";

/*サンクスページ*/
.thanks__page.section {
	padding-top: 88px;
}
@media screen and (min-width: 769px) {
	.thanks__page.section {
		padding-top: 200px;
		padding-bottom: 160px;
	}
}

@media screen and (min-width: 769px) {
	.thanks__page .main__button__green {
		margin-top: 120px;
	}
}

.thanks__page__title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
	.thanks__page__title {
		padding-bottom: 70px;
	}
}

.thanks__page__item {
	margin-top: 50px;
}
.thanks__page__item:first-child {
	margin-top: 0;
}

.thanks__page__message {
	font-size: 16px;
}
@media screen and (min-width: 769px) {
	.thanks__page__message {
		font-size: 20px;
	}
}