body {
    color: #222;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif !important;
    font-size: 16px;
    line-height: 1.75;
}

a {
    color: #dd2c4a;
}

.container {
    max-width: 100%;
    border: 0;
}

.help-block {
    font-size: 0.75em;
}

.description-block {
    font-size: 0.85em;
    margin-top: 0.5em;
}

.message-block-complete {
    color: #dd2c4a;
    border: 2px solid #dd2c4a;
    padding: 20px;
    text-align: center;
}

.message-block-confirmation{
    color: #dd2c4a;
    font-size: 18px;
    font-weight: 700;
    background: #f7f7f7;
    padding: 1em;
    width: 80%;
    text-align: center;
    margin: 0 auto 2em;
}

.form-column {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.form-column-heading h2 {
    font-size: 1.5em;
    margin: 0;
    font-weight: bold;
}

.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;
}

label.label {
    padding-left: 56px;
    font-weight: 700;
    position: relative;
}

label h3 {
    font-size: 1em;
    display: inline-block;
    margin: 0 0 0.5em;
    font-weight: bold;
}

label .badge {
    margin-left: 0;
}

label .badge-optional,
label .badge-required {
    display: inline-block;
    width: auto;
    padding: 4px 8px;
    line-height: 1;
    font-size: 0.75em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


label .badge-optional {
    color: #afafaf;
    border: 2px solid #afafaf;
    visibility: visible;
}

label .badge-required {
    color: #dd2c4a;
    border: 2px solid #dd2c4a;
}

.option {
    padding: 10px;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 8px 12px;
    border: 0;
    outline: 0;
    border-radius: 0;
    font-size: 0.85em;
}

input,
textarea,
select {
    border: 2px solid rgba(255,255,255,0);
    background: #f7f7f7;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
    width: 100%;
    height: 40px;
    min-width: 500px;
    max-width: 100%;
    line-height: 1.75em;
    transition: all 0.3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
    border: 2px solid #afafaf;
}

textarea {
    width: 100%;
    height: 10em;
}

select {
    width: 100%;
    height: 40px;
    display: block;
}
button.button-confirm,
button.button-back,
button.button-submit {
    padding: 18px 36px;
    margin: 0;
    min-width: 260px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 0;
    transition: .3s;
}

button.button-confirm {
    color: #fff;
    background: #817779;
    border: 2px solid #817779;
}

button.button-back {
    margin-right: 1em;
    color: #817779;
    background: rgba(255,255,255,0);
    border: 2px solid #817779;
}

button.button-submit {
    color: #fff;
    background: #dd2c4a;
    border: 2px solid #dd2c4a;
}

button.button-submit span.fa {
    margin-right: 4px;
}

.button-group {
    margin-top: 1em;
    text-align: center;
}

.button-group .help-block {
    margin-top: 0.5em;
    font-size: 0.75em;
}

.tooltip.in {
    opacity: 1;
}

.tooltip-inner {
    padding: 10px 16px 6px;
    color: #222;
    text-align: left;
    background-color: #f5dadf;
    border-radius: 0;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f5dadf;
}

@media (min-width: 641px) {
    button.button-confirm:hover {
        color: #817779;
        background: rgba(255,255,255,0);
        box-shadow: 0 0 0 3px #817779;
    }
    button.button-back:hover {
        box-shadow: 0 0 0 3px #817779;
    }
    button.button-submit:hover {
        color: #dd2c4a;
        background: rgba(255,255,255,0);
        box-shadow: 0 0 0 3px #dd2c4a;
    }
}


@media (max-width: 640px) {
    .message-block-confirmation{
        font-size: 16px;
        width: 100%;
    }

    label.label,
    .option-text {
        font-size: 14px;
    }

    label .badge-optional,
    label .badge-required {
        top: 0;
        left: 0;
        transform: translateY(0);
    }

    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;
    }
    button.button-confirm,
    button.button-back,
    button.button-submit {
        width: 100%;
        min-width: none;
    }
    button.button-back {
        margin-right: 0;
        margin-bottom: 1em;
    }
}