#thanks {
		padding-block: 140px 80px;
		padding-inline: 20px;
}
@media screen and (min-width: 425px) {
		#thanks {
				padding-inline: 30px;
		}
}
@media screen and (min-width: 768px) {
		#thanks {
				padding-inline: 40px;
		}
}
@media screen and (min-width: 992px) {
		#thanks {
				padding-inline: 60px;
		}
}

.thanks_title {
		text-align: center;
		font-size: 3.5rem;
		font-weight: 500;
		line-height: 1.3;
		border-bottom: solid 1px #222222;
		padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
		.thanks_title {
				font-size: 4rem;
		}
}
@media screen and (min-width: 992px) {
		.thanks_title {
				font-size: 5rem;
		}
}

.thanks_middle_title {
		-webkit-margin-before: 50px;
		        margin-block-start: 50px;
		text-align: center;
		font-size: 2.5rem;
		line-height: 1.8;
}
@media screen and (min-width: 768px) {
		.thanks_middle_title {
				font-size: 3rem;
		}
		.thanks_middle_title br {
				display: none;
		}
}
@media screen and (min-width: 992px) {
		.thanks_middle_title {
				font-size: 3.5rem;
		}
}

.thanks_text {
		font-size: 1.6rem;
		line-height: 1.8;
		-webkit-margin-before: 30px;
		        margin-block-start: 30px;
		text-align: center;
}
@media screen and (min-width: 768px) {
		.thanks_text .sp {
				display: none;
		}
}
.thanks_text + .thanks_text {
		-webkit-margin-before: 25px;
		        margin-block-start: 25px;
}

.thanks_box {
		-webkit-margin-before: 50px;
		        margin-block-start: 50px;
		border: solid 1px #222222;
		border-radius: 6px;
		padding: 40px;
}

.thanks_box_title {
		font-size: 1.8rem;
		line-height: 1.8;
		-webkit-padding-after: 10px;
		        padding-block-end: 10px;
		border-bottom: solid 1px #222222;
		text-align: center;
}
@media screen and (min-width: 768px) {
		.thanks_box_title {
				line-height: 1.5;
				-webkit-padding-after: 20px;
				        padding-block-end: 20px;
		}
}

.thanks_box_text {
		-webkit-margin-before: 30px;
		        margin-block-start: 30px;
		font-size: 1.6rem;
		line-height: 1.8;
}

.thanks_box_list {
		-webkit-margin-before: 25px;
		        margin-block-start: 25px;
		display: -ms-grid;
		display: grid;
		gap: 10px;
}
.thanks_box_list li {
		position: relative;
		-webkit-padding-start: 20px;
		        padding-inline-start: 20px;
		font-size: 1.6rem;
		line-height: 1.8;
}
.thanks_box_list li::before {
		content: "";
		position: absolute;
		top: 0.9em;
		left: 4px;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background-color: #222222;
}

.thanks_label_text {
		-webkit-margin-before: 30px;
		        margin-block-start: 30px;
		border-radius: 6px;
		background-color: #222222;
		padding: 20px;
		color: #ffffff;
		font-size: 1.5rem;
		line-height: 1.8;
}

.top_link {
		display: block;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-inline: auto;
		-webkit-margin-before: 60px;
		        margin-block-start: 60px;
		color: #222222;
		font-size: 2.5rem;
		font-weight: 300;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
}
.top_link span {
		padding-inline: 6px;
		color: #008C64;
}
@media (hover: hover) and (pointer: fine) {
		.top_link:hover {
				opacity: 0.7;
		}
}