/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 30 2022 | 07:59:58 */
/* reCAPTCHA 位置変更 */
.grecaptcha-badge {
    bottom: 80px!important;
}

@media screen and (max-width: 400px) {
	.grecaptcha-badge {
		display: none;
	}
}