/*common*/

.container{
  width: 100%;
  margin: 0 auto;
}
.inner{
  width: 980px;
  margin: 0 auto;
}
a{
  text-decoration: none;
  margin: 0;
}
/*end of common*/
/***********************************************************************************************************/
.container{
  padding: 80px 0;
  color: #303030;
  background: url('../../../img/contact/contact_bg_img01.jpg'),url('../../../img/contact/contact_bg_img02.jpg');
  background-repeat: no-repeat;
  background-size: 233px auto, 310px auto;
  background-position: top 60px left, bottom 80px right;
}

.container .top{
  display: none;
}
.container .inner{
  width: 940px;
  margin: 0 auto;
}
.container .inner h2{
  font-size: 24px;
  line-height: 63px;
  padding: 0 0 50px 0;
  font-family: Roboto-Regular;
}
.container .inner p{
  font-size: 18px;
  line-height: 25px;
  font-family: Roboto-Regular;
  padding: 0 0 50px 0;
}
.container .inner .row{
  width: 765px;
  margin: 0 auto 30px auto;
}
.container .inner .row::before, .row::after {
    display: table;
    content: " ";
}
 .container .inner .row::after {
    clear: both;
}
.container .inner .row .col:first-child{
  width: 280px;
}
.container .inner .row .col:last-child{
  width: 485px;
}
.container .inner .row .col{
  position: relative;
  float: left;
  word-wrap: break-word;
}
.container .inner .row .col label{
  font-size: 18px;
  line-height: 24px;
  font-family: 'Roboto-Regular';
  display: block;
  padding: 10px 0;
}
.container .inner .row .col .text{
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #c2c2c2 ;
  width: 100%;
  padding: 10px 0 10px 10px;
}
.container .inner .row .col .textarea{
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #c2c2c2 ;
  width: 100%;
  padding: 10px 0 10px 10px;
  resize: none;
  min-height: 105px;
  font-family: 'Roboto-Regular';
} 
.container .inner .send{
  width: 765px;
  margin: 0 auto;
  padding: 30px 0 0 0;
} 
/*.container .inner .send .send_img{
  border: 1px solid #c2c2c2 ;
  padding: 5px 70px;
  width: 30px;
  height: 30px;
  float: right;
  border-radius: 5px;
  cursor: pointer;
}*/
.container .inner .send button{
  border: 1px solid #c2c2c2 ;
  background: url(../../../img/contact/btn_send.png) center #fff no-repeat;
  /*padding: 5px 70px;*/
  width: 180px;
  height: 42px;
  float: right;
  border-radius: 5px;
  cursor: pointer;
  background-size: 30px auto;
}

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  border-radius: 5px;
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  border-radius: 5px;
}
.hvr-sweep-to-top:before {
  background: url(../../../img/contact/btn_send_hover.png) center #303030 no-repeat;
}
.container .inner #googleMap {
    width: 100%;
    /*height: 310px;*/
    margin: 80px 0;
    /*background: #EDE7E7;*/
} 
.container .inner #googleMap iframe{
  width: 100%;
  height: 310px;
}
.container .inner .address .head_office,
.container .inner .address .branch_office{
  text-align: center;
}
.container .inner .address .head_office_ttl,
.container .inner .address .branch_office_ttl{
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  display: inline-block;
  border-bottom: 1px solid #303030;
  margin-bottom: 10px; 
}
.container .inner .address .head_office_txt,
.container .inner .address .branch_office_txt{
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-family: Roboto-Regular;
  padding: 0;
  display: block;
}
.container .inner .address .head_office_txt{
  margin-bottom: 25px;
}

.container .inner .address p a{
  color: #3a84df;
}
.container .inner .address p a:hover{
  opacity: .8;
}
.requirestar{
  line-height: 10px;
}