body {
    color: #212121;
    font-size: 16px;
    line-height: 1.75;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: normal;
}

a {
    color: #00417E;
}

.help-block {
  font-size: 0.75em;
}

.form-column {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 1em;
    border-radius: 4px;
}

input[type="radio"] {
  border-radius: 40px;
  border: 1px solid #cccccc;
}

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;
  padding: 4px 6px;
  line-height: 1em;
  font-size: 0.75em;
  color: #fff;
  top: -2px;
  position: relative;
  background-color: #c73b3b;
  border-radius: 4px;
}

.description-block {
  color: #212121;
  margin-top: 0.5em;
}

.button-group {
  margin-top: 1em;
}

.button-group .help-block {
  margin-top: 0.5em;
  font-size: 0.75em;
}

button {
  display: inline-block;
  padding: 0.5em 1em;
  text-align: center;
  cursor: pointer;
  border: 1px solid #6a767d;
  border-radius: 4px;
  margin: 0 0.5em 0 0;
  background-color: #fff;
}

button.button-submit {
  background-color: #666666;
  border: 1px solid #666666;
  color: #fff;
}

button.button-submit span.fa {
  margin-right: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  height: 44px;
  width: 100%;
  min-width: 500px;
  max-width: 100%;
  line-height: 1.75em;
  padding: 2px 8px;
  border: 1px solid #B5BBBF;
  transition: all 0.3s;
}

textarea {
  width: 100%;
  height: 10em;
}

input[type="file"] {
  display: block;
  line-height: 1.75;
}

input[type="password"] {
  height: 44px;
  width: 100%;
  border: 1px solid #B5BBBF;
  transition: all 0.3s;
}

input[readonly],
textarea[readonly] {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.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 #B5BBBF;
}

.message-block-complete,
.message-block-closed {
  padding: 20px;
  text-align: center;
}

@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;
  }
}

/*customize*/

.container {
    max-width: 100%;
    border: 0;
    padding: 80px 6% 80px 6%;
}

.label {
    color: #212121;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 15px;
}

.badge-required {
    margin-left: 10px;
}

legend .badge-required {
    margin-left: 10px;
}

.button-group {
    text-align: center;
}

button.button-confirm {
    width: 460px;
    max-width: 100%;
    height: 90px;
    background-color: #1d1d1d;
    color: #fff;
    font-size: 1.8rem;
    padding: 10px 20px 10px 20px;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s;
    margin: 0 auto 20px;
}

button.button-confirm:hover {
    opacity: 0.7;
}

fieldset {
    padding: 0;
    border: none;
}

legend .badge-required {
    margin-left: 10px!important;
}

.form-column-radio .input-group {
    display: flex;
    flex-wrap: wrap;
}

.form-column-checkbox label, .form-column-radio label {
    margin-right: 2em;
}

/*privacy*/
.form-column-c37d0fe9-5ccf-4e40-ba70-613c46808554 fieldset {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.form-column-c37d0fe9-5ccf-4e40-ba70-613c46808554 .label {
    display: none;
}

.form-column-c37d0fe9-5ccf-4e40-ba70-613c46808554 .option span {
    display: none;
}

.form-column-c37d0fe9-5ccf-4e40-ba70-613c46808554 p a {
    font-weight: 600;
}

select {
    min-width: 200px;
    padding: 2px 8px;
    height: 44px;
}

@media (max-width: 640px) {
    .container {
        padding: 40px 4% 40px 4%;;
    }
    .form-column {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    button.button-confirm {
        max-width: 90%;
        height: 60px;
        font-size: 1.6rem;
        padding: 10px 10px 10px 10px;
        margin: 0 auto;
    }
    .label {
        font-size: 1.5rem;
    }
}