.js-error-message{
	padding:0 .5em;
	color:#e70012;
	font-size:.84em;
	display:inline-block;
}
.is-error{
	background-color:#fff3f3;
}
.is-submitting [type="submit"] {
	opacity: 0.7;
	cursor: not-allowed;
}
.form_agree{
	text-align:center;
}
@media screen and (max-width: 767px) {
	.p-top-form__table input[type="text"],
	.p-top-form__table input[type="email"],
	.p-top-form__table input[type="tel"],
	.p-top-form__table input[type="date"],
	.p-top-form__table select,
	.p-top-form__table textarea{
		font-size:16px;
	}
}