html {
  visibility: hidden;
}
html.wf-active,
html.loading-delay {
  visibility: visible;
}
body {
  background-color: #f7f6f4;
  font-family: YakuHanRPs, fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
form {
  max-width: 100%;
}
form {
  margin: 24px auto;
  font-size: 14px;
  margin-left: 0;
}
.bot {
  display: none !important;
}
label {
  display: block;
  margin-bottom: 4px;
  color: #474747;
  font-size: 1.03rem;
}
input,
textarea,
select {
  background-color: #e8e5e1;
}

input[type="text"],
input[type="email"],
textarea,
select {
  font-size: 18px;
  width: 100%;
  border-radius: 4px;
  padding: 18px 6px !important;
  display: block;
  margin-bottom: 16px;
  border: none;
  box-sizing: border-box;
  height: 64px;
}
textarea {
  height: 120px;
  resize: none;
}
select {
  font-family: YakuHanRPs, fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #474747;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23474747' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
}
button {
  width: calc(100% - 4px);
  height: 60px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: YakuHanRPs, fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 12px 16px;
  margin: 0;
  border: none;
  background: #474747;
  color: #f7f6f4;
  font-size: 1rem;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
button {
  text-align: center !important;
  margin-top: 8px;
}
button:hover {
  background-color: #ec7515;
}
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.error-message {
  color: #ec7515;
  font-size: 0.92rem;
  margin-top: 6px;
  margin-bottom: 6px;
}
