@charset "utf-8";

/* reCAPTCHA_バッジの非表示化 */
.grecaptcha-badge {
	visibility: hidden;
}

/* reCAPTCHA_フォーム下のテキスト調整 */
.recaptcha {
	display: block;
	text-align: center;
	width: 100%;
	color: #999;
	font-size: 14px !important;
	line-height: 1.7 !important;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}
.recaptcha a {
	color: #007bff;
	text-decoration: underline;
}
@media screen and (max-width: 750px) {
	.recaptcha {
		font-size: 12px !important;
	}
}