@charset "UTF-8";
.thanks_head {
	font-size: 18px;
	position: relative;
	width: fit-content;
    margin-inline: auto;
}
.thanks_head::after {
	content: '';
	position: absolute;
	background-color: var(--color_bk);
	height: 2px;
	width: 100%;
	left: 0;
	bottom: 0;
}
@media (min-width: 768px) and (max-width: 1229px) {
}

@media screen and (max-width: 767px) {
	.thanks_head {
		font-size: 16px;
	}
}