/* Scss Document */ /* Scss Document */
.contact .inner {
  padding: 0 80px;
}
@media screen and (max-width: 640px) {
  .contact .inner {
    padding: 0 4vw;
  }
}
.contact-tel-item {
  margin: 3em auto 0;
  padding: 3em 0;
  width: 950px;
  background: #FEEDF4;
}
@media screen and (max-width: 640px) {
  .contact-tel-item {
    width: 100%;
  }
}
.contact-tel-item img {
  width: 468px;
}
@media screen and (max-width: 640px) {
  .contact-tel-item img {
    width: 80%;
  }
}

.mailform .content {
  padding-top: 0;
}

.form-wrapper {
  margin: 60px auto 0;
  width: 950px;
}
@media screen and (max-width: 640px) {
  .form-wrapper {
    width: 100%;
  }
}