/*-----------------------------------

	contact

-----------------------------------*/
#contact #h2_title{
	margin: 25px 0 70px;
}
#contact .mt_15 {
	margin-top: 15px !important;
}
#contact .mr_10 {
	margin-right: 10px !important;
}
#contact .intro_text {
	text-align: center;
}

@media screen and (max-width: 640px) {
	#contact #h2_title h2{
		background-position: center 0;
		background-size: 22%;
		padding-left: 0;
		height: auto;
		padding-top: 18%;
	}
}

/* form
-----------------------------------*/
#contact {
    margin: 0 auto 50px;
    width: 800px;
}
#contact table {
	margin: 40px 0 0 0px;
}
#contact th {
	width: 215px;
	font-size: 16px;
	font-weight: 700;
	padding: 20px 35px 20px 0;
	text-align: left;
	overflow: hidden;
}
#contact th p {
	font-size: 16px;
	float: left;
}
#contact th span {
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	color: #959595;
	float: right;
}
#contact td input,
#contact td select,
#contact td textarea {
	width: 500px;
	font-size: 16px;
	font-weight: 700;
	margin-top: -15px;
	box-sizing: content-box;
	padding: 14px 10px 14px;
}
#contact td textarea {
	height: 210px;
}
#contact td {
	padding: 20px 0;
}
#contact .address_number div {
	width: 170px !important;
}
#contact .address_number {
	width: 170px !important;
}
#contact .text_area th {
	vertical-align: top;
}
#contact .btn_area {
	width: 322px;
	margin: 0 auto;
}
#contact .checkbox a {
	color: #0071b8;
	text-decoration: underline;
}
#contact .checkbox a:hover{
	text-decoration:none;
}
/* checkbox, btn
-----------------------------------*/

input[type=checkbox] {
	display: none;
}
.checkbox {
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin-top: -30px;
	margin-left: -15px;
	padding: 0 0 0 65px;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox:hover:after {
	border-color: #0171bd;
}
.checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 20%;
	left: 15px;
	display: block;
	margin-top: -6px;
	width: 30px;
	height: 30px;
	border: 1px solid #c8c8c8;
	content: '';
}
.checkbox:before {
	position: absolute;
	top:16%;
	left: 26px;
	display: block;
	margin-top: -7px;
	width: 12px;
	height: 23px;
	border-right: 3px solid #009e41;
	border-bottom: 3px solid #009e41;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}
.checkbox_06 {
	font-size: 1em;
}
.btn_style {
	width: 153px;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
#btn_01 {
	border: 1px solid #000;
	background: #fff;
}
#btn_02 {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.btn_style:hover {
	opacity: 0.7;
}

/* placeholder
-----------------------------------*/
:placeholder-shown {
    color: #959595; }

::-webkit-input-placeholder {
    color: #959595; }

:-moz-placeholder {
    color: #959595; opacity: 1; }

::-moz-placeholder {
    color: #959595; opacity: 1; }

:-ms-input-placeholder {
    color: #959595; }
@media screen and (max-width: 840px) {
    #contact {
        width: 100%;
    }
	#contact table {
		width: 100%;
		margin-left: 0;
	}
	#contact th {
		width: 30%;
		padding: 20px 2% 20px 0;;
	}
	#contact td {
		width: 70%;
	}
	#contact td input,
	#contact td select,
	#contact td textarea {
		width: 100%;
		box-sizing: border-box;
	}
	#contact .address_number {
		width: 40% !important;
	}
}
@media screen and (max-width: 640px) {

	#contact table {
		width: 100%;
		margin-left: 0;
	}
	#contact th {
		display: block;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#contact td {
		display: block;
		width: 100%;
	}
	#contact td input,
	#contact td select,
	#contact td textarea {
		width: 100%;
		box-sizing: border-box;
	}
	#contact .address_number input {
		width: 125px !important;
	}
	#contact .address_number {
		width: 40% !important;
	}
/* checkbox, btn
-----------------------------------*/
	#contact .btn_area {
		width: 100%;
	}
	.btn_style {
		width: 45%;
	}

}
/*-----------------------------------

	confirm

-----------------------------------*/
#confirm #contact table {
    margin-bottom:30px;
	width: 100%;
}
#confirm #contact th,
#confirm #contact td{
	float: left;
}
#confirm #contact td{
    width: 65%;
}
@media screen and (max-width: 640px) {
	#confirm #contact td{
		width: 100%;
		padding: 0 0 20px;
		border-bottom: solid 1px #e3e3e3;
	}
}