@charset 'utf-8';

.contactus{padding: 60px 0;}
.contactus .contact_title{text-align: center;}
.contactus .contact_title h2{font-size: 52px; font-weight: normal;}

.contactus .message_form{margin-top: 50px; padding: 30px; box-shadow: 0 0 10px 5px #eee}
.contactus .message_form .input_list{width: 49%; float: left; margin: 0 2% 30px 0; position: relative;}
.contactus .message_form .input_list:nth-child(2n){margin-right: 0;}
.contactus .message_form .input_list input{width: 100%; height: 54px; font-size: 16px; box-sizing: border-box; padding: 0 20px; background: #fff; border: solid #e6e6e6 1px; border-radius: 5px;}
.contactus .message_form .textarea_list{width: 100%; position: relative;}
.contactus .message_form .textarea_list textarea{width: 100%; line-height: 24px; box-sizing: border-box; padding: 13px 24px; font-size: 16px; border: solid #e6e6e6 1px; background: #fff; border-radius: 5px;}
.contactus .message_form .button_list{margin-top: 40px; text-align: center;}
.contactus .message_form .button_list input{height: 55px; padding: 0 42px; font-size: 16px; border-radius: 10px; background: #bea064; color: #fff; border: none; cursor: pointer; text-transform: uppercase;}
.contactus .contact_content{margin-top: 50px; padding: 30px; box-shadow: 0 0 10px 5px #eee;}
.contactus .contact_content img{max-width: 100%;}
.contactus .contact_content table{max-width: 100%; border-collapse: collapse;}
.contactus .contact_content h3{font-size: 18px; font-weight: bold; line-height: 2em;}
.contactus .contact_content p{font-size: 16px; line-height: 2em;}

@media (max-width:960px) {
	.contactus{padding: 30px 15px;}
	.contactus .contact_content{margin-top: 30px; padding: 20px;}
	.contactus .contact_content h3{font-size: 16px;}
	.contactus .contact_content p{font-size: 14px;}
}