body {
  color: #151514;
  font-size: 16px;
  line-height: 1.75;
}

a {
  color: #a59aca;
}

.container {
  max-width: 100%;
  border: 0;
}

.help-block {
  font-size: 0.75em;
}

.form-column {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.form-column > label {
  width: 30%;
  display: inline-block;
}
.form-column > select,
.form-column > .input-group {
  width: 65%;
  display: inline-block;
}
.form-column > select {
  height: 54px;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  /*border: none;*/
  border-radius: 0;
  outline: none;
  font-size: 1em;
}

.form-column-heading h2 {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}

label h3 {
  font-size: 1em;
  display: inline-block;
  margin: 0 0 0.5em;
  font-weight: bold;
}

label .badge-optional {
  display: none;
}

label .badge-required {
  width: auto;
  display: inline-block;
  margin-left: 0.25em;
  padding: 4px 8px;
  line-height: 1;
  font-size: 0.75em;
  color: #fff;
  background-color: #c73b3b;
  border-radius: 4px;
}

.description-block {
  color: #151514;
  margin-top: 0.5em;
}

.button-group {
  margin-top: 1em;
}
.button-group .help-block {
  margin-top: 0.5em;
  font-size: 0.75em;
}

.button {
  background: #75bd4f;
  color: #fff;
  font-size: 14px;
  text-align: center;
  min-width: 120px;
  margin: 5px;
  border-radius: 3px;
  border-bottom: 3px solid #47a43a;
  padding: 11px 15px 9px;
}

button.button-submit {
  background-color: #316a8b;
  border-bottom: 3px solid #316a8b;
  color: #fff;
}
button.button-submit span.fa {
  margin-right: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
  padding: 12px 10px;
  width: 65%;
  background: whiteSmoke;
  border: 1px solid #BFBFBF;
  box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
  border-radius: 5px;
  color: #828282;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 2px #88c6ea;
  border: 1px solid #88c6ea;
}

textarea {
  width: 100%;
  height: 10em;
}

input[type="file"] {
  display: block;
  line-height: 1.75;
}

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;
}

.message-block-complete {
  border: 2px solid #316a8b;
  padding: 20px;
  text-align: center;
}

.preview-block {
  padding: 7px 1em;
}

.form-column-radio .input-group label {
 display: inline-block;
}

.form-column-textarea .description-block {
  font-size: 12px;
  margin-top: 0;
}

/* 人数 */
.form-column[data-column-id="7d871555-4470-4ac5-9c82-98f9f189d7ea"]::after {
  content: "人";
  display: inline-block;
}
.form-column[data-column-id="7d871555-4470-4ac5-9c82-98f9f189d7ea"] > input {
  width: 20%;
}

/* 見出しとテキスト */
.form-column[data-column-id="c16d4b17-5932-4139-9e7b-df5bb72aaf4d"],
.form-column[data-column-id="981e89af-08c0-4474-b2b4-3779433319d6"] {
  margin: 0;
  padding-bottom: 0;
  border: none;
}

/* 同意するチェック */
.form-column[data-column-id="fe7bae05-baeb-4b8a-b997-0e38a5f54635"] {
  padding-top: 20px;
  text-align: center;
}
.form-column[data-column-id="fe7bae05-baeb-4b8a-b997-0e38a5f54635"] > label,
.form-column[data-column-id="fe7bae05-baeb-4b8a-b997-0e38a5f54635"] > .input-group {
  display: block;
  width: 100%;
}

@media (max-width: 640px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  textarea,
  select {
    width: 100%;
    min-width: 100%;
  }
  .form-column > label,
  .form-column > select {
    width: auto;
    display: block;
  }
  .form-column-calendar input {
    width: auto;
    min-width: auto;
  }

  /* 人数 */
  .form-column[data-column-id="7d871555-4470-4ac5-9c82-98f9f189d7ea"] > input {
    width: 50%;
    min-width: 0;
  }
}