.content {
  min-height: 1000px;
  background: url("/storage/user/img/contact/contact_bg_img01.jpg") top 60px left no-repeat, url("/storage/user/img/contact/contact_bg_img02.jpg") bottom 80px right no-repeat;
  background-size: 233px auto, 310px auto;
  padding-top: 120px;
}

.content .ttl_common {
  margin-top: 124px;
}

.content .txt_description {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.38;
  margin: 0 0 50px;
}

.content .contact_form {
  width: 765px;
  margin: 0 auto;
}

.content .contact_form .common_input_form {
  width: 485px;
  margin-bottom: 30px;
}

.content .requirestar {
  font-size: 15px;
  color: red;
  vertical-align: top;
}

.content .btn_contact {
  width: 100%;
  text-align: right;
  padding-right: 106px;
  margin: 40px 0 80px;
}

.content .btn_contact button {
  border: 1px solid #c2c2c2;
  background: url(/storage/user/img/contact/btn_send.png) center #fff no-repeat;
  background-size: 30px auto;
  padding: 5px 70px;
  width: 180px;
  height: 42px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.content .btn_contact button:before {
  border-radius: 5px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/storage/user/img/contact/btn_send_hover.png) center #303030 no-repeat;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.content .btn_contact button:hover,
.content .btn_contact button:focus,
.content .btn_contact button:active {
  border-radius: 5px;
  color: white;
}

.content .btn_contact button:hover:before,
.content .btn_contact button:focus:before,
.content .btn_contact button:active:before {
  transform: scaleY(1);
  border-radius: 5px;
}

.content .address {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.content .ttl_add {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  display: inline-block;
  border-bottom: 1px solid #303030;
  margin-bottom: 10px;
}

.content .txt_place {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-top: 20px;
}

.content .txt_tel,
.content .txt_fax,
.content .txt_url,
.content .txt_email {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  margin: 20px 10px;
  letter-spacing: 2px;
}

.content .txt_url,
.content .txt_email {
  margin: 0 0 50px;
  color: #3a84df;
}

.content .txt_url:hover,
.content .txt_email:hover {
  color: #3a84df;
  opacity: 0.8;
}

