.commons-contact .quick-btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.commons-contact .quick-btn {
  width: 26rem;
  height: 5rem;
  background: #fff;
  color: #2C3E50;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #95BAE5;
}
.commons-contact .clicked {
  background: #95BAE5;
  color: #2C3E50;
}
.commons-contact .contact-contents {
  background: #fff;
  padding: 9.6rem 4rem;
  margin-top: 4.8rem;
  border: 3px solid #95BAE5;
}
.commons-contact .contact-inner {
  max-width: 80rem;
  margin: auto;
}
.commons-contact .note {
  font-size: 2.4rem;
  line-height: 2;
}
.commons-contact form {
  margin-top: 4.8rem;
}
.commons-contact label {
  font-size: 1.8rem;
}
.commons-contact input, .commons-contact textarea, .commons-contact .submit {
  width: 100%;
  font-size: 1.8rem;
  padding: 10px 4px;
  box-sizing: border-box;
}
.commons-contact input[type=checkbox i] {
  width: auto;
}
.commons-contact .area:not(:first-child) {
  margin-top: 2.4rem;
}
.commons-contact .checkText {
  margin-left: -1.8rem;
  font-size: 1.8rem;
}
.commons-contact .wpcf7-list-item {
  margin: 0;
}
.commons-contact .submit {
  margin-top: 2.4rem;
  background: #95BAE5;
  color: #fff;
  border: none;
  cursor: pointer;
}
.commons-contact .contact-link, .commons-contact .free-link {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .commons-contact .quick-btn {
    font-size: 1.8rem;
  }
  .commons-contact .contact-contents {
    padding: 4.8rem 2rem;
  }
  .commons-contact .note {
    font-size: 1.2rem;
  }
  .commons-contact label {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=contact.css.map */