@charset "UTF-8";

/* 375px以下 */
@media screen and (max-width: 375px) {
	.g-recaptcha{
		transform: scale(0.835);
		transform-Origin: 0 0;
	}
}
