.p-thanks {
	padding: 96px 0 120px;
	text-align: center;
}

.p-thanks__title {
	color: #222222;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 40px;
}

.p-thanks__texts {
	margin-bottom: 40px;
}

.p-thanks__text {
	color: #222222;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9;
	margin: 0;
}

.p-thanks__text + .p-thanks__text {
	margin-top: 24px;
}

.p-thanks__link {
	align-items: center;
	background: #222222;
	border-radius: 9999px;
	color: #FFFFFF;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 40px;
}

@media (max-width: 767px) {

.p-thanks {
	padding: 16px 0 96px;
}

.p-thanks__title {
	font-size: 20px;
	margin-bottom: 32px;
}

.p-thanks__texts {
	margin-bottom: 32px;
}

.p-thanks__text {
	font-size: 14px;
	line-height: 1.8;
}

}

