@charset "utf-8";

.main-img {
  background: url(../images/contact/main-img.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.contact {
  padding: 30px 15px;
}

.contact .text,
.form .text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 15px;
}

.contact .tel {
  font-family: 'Lato', sans-serif;
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
}

.formArea ul {
  width: 100%;
}

.formArea li {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.formArea li .Left {
  width: 100%;
  padding-top: 15px;
  font-size: 16px;
}

.formArea li .Right {
  width: 100%;
}

.formArea li .Right input {
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  font-size: 1.5rem;
  font-family: inherit;
  border: none;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.formArea li .Right textarea {
  width: 100%;
  height: 200px;
  padding: 5px 10px;
  font-size: 1.5rem;
  font-family: inherit;
  border: none;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.formArea li .Right .order {
  width: 20%;
}

.submit {
  width: 80%;
  height: 50px;
  margin: 20px auto 0 auto;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 2.5;
  background: #fff;
  display: block;
  border: 2px solid #333;
  border-radius: 25px;
  transition: .3s;
}

.submit:hover {
  background: #8bccff;
  border-color: #fff;
}

.privacy_area .pp {
  width: 92%;
  margin: 10px auto 0 auto;
  display: block;
  height: 120px;
  overflow-y: scroll;
  border: 1px solid #CCC;
  padding: 20px 4%;
}

.privacy_area h3 {
  font-weight: bold;
}

.privacy_area p {
  text-align: left;
}

.privacy_area strong {
  font-weight: bold;
}

.form .red {
  color: #C0272D;
}

.access {
  background-color: #EFEFF5;
  padding: 30px 15px;
}

.access .mapArea .office {
  margin-bottom: 30px;
  background-color: white;
  border-top: 4px solid #3972B7;
}

.access .mapArea .office:first-child {
  margin-left: 0;
}

.access .mapArea .office .map {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.access .mapArea iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.access .mapArea .office h3 {
  font-size: 1.8rem;
  color: #3972B7;
  padding: 10px 10px 0 10px;
}

.access .mapArea .office p {
  line-height: 1.4;
  padding: 10px;
}

.head_office {

}

.head_office h4 {
  color: #3972B7;
}

.head_office .text {
  margin-bottom: 20px;
}

@media (max-width: 767px) {

  .contact .tel:not(:last-child) {
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .form {
    padding: 30px 15px;
  }

  .form .common-title2 {
    letter-spacing: -0.8px;
  }

}

@media (min-width: 768px) {

  .contact {
    padding: 50px 0 100px;
  }

  .contact .text {
    margin-bottom: 30px;
  }

  .contact .tel {
    font-size: 4rem;
  }

  .contact .tel span {
    font-size: 2rem;
  }

  #wrapContact {
    width: 900px;
    margin: 0 auto 100px auto;
    padding: 30px;
    box-sizing: border-box;
  }

  .formArea li {
    margin-bottom: 20px;
  }

  .formArea li .Left {
    width: 240px;
    float: left;
    font-size: 1.6rem;
  }

  .formArea li .Right {
    width: 600px;
    float: right;
  }

  .formArea li .Right input {
    width: 580px;
    padding: 0 10px;
    height: 50px;
  }

  .formArea li .Right textarea {
    width: 580px;
  }

  .formArea li .Right .order {
    width: 50px;
  }

  .privacy_area .pp {
    width: 800px;
    padding: 20px;
  }

  .submit {
    width: 300px;
    height: 60px;
    margin-top: 60px;
    font-size: 1.6rem;
    border-radius: 30px;
    cursor: pointer;
  }

  .access {
    padding: 80px 0;
    margin-bottom: 130px;
  }

  .access .mapArea {
    margin-bottom: 50px;
  }

  .access .mapArea .office {
    width: 480px;
    float: left;
    margin-bottom: 0;
    margin-left: 40px;
  }

  .access .mapArea .office .map {
    width: 480px;
    height: 480px;
    padding-top: 0;
  }

  .access .mapArea .office h3 {
    font-size: 1.8rem;
    color: #3972B7;
    padding: 10px 0 0 20px;
  }

  .access .mapArea .office p {
    line-height: 1.4;
    padding: 0 0 15px 20px;
  }

}
