body {
  color: #151514;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

a {
  color: #a59aca;
}

.container {
  max-width: 100%;
  border: 0;
  padding: 55px 0 0;
  background-color: #eae3ce;
}

.help-block {
  font-size: 0.75em;
}

.label {
  margin-bottom: 0px;
}

.form-column {
  margin-bottom: 35px;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 1em;
}

input[type="radio"] {
  border-radius: 40px;
  border: 1px solid #cccccc;
}

input[type="checkbox"] {
  margin-right: 3px;
}

input[type="date"] {
  border: 1px solid #6a767d;
}

.form-column-heading h2 {
  font-size: 1.5em;
  margin: 0;
  font-weight: bold;
}

label h3 {
  font-size: 1em;
  display: inline-block;
  margin: 0 0 0.5em;
  font-weight: bold;
}

label .badge-required {
  width: auto;
  display: inline-block;
  margin-left: 0.5em;
  padding: 3px 5px 2px;
  line-height: 1em;
  font-size: 14px;
  color: #fff;
  position: relative;
  background-color: #a39e90;
}

.description-block {
  color: #151514;
  margin-top: 0.5em;
}

.button-group {
  margin-top: 1em;
  display: flex;
}

.button-group .help-block {
  margin-top: 0.5em;
  font-size: 0.75em;
  display: none;
}

.button {
  display: inline-block;
  padding: 18px 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #fff;
  background-color: #fff;
  box-sizing: border-box;
  transition: 0.3s;
  margin-right: 0;
}

button.button-confirm {
  background-color: #e43636;
  border: 1px solid #e43636;
  color: #fff;
  width: 100%;
}

button.button-back {
  background-color: #808080;
  border: 1px solid #808080;
  color: #fff;
  width: 30%;
  margin-right: 1em;
}

button.button-submit {
  background-color: #e43636;
  border: 1px solid #e43636;
  color: #fff;
  width: 70%;
}

button.button-confirm:hover {
  background-color: #fff;
  color: #e43636;
}

button.button-back:hover {
  background: #fff;
  color: #808080;
}

button.button-submit:hover {
  background-color: #fff;
  color: #e43636;
}

button.button-submit span.fa {
  margin-right: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  width: 100%;
  outline: none;
  padding: 12px 20px;
  border: 1px solid #fff;
  transition: all 0.2s;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  margin-top: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fff5d6;
  border-color: #ffbf00;
}

textarea {
  width: 100%;
  height: 250px;
}

input[type="file"] {
  display: block;
}

input[type="password"] {
  height: 1.75em;
  width: 100%;
  outline: none;
  border: 1px solid #6a767d;
  transition: all 0.3s;
}

.form-column-date .input-group select {
  width: auto;
  display: inline-block;
}

.form-column-calendar input {
  width: auto;
}

.form-column-zip-code-jp .input-group input {
  width: auto;
  min-width: auto;
  display: inline-block;
}

.form-column-zip-code-autofill.form-column {
  border-bottom: 0;
  margin-bottom: 0;
}

.form-column-checkbox label,
.form-column-radio label {
  margin-right: 1em;
}

select {
  width: auto;
  height: 1.75em;
  display: block;
  border: 1px solid #6a767d;
}

.message-block-complete,
.message-block-closed {
  padding: 20px;
  text-align: center;
}

.input-group {
  background: #fff;
  padding: 24px 28px;
  line-height: 1.2;
  margin-top: 3px;
}

/* 個人情報部分 description */
.form-column-a507fb2c-5ce9-4790-859f-aa69021d45c1 .description-block {
  height: 170px;
  overflow-y: scroll;
  background: #fff;
  margin-top: 2px;
  border: 25px solid #fff;
}

.form-column-a507fb2c-5ce9-4790-859f-aa69021d45c1 .description-block p {
  margin: 1em 0;
  line-height: 1.7;
  font-size: 14px;
}

@media (max-width: 640px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  textarea {
    width: 100%;
    min-width: 100%;
  }
  select {
    width: 100%;
  }
  .form-column-calendar input {
    width: auto;
    min-width: auto;
  }
  .form-column-heading h2 {
    font-size: 1.25em;
  }
}
