/* Google reCAPTCHAマーク 非表示 */
.grecaptcha-badge { visibility: hidden; }

.reCAPTCHA__note {
	text-align: left;
	width: 360px;
	max-width: 90%;
	margin: 16px auto;
	font-size: 1.2rem;
}
.reCAPTCHA__note a {
	text-decoration: underline;
	color: #59b75b;
}