@charset "UTF-8";

#h2_title{
	background: url(../img/contact/contact_head.jpg);
}

/*-----------------------------------
	contact
-----------------------------------*/

#contact {
	padding:50px 0 0;
}
#contact h3.h3_style{
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 500;
    color: #1c6dc9;
    letter-spacing: 0.05rem;
    position: relative;
    margin-bottom: 40px;
}
#contact h3.h3_style:before {
    content: "";
    width: 90px;
    height: 4px;
    background: #1c6dc9;
    position: absolute;
    top: -20px;
}
#contact form{
	margin:50px 0;
}
#contact span.require{
	color:#B90003;
}
#contact table span.require{
	margin-left:5px;
}
#contact table{
	width:100%;
}
#contact table th{
	width:20%;
	font-weight:normal;
}
#contact table td{
	width:80%;
}
#contact table th, #contact table td{
	text-align:left;
	vertical-align:top;
	padding:20px;
	border-bottom:1px solid #f5f5f5;
}
#contact table input, #contact table textarea{
	padding:5px;
}
#contact table input.w400{
	width:400px;
}
#contact table input.w500{
	width:500px;
}
#contact table textarea{
	width:500px;
	height:100px;
}
#contact .btn_area input{
    font-size: 16px;
    font-size: 1.6rem;
    color: #0973c5;
	background:#fff url(../img/contact/arrow_icon_right.png) 92% center no-repeat;
	text-align:center;
    padding: 15px;
    border: solid 3px #0973c5;
    box-shadow: 0 3px 0px 0px #0973c5;
	width:200px;
	margin-top:50px;
	cursor:pointer;
	position: relative;
	left:40%;
}
#contact #two_btn_area{
	width:45%;
	margin:0 auto;
}
#contact .btn_area input:hover{
	box-shadow:none !important;
	top:6px;
}
#contact #two_btn_area input#back_btn {
	left:0;
    color: #6A6A6A;
    border: solid 3px #6A6A6A;
    box-shadow: 0 3px 0px 0px #6A6A6A;
	background:#fff url(../img/contact/arrow_icon_left.png) 8% center no-repeat;
}
#contact #two_btn_area input#submit_btn {
	left: auto;
}
#contact .thanks_box h4{
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom:20px;
}

#contact .alert {
    color: #C60000;
    border: 1px solid #C60000;
    background-color: #F7E6E6;
    margin: 10px 0;
    padding: 10px 15px;
}
#contact .error {
    color: #FF0000;
}

@media screen and (max-width: 640px) {

	#contact {
		padding:8% 0;
	}
	#contact h3.h3_style{
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 8%;
	}
	#contact h3.h3_style:before {
		width: 70px;
		height: 3px;
		top: -15px;
	}
	#contact form{
		margin:8% 0;
	}
	#contact table {
		width: 100%;
	}
	#contact table th, #contact table td {
		display: block;
		width: 100%;
		padding: 5% 0;
	}
	#contact table th {
		border-bottom:none;
		padding-bottom:0;
	}
	#contact table input.w400, #contact table input.w500, #contact table textarea{
		width:97%;
		padding:1%;
	}
	#contact table textarea{
		height:100px;
	}
	#contact .btn_area input{
		font-size: 14px;
		font-size: 1.4rem;
		padding: 4%;
		width:50%;
		margin-top:8%;
		left:25%;
	}
	#contact #two_btn_area{
		width:100%;
	}
	#contact #two_btn_area input{
		margin:8% auto 0 auto;
	}
	#contact #two_btn_area input#back_btn {
		left: 25%;

	}
	#contact #two_btn_area input#submit_btn {
		left: 25%;
	}
	#contact #two_btn_area .right, #contact #two_btn_area .left {
		float:none !important;
	}
}
