@charset "utf-8";
.thanks_lead {
		text-align: center;
		font-family: "dnp-shuei-mgothic-std", sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 22px;
		line-height: 1.6;
		color: #675943;
		margin: 0 0 120px;
}
@media(max-width: 767px) {
		.thanks_lead {
				font-size: 18px;
				margin: 0 0 80px;
		}
}
@media(max-width: 374px) {
		.thanks_lead {
				font-size: 16px;
				margin: 0 0 60px;
		}
}