@charset "UTF-8";
.form-contents {
  width: 94%;
  margin: 1.8rem auto;
  padding: 1.8rem 1.2rem;
  border: 1px solid rgb(220, 222, 198);
  border-radius: 8px;
}
.form-contents .agreement-text {
  width: 96%;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: auto;
  height: 132px;
}
.form-contents .form-footer {
  text-align: center;
}
.form-contents .form-footer .button-face {
  background-color: #e79e49;
  color: #fff;
  padding: 6px 30px;
  font-size: 1.1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.form-contents .form-footer .button-face:hover {
  background-color: #b09d22;
}

/* 送信ボタン */
/* 送信ボタンのスタイル */
/*
.wpcf7-submit {
  background-color: #0073aa;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background-color: #005f7a;
}
*/

/*# sourceMappingURL=custom-form.css.map */
