@charset "UTF-8";
#message .mw_wp_form_input {
  max-width: 800px;
  width: 100%;
  padding: 20px 2%;
  margin: 0 auto 50px;
  background-color: #55bb43;
  border-radius: 5px;
}
#message p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 20px;
}
#message p .indispensable::after {
  display: inline-block;
  margin-left: 8px;
  content: "必須";
  background-color: red;
  font-size: 18px;
  padding: 3px;
}
#message p .any::after {
  display: inline-block;
  margin-left: 8px;
  content: "任意";
  background-color: blue;
  font-size: 18px;
  padding: 3px;
}
#message input {
  display: block;
  padding: 0 8px;
  width: 100%;
  height: 32px;
  color: #5a5858;
  background-color: #fff;
  border: 1px #5a5858 solid;
  border-radius: 5px;
}
#message input[type=radio] {
  max-width: 24px;
  min-width: 24px;
  width: 100%;
  height: 24px;
  margin-right: 4px;
}
#message input[type=checkbox] {
  max-width: 20px;
  min-width: 20px;
  width: 100%;
  height: 20px;
}
#message input[type=submit] {
  display: grid;
  place-content: center;
  max-width: 200px;
  margin: 0px auto 0;
}
#message textarea {
  display: block;
  padding: 8px 8px;
  width: 100%;
  color: #5a5858;
  background-color: #fff;
  border: 1px #5a5858 solid;
  border-radius: 5px;
}
#message select {
  position: relative;
  display: block;
  padding: 8px 8px;
  padding-right: 32px;
  color: #5a5858;
  background-color: #fff;
  border: 1px #5a5858 solid;
  border-radius: 5px;
  z-index: 800;
}
#message .selecter {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#message .selecter::after {
  display: block;
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 700;
  bottom: 18px;
  right: 16px;
  transform: translateY(50%);
  z-index: 999;
  color: #5a5858;
}
#message .radio-buttom {
  display: flex;
  gap: 20px;
  margin-top: -18px;
  margin-bottom: 20px;
}
#message label {
  display: flex;
  align-items: center;
}
#message label span {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#message .mwform-radio-field-text {
  width: 100%;
}
#message .hide-button {
  display: none;
}
#message .mwform-checkbox-field label {
  display: flex;
  gap: 5px;
  place-items: center;
}
#message .rule {
  display: flex;
  margin: 10px auto 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
#message a {
  font-size: 18px;
  color: red;
}
#message a:hover {
  border-bottom: 1px solid red;
}
#message text {
  color: #5a5858;
}
#message .mw_wp_form_complete {
  max-width: 800px;
  width: 100%;
  padding: 20px 2%;
  margin: 0 auto 50px;
}
#message .mw_wp_form_complete p {
  text-align: center;
  color: #5a5858;
  font-size: 28px;
  line-height: 150%;
}/*# sourceMappingURL=form.css.map */