.ttl_h3 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.4em;
}

.thanks_text {
	letter-spacing: 0.1em;
}

.thanks_contact {
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 40px;
}

@media print, screen and (min-width: 769px) {
	.ttl_h3 {
		font-size: 24px;
		font-size: 2.4rem;
		max-width: 805px;
		margin: 0 auto 16px;
	}
	.thanks_text {
		text-align: center;
	}
}