body {
	font-family: "Yu Mincho", "YuMincho", serif;
}

body {
	font-weight: 400;
}

body {
	color: #333;
}

.u-desktop {
	display: none;
}

.thanks {
	padding-bottom: 6.25rem;
}

.thanks h2 {
	font-size: clamp(18px, 1.25rem, 30px);
	font-weight: 600;
	margin-bottom: 1.75rem;
	text-align: center;
}

.thanks p {
	font-size: clamp(14px, 1rem, 18px);
	margin-bottom: 1.25rem;
}

.thanks__button {
	display: flex;
	justify-content: center;
	margin-top: 4.375rem;
}

.thanks__button .button {
	width: 18.75rem;
}

@media screen and (min-width: 1001px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.thanks {
	padding-bottom: 7.5rem;
}

.thanks h2 {
	font-size: 1.875rem;
	font-weight: 600;
	margin-bottom: 1.75rem;
	text-align: left;
}

.thanks__button .button {
	width: 30rem;
}

}


/*# sourceMappingURL=thanks.css.map */
