@charset "utf-8";
/* CSS Document */

body{ border-top: 5px solid #3563a5;}
#head{
	display: flex;
	align-items: center;
	margin: 10px 0 20px;
}
#h_logo{ margin-right: 20px;}
#contact{ margin-bottom: 60px;}
#contact .tit_bg{
	background-color: #255B9A;
	margin-bottom: 40px;
}
#contact h1{
	font-size: 24px;
  padding: 10px 0;
  color: #fff;
	margin-bottom: 0;
}
#contact h2{
	font-size: 22px;
	font-weight: bold;
	color: #255B9A;
}

.underbar{ color: #255B9A;}
#contact .table{ border-bottom: 1px solid #AEAEAE;}
#contact .table th{
	font-weight: normal;
	background-color: #F1F1F1;
}
#contact .table th,
#contact .table td{ border-top: none;}
#contact .table tr{ border-top: 1px solid #AEAEAE;}
#contact .table .form-group{
	position: relative;
	margin-bottom: 0;
}
.formError{ top: 38px !important;}
.formError .formErrorArrowBottom{ display: none;}
.formError .formErrorContent{
	border: 2px solid #fff !important;
	box-shadow: 0 0 2px #ee0101 !important;
	-moz-box-shadow: 0 0 2px #ee0101 !important;
	-webkit-box-shadow: 0 0 2px #ee0101 !important;
	-o-box-shadow: 0 0 2px #ee0101 !important;
}
.required{
	color: #FF6600;
	margin-left: 5px;
}
.btnbox{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.btn{
	font-weight: bold;
	font-size: 18px;
	padding: 10px 15px;
	width: 100%;
	max-width: 260px;
}
.btn_submit{
	color: #fff;
	background-color: #FF6600;
	border: #FF6600 2px solid;
}
.btn_submit:hover,
.btn_submit:focus{
	color: #FF6600;
	background-color: #fff;
}
.btn_back{
	color: #fff;
	background-color: #AEAEAE;
	border: #AEAEAE 2px solid;
}
.btn_back:hover,
.btn_back:focus{
	color: #AEAEAE;
	background-color: #F1F1F1;
}

#foot_out{
	background-color: #9CC3EA;
	height: 71px;
	padding: 5px 10px;
	color: #fff;
}
#foot{
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
	text-align: right;
}
@media (min-width: 768px) {
	#h_title{ margin-bottom: 0;}
}
@media (max-width: 767px) {
	#head{
		flex-wrap: wrap;
		text-align: center;
	}
	#h_title{ margin: 0 auto;}
	#h_logo{
		order: 2;
		width: 100%;
	}
	#contact .table th,
	#contact .table td{
		width: 100%;
		display: block;
	}
	#contact .table td{
		padding-left: 0;
		padding-right: 0;
	}
	#contact .table td.address{
		padding-bottom: 0;
	}
}
