html {
    font-size: 16px;
    font-size: 100%;
}

@media (max-width: 1166px) {
    html {
        font-size: 1.372212693vw;
    }
}

@media (max-width: 375px) {
    html {
        font-size: 4.2666666667vw;
    }
}

body {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    color: #070707;
}

.container {
    max-width: 100%;
    border: none;
}

.container-fluid {
  max-width: 100%;
  border: 0;
}

.form-text {
  font-size: 0.75em;
}

.form-column {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
}

.form-column label {
    width: 30%;
    min-width: 30%;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 1em;
}

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 {
    font-size: 1rem;
    font-weight: 700;
}

label h3 {
    font-size: 1em;
    display: inline-block;
    margin: 0 0 0.5em;
    font-weight: bold;
}

label .badge-required {
    width: auto;
    display: inline-block;
    font-size: 0.6875rem;
    color: #fff;
    position: relative;
    background-color: #005ab6;
    border-radius: 10px;
    font-weight: 400;
    margin-left: 8px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    vertical-align: middle;
}

.description-block {
    color: #151514;
    margin-top: 0.5em;
}

.button-group {
    margin-top: 1em;
    text-align: center;
}

.button-group .form-text {
    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 {
    padding: 0.65625rem 1.25rem;
    max-width: 15.625rem;
    width: 100%;
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "M PLUS 1p", sans-serif;
    line-height: 1.45;
    color: #fff;
    background-color: #005ab6;
    background-image: none;
    border: 1px solid #005ab6;
    border-radius: 1.5625rem;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    margin: 10px auto;
}

button.button-submit:hover {
    background-color: #fff;
    color: #005ab6;
}

button.button-submit span.fa {
  margin-right: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
    width: 100%;
    max-width: 100%;
    line-height: 1.75em;
    transition: all 0.3s;
    padding: 1.25rem 1.25rem;
    background-color: #f4f7fa;
    border: 1px solid #b4b4b4;
    border-radius: 0.1875rem 1.875px;
}

textarea {
    width: 100%;
    height: 10em;
    padding: 0.75rem 1.25rem;
    background-color: #f4f7fa;
    border: 1px solid #b4b4b4;
}

input[type="file"] {
    display: block;
    line-height: 1.75;
}

input[type="password"] {
    height: 1.75em;
    width: 100%;
    border: 1px solid #b4b4b4;
    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 #6a767d;
}

.message-block-complete,
.message-block-closed {
    padding: 20px;
    text-align: center;
}

@media (max-width: 640px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    textarea {
        width: 100%;
        min-width: 100%;
        padding: 0.625rem;
    }
    select {
        width: 100%;
    }
    .form-column-calendar input {
        width: auto;
        min-width: auto;
    }
    .form-column-heading h2 {
        font-size: 1.25em;
    }
    .form-column {
        display: block;
    }
    .form-column label {
        width: 100%;
        min-width: 100%;
        margin-bottom: 15px;
    }
    .form-column label {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0.02em;
    }
    
    
}
