/**********************
    page-contact
**********************/
#page-contact .bg-img {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 300px;
  background: url("../../images/top/rebuild.jpg");
  background-position: center;
  background-size: cover;
  z-index: 80;
}
#page-contact .bg-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-color: rgb(0, 0, 0, 0.4);
  background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 80;
}
#page-contact .bg-img .bg-black {
  width: 420px;
  height: 50vh;
  min-height: 300px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 81;
}
#page-contact .main-title {
  position: absolute;
  top: 150px;
  left: 50px;
  z-index: 82;
  color: #fff;
}
#page-contact .main-title .label {
  font-size: 20px;
  margin-bottom: 30px;
  color: #edc64f;
}
#page-contact .main-title h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 30px;
}
#page-contact .main-title .en-catch {
  color: #ccc;
}
@media (max-width: 991px) {
  #page-contact .bg-img .bg-black {
    display: none;
  }
}
@media (max-width: 767px) {
  #page-contact .main-title {
    position: absolute;
    top: 200px;
    left: 30px;
    transform: translate(0%, -50%);
    z-index: 82;
    color: #fff;
  }
  #page-contact .main-title h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 2em;
  }
  #page-contact .main-title .label {
    margin-bottom: 0;
  }
}
/*****************************
 bg-table
*****************************/
#page-contact .bg-table {
  padding-top: 80px;
  padding-bottom: 80px;
}
#page-contact td p,
#page-contact th p {
  margin-bottom: 0;
}
#page-contact th,
#page-contact td {
  padding: 30px;
}
#page-contact td input[type="text"],
#page-contact td input[type="email"],
#page-contact td input[type="tel"],
#page-contact td textarea {
  width: 100%;
}
#page-contact .privacy {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#page-contact .acceptance {
  text-align: center;
  font-weight: bold;
}
#page-contact .submit {
  text-align: center;
}
#page-contact .wpcf7-spinner {
  display: none;
}
#page-contact .submit input {
  width: 300px;
  display: inline-block;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #edc64f;
  color: #fff;
}
@media (max-width: 767px) {
  #page-contact th,
  #page-contact td {
    display: block;
  }
  #page-contact th {
    background: #edc64f;
  }
}
