body {
  background: #f0f5f9;
  color: #151514;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.75;
}

a {
  color: #a59aca;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
select,
textarea {
  padding: .2em .5em;
  border: 1px solid #cbbfa8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 639px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  select,
  textarea {
    width: 100%;
    max-width: none;
  }
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #88c6ea;
  -webkit-box-shadow: 0 0 2px #88c6ea;
  box-shadow: 0 0 2px #88c6ea;
}

@media (min-width: 640px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    width: 60%;
    min-width: 500px;
    max-width: 100%;
  }
}

textarea {
  width: 100%;
  height: 5em;
  resize: vertical;
}

input[type="file"] {
  display: block;
  line-height: 1.75;
}

input[type="password"] {
  width: 100%;
  height: 1.75em;
  border: 1px solid #6a767d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

select {
  display: block;
  width: auto;
  border: 1px solid #cbbfa8;
}

@media (max-width: 639px) {
  select {
    width: 100%;
  }
}

label h3 {
  display: inline-block;
  margin: 0 0 0.5em;
  font-size: 1em;
  font-weight: bold;
}

label .badge-optional {
  display: none;
}

label .badge-required {
  display: inline-block;
  width: auto;
  background-color: #c73b3b;
  border-radius: 4px;
  padding: 4px 8px;
  margin-left: 0.25em;
  color: #fff;
  font-size: 0.75em;
  line-height: 1;
}

.container {
  max-width: 100%;
  background: #f0f5f9 !important;
  border: 0;
  padding: 20px 0;
}

.button {
  display: inline-block;
  background-color: #271a6d;
  border: 0;
  border-radius: 4px;
  padding: 0.5em 1em;
  margin: 0 0.5em 0 0;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}

.button-submit {
  background-color: #316a8b;
  color: #fff;
}

.button-submit .fa {
  margin-right: 4px;
}

.tooltip-inner {
  background-color: #c73b3b;
}

.tooltip-arrow {
  border-bottom-color: #c73b3b !important;
}

.button-group {
  margin-top: 3em;
  text-align: center;
}

.button-group .help-block {
  margin-top: 0.5em;
  font-size: 0.75em;
}

.description-block {
  margin: .5em 0 0;
  font-size: .85em;
  color: #151514;
}

.content-confirmation .description-block {
  display: none;
}

.input-group .option {
  display: inline-block;
  margin-right: 1em;
}

.message-block-confirmation {
  margin: 2em 0;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

.form-column {
  border-bottom: 1px solid #cccccc;
  padding: 1em 0;
  margin: 0;
}

@media (min-width: 640px) {
  .form-column {
    padding: 2.5em 0;
  }
  .form-column:first-child {
    padding-top: 0;
  }
}

.form-column[data-column-id="91eb84ad-b38e-42c6-b691-028ebf2406c4"] {
  padding: 0;
  border-bottom: 0;
}

.form-column-heading {
  padding: 0;
  border: 0;
}

.form-column-heading h2 {
  margin: 3em 0 0;
  color: #271a6d;
  font-size: 1.5em;
  font-weight: bold;
}

@media (min-width: 640px) {
  .form-column-heading h2 {
    font-size: 1.25em;
  }
}

.form-column-note {
  padding: 0;
  border: 0;
}

.message-block-complete {
  border: 2px solid #316a8b;
  padding: 20px;
  text-align: center;
}