@charset "utf-8";

.ib {
	display: block;
}

.contact_form th {
	text-align: left;
	width: 215px;
}

.hint {
	color: #666;
	font-size: 0.75em;
}

#thank_you {
	font-size: 110%;
	text-align: center;
	padding: 3em auto;
}

#closed_text {
	font-size: 150%;
	text-align: center;
}

.error_label {
	color: #c00;
	display: block;
}

.hosoku {
	font-size: 0.75em;
}

.required {
	color: #c00;
	display: inline-block;
}

.longtext {
	width: 500px;
}

.middletext {
	width: 350px;
}

.yuubin {
	width: 8em;
}

.tel {
	width: 13em;
}


#contact_error li::before{
	content: '';
}

#contact_form_table th{
	background-color: #f8f8f8;
	color: #000;
}
	
.contact_submit_wrap {
	text-align: center;
	margin: 1.5em auto !important;
}

.contact_button{
	font-size: 110%;
	padding: 0.5em 2em;
	background-color: #00539a;
	color: #fff;
	border: none;
	border-radius: 2em;
	cursor: pointer;
}

.contact_button_back{
	background-color: #ddd;
	color: #000;
}

.contact_error {
	border: #c00 2px solid !important;
	background-color: #fff8f8 !important;
	padding: 20px !important;
	font-weight: bold;
}

.contact_error li {
	color: #a40000;
}

.confirm_text {
	font-weight: bold;
	text-align: center;
}

#youbou{
	font-size: 14px;
}

.grecaptcha-badge { visibility: hidden; }


































