@charset "UTF-8";
/*
  form.scss
  --------------------------------
  コンパイルされたcssを直接フォームのcss設定欄に直接設定
*/
/* webfont */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Serif+JP:wght@200..900&family=Outfit:wght@100..900&family=Yuji+Syuku&display=swap");
/* 追加CSS */
body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  background: inherit;
}

.container {
  max-width: inherit;
  border: 0;
  background: inherit;
}

.form-column + .form-column {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px #CCC solid;
}
.form-column.form-column-text input {
  width: 70%;
}
.form-column.form-column-name input {
  width: 70%;
}
.form-column.form-column-email input {
  width: 70%;
}

.button-group {
  text-align: center;
}

.button-submit {
  background-color: #880000;
  color: #FFF;
}

.message-block.message-block-complete {
  text-align: center;
  font-weight: bold;
}/*# sourceMappingURL=form.css.map */