main {
  background: #f7e9e4;
}

.contents__wrap {
  padding-top: 20px;
  padding-bottom: 40px;
}

.wpcf7-response-output{
  display: none !important;
}
@media screen and (min-width: 768px) {
  .contents__wrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .wpcf7-form-item__title + .wpcf7-form-item__wrap, .wpcf7-form-item__txt + .wpcf7-form-item__wrap {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7-form-item__wrap--2col .wpcf7-form-item__cell {
    max-width: 285px;
  }
}
.wpcf7-form-item__txt--zip {
  margin: 10px 0 5px;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-item__txt--zip {
    margin: 16px 0 -6px;
  }
}
.wpcf7-form-item__agree {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-item__agree {
    margin-top: 60px;
  }
}
.wpcf7-form-item__privacy {
  margin-top: 20px;
  font-size: 0.75em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-item__privacy {
    margin-top: 30px;
    font-size: 1em;
  }
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-number {
  width: 100%;
}
.wpcf7-text {
  max-width: 630px;
}
.wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  letter-spacing: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.88em;
}
@media screen and (min-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 1.25em;
  }
}
.wpcf7-number {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .wpcf7-number {
    width: 140px;
  }
}
.wpcf7-select {
  min-width: 188px;
}
@media screen and (min-width: 768px) {
  .wpcf7-select {
    min-width: 285px;
  }
}