@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* フォーム */
#form {
  background: #eeeeee;
  padding: 6em 10px 5em;
}
@media (max-width: 599px) {
  #form {
    padding: 5em 10px;
  }
}

.lp-content__inner #form {
  padding: 5em 10px;
}
#form p {
  letter-spacing: 0.05em;
}
#form select,
#form input,
#form textarea {
  width: 100%;
  padding: 0.8em 1.2em;
  outline: none;
  border-radius: 4px;
}
#form textarea {
  height: 50px;
}

#form .form__inner {
  width: calc(100% - 20px);
  max-width: 800px;
  margin: auto;
}
#form .form__title {
  margin: 2em 0 0.5em;
}
#form .form__ne,
#form .form__admin {
  margin-right: 0.5em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  background-color: #12325B;
  color: white;
  font-size: 0.7em;
  border-radius: 4px;
  letter-spacing: 0.1em;
}
#form .form__ne {
  background-color: #12325B;
}

#form .form__be {
  background-color: #6e6d6d;
}

#form .form__admin {
  background-color: #888888;
  letter-spacing: 0;
}
#form .form__input-col {
  display: flex;
  gap: 1em;
  justify-content: space-between;
}

#form .wpcf7-not-valid-tip {
  margin: 0.5em;
  font-weight: bold;
}
#form .form__finishtext {
  margin-top: 3em;
}
#form .form__au-title {
  margin-top: 2em;
  font-weight: bold;
}
#form .form__au-text {
  height: 15em;
  margin-top: 1em;
  padding: 1em;
  border-radius: 5px;
  background: #ffffff;
  font-size: 0.8em;
  overflow-y: auto;
}
#form .wpcf7-submit {
  display: block;
  width: 260px;
  background: #B20C0C;
  color: white;
  margin: 3em auto 0;
  padding: 1em 0 1em 0.2em;
  border-radius: 5px;
  letter-spacing: 0.2em;
  transition: .3s;
}
#form .wpcf7-submit:hover {
  background: #D22C2C;
}
#form .wpcf7-response-output {
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
}
#form .wpcf7-spinner {
  display: table;
  margin: 1.5em auto;
}


