@charset "UTF-8";
/* CSS Document */

.chosen-container-single .chosen-single {
         border: solid 1px #000!important;
}

.chosen-container-active .chosen-single {
         border: 1px solid #aaa!important;
}

#contact {
	min-width: 1000px;
}

.contact_txt {
	margin: 0 0 20px;
}

.contact_txt p,
.contact_txt li {
	line-height: 2;
}

#contact_form {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	width: 1000px;
	margin: 40px 0 0;
	border: solid 1px #dddddd;
}

#contact_form dt {
	position: relative;
	width: 30%;
	padding: 30px;
	border-bottom: solid 1px #dddddd;
	background: #f3f3f3;
}

#contact_form dd {
	width: 70%;
	padding: 18px 30px;
	border-bottom: solid 1px #dddddd;
}

#contact_form dd input[type="text"],
#contact_form dd select,
#contact_form dd textarea {
	padding: 10px;
	border: solid 1px #000;
}

#contact_form dd input[type="text"] {
	width: 100%;
}

#contact_form dd select {
	width: 50%;
	background: url("../images/contact_select_icon.svg") no-repeat 95% center;
}

#contact_form dd textarea {
	width: 100%;
	height: 150px;
}

#contact_form dt:last-of-type {
	border-bottom: none;
}

#contact_form dd:last-of-type {
	border-bottom: none;
}

#contact button {
	position: relative;
	display: block;
	width: 400px;
	margin: 40px 300px;
	padding: 20px;
	border: none;
	border-radius: 10px;
	background: #232f3f;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

#contact button span {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 70px;
	background: #434c57;
}

#contact button span img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
}

.mast {
	position: absolute;
	top: 30px;
	right: 20px;
	display: block;
	width: 40px;
	padding: 2px 0;
	border-radius: 10px;
	background: #d92b3a;
	color: #fff;
	font-size: 0.7rem;
	text-align: center;
}


.g-recaptcha {
        display: block;
        width: 304px;
        margin: 20px 0 0 345px;
}