body {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-image: url("../images/pc-top_bg.jpg");
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  body::before {
    background: url("../images/pc-top_bg.jpg") no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }
}

.contact h1 {
  font-size: 36px;
  margin-top: 70px;
}

.contact .tel-wrap {
  margin: 16px 0 24px;
}

.contact .tel-wrap a {
  padding: 0 20px 0 0;
  display: inline;
  font-size: 30px;
  font-weight: bold;
  pointer-events: none;
}

.contact .tel-wrap img {
  vertical-align: text-bottom;
}

.contact .tel-wrap span {
  vertical-align: text-bottom;
}

.contact form#mailformpro {
  margin-top: 28px;
  padding: 50px 40px 60px;
  background-color: #fff;
}

.contact dl {
  border-top: 1px solid #cccccc;
  padding: 10px 8px 12px;
}

.contact dl dt {
  margin-bottom: 12px;
}

.contact dl input {
  margin-right: 18px;
  font-size: 20px;
}

.contact dl:nth-of-type(even) {
  background-color: #f6f7f9;
}

.contact .must {
  margin-right: 8px;
}

.contact input, .contact textarea, .contact label {
  display: inline-block;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .contact {
    margin-top: 120px;
  }
  .contact .tel-wrap span {
    display: block;
  }
  .contact .contact .tel-wrap a {
    pointer-events: all;
  }
  .contact form#mailformpro {
    padding: 12px 3vw 20px;
  }
  .contact h1 {
    font-size: 26px;
  }
  .contact .tel-wrap a {
    font-size: 23px;
    padding-right: 10px;
    pointer-events: all;
  }
  .contact .tel-wrap img {
    width: 25px;
    height: auto;
  }
  .contact dl input {
    margin: 0;
  }
  .contact input {
    margin-bottom: 4px;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .contact .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .contact dl input {
    margin-right: 10px;
  }
}
/*# sourceMappingURL=contact.css.map */