.contact_page_row{
    display: flex;
    flex-wrap: wrap;
}
.contact_left{
	width:260px;
}
.contact_right{
	width: calc(100% - 260px);
}
.contact_page_title{
    position: relative;
    color: #333;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 15px;
	margin-bottom: 45px;
}
.contact_page_title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 80px;
    border-top: 3px solid #d3ac2b;
}
.contact_page_title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    border-top: 3px solid #d3ac2b;
}
.contact_data_list{
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
    margin-right: 40px;
    margin-bottom: 30px;
}
.contact_data_list .icon{
	width: 40px;
    text-align: center;
    font-size: 22px;
    color: #d3ac2b;
}
.contact_data_list .text_box{
	width: calc(100% - 40px);
}
.contact_data_list .text_box .title{
    color: #222;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.contact_data_list .text_box .text{
    font-size: 16px;
	line-height:1.6;
	color: #9e9e9e;
}
.contact_data_list .text_box .text a{
	color: #9e9e9e;
}
.contact_row{
    display: flex;
    flex-wrap: wrap;	
}
.contact_list{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;	
}
.contact_list.w_6{
    width: 50%;
}
.contact_list.w_12{
    width: 100%;
}
.contact_list label{
	font-size: 16px;
    margin-bottom: 10px;
}
.contact_list input[type="text"], .contact_list input[type="password"], .contact_list textarea, .contact_list select {
    width: 100%;
    font-size: 14px;
    border-width: 0;
    height: 45px;
    line-height: 45px;
    padding: 0px 10px;
    background: #fafafb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
}
.contact_list textarea {
    height: auto;
    line-height: normal;
}
.cont_b01 {
    margin-top: 15px;
    text-align: center;
}
.cont_b01 a {
    display: inline-block;
    width: 200px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    background: #d3ac2b;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
.contact_list.w_6{
    width: 100%;
}
}
@media screen and (max-width: 600px) {
.contact_left{
	width: 100%;
}
.contact_right{
	width: 100%;
}
}