@charset "UTF-8";
.form_table {
  width: 100%;
}
.form_table ::placeholder {
  color: #b2b2b2;
}
.form_table_block a.bt_back,
.form_table_block a.bt_submit {
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
}
.error {
  font-size: 14px;
  font-weight: 700;
  color: #f00;
  line-height: 1;
  background: rgba(255, 215, 215, 1);
  padding: 10px;
}
.disc li {
  font-size: 13px;
  line-height: calc(16 / 13);
  margin-left: 1.2em;
}
.disc li a {
  color: #0088ff;
  text-decoration: underline;
}
.disc li a:hover {
  text-decoration: none;
}
a.thanks_form_link {
  appearance: auto;
  -webkit-appearance: button;
  display: inline-block;
  padding: 1px 6px;
  border: 1px solid;
  border-color: #767676;
  background-color: #efefef;
  color: #000;
  text-decoration: none;
  font-family: system-ui;
  font-size: 13.3333px;
  text-align: center;
  cursor: default;
}
a.thanks_form_link:hover {
  background-color: #e5e5e5;
}