/***** Common Style *****/
input,
select,
textarea {
	padding: 4px;
	border-radius: 2px;
	border: 1px solid #ccc;
}

textarea {
	display: block;
	width: 60%;
}

.copyright {
	text-align: center;
}

/***** Class Style *****/
.nonIME {
	ime-mode: disabled;
}

.formError {
	color: #FF0000;
	font-weight: bold;
	padding-left: 5px;
}

.required {
	color:#FF0000;
}

.table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.table th {
	width: 30%;
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.table td {
	position: relative;
	width: 100%;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.table td .info {
	margin-left: 10px;
	font-size: 10px;
}

.table td .address_info {
	font-size: 10px;
}

.addressTable td {
	border-bottom: 1px dotted #ccc !important;
	border-right: none !important;
}

/***** form.html Style *****/
.g-recaptcha {
	margin-top: 20px;
}

.g-recaptcha > div {
	margin: 0 auto;
}

.confirm_button {
	width: 12rem;
	margin-top: 12px;
	padding: 12px;
	border: 1px solid #000;
	background: #fff;
	transition: .4s;
}

.confirm_button:hover {
	background: #000;
	color: #fff;
}

/***** confirm.html Style *****/
.buttonWrap {
	margin: 20px auto 0 auto;
	text-align: center;
}

.back_button {
	width: 12rem;
	margin-top: 12px;
	padding: 12px;
	border: 1px solid #ccc;
	background: #fff;
	transition: .4s;
}

.back_button:hover {
	background: #ccc;
	color: #fff;
}

.submit_button {
	width: 12rem;
	margin-top: 12px;
	padding: 12px;
	border: 1px solid #000;
	background: #fff;
	transition: .4s;
}

.submit_button:hover {
	background: #000;
	color: #fff;
}

/***** thanks.html Style *****/
.thanksTxt {
	text-align: center;
	line-height: 1.7em;
	font-size: 14px;
}

.thanksTxt span {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	display: inline-block;
}

.toTop {
	color: #000;
	text-align: center;
}

/***** mail_error.html Style *****/
.error_mail {
	text-align: center;
	line-height: 1.7em;
	font-size: 14px;
}

.error_mail span {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	display: inline-block;
}
.p-form-error--recaptcha {
	display: block;
	color: #e52f53;
	margin: 6rem 0;
	text-align: center;
}
@media screen and (max-width: 959px) {
	.p-form-error--recaptcha {
		margin: 3rem 0;
	}
}