

.g-recaptcha > div{
	margin: 0 auto 50px;
}
.recaptcha-error{
	text-align: center;
}
.recaptcha-error .text{
	display: inline-block;
	color: #b83535;
	position: relative;
	padding-left: 1em;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;

}
.recaptcha-error .text:before{
	content: "※";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}


@media print, all and (min-width: 751px) {
	
}

@media only screen and (max-width: 751px) {
	
}