/* Form */
.snow-monkey-form {
    margin-top: 80px;
}
.smf-progress-tracker {
    max-width: 700px;
    margin-inline: auto;
}
.smf-progress-tracker__item__number {
    width: 2em;
    height: 2em;
}

.smf-progress-tracker + .smf-form {
    margin-top: 40px;
}
.smf-form--business .smf-item {
    max-width: 800px;
    margin-inline: auto;
}
.smf-item input::placeholder {
    color:#999;
    font-size: .85em;
}
.smf-control-description {
    color:#666;
    font-size: .8em;
}

.y-form-hissu .smf-item__label::after {
    content:"必須";
    display: inline-block;
    margin-left:8px;
    padding:2px 6px 3px;
    color:#FFF;
    background-color: #d24141;
    font-size: 11px;
    line-height: 1.1;
}
.y-form-no-hissu .smf-item__label::after {
    content:"任意";
    display: inline-block;
    margin-left:8px;
    padding:2px 6px 3px;
    color:#FFF;
    background-color: #898989;
    font-size: 11px;
    line-height: 1.1;
    vertical-align: middle;
}

.smf-action .smf-button-control__control {
    color:#FFF;
    background-image: none;
    font-size:1.2em;
    letter-spacing: 1px;
    border: 0;
    outline: 0;
    border-radius: 4px;
    appearance: none;
    cursor: pointer;
    transition: .2s all ease-out;
}
.smf-action .smf-button-control__control[data-action="confirm"],
.smf-action .smf-button-control__control[data-action="complete"] {
    background-color: #690;
}
.smf-action .smf-button-control__control[data-action="back"] {
    background-color: #999;
}
.smf-action .smf-button-control__control:focus {
    box-shadow: 0 0 0 3px #111;
}
.smf-action .smf-button-control__control:hover {
    background-color: #09C;
}
.smf-action {
    padding-top: 40px;
}
.smf-button-control {
    margin-inline: 2em;
}
.smf-complete-content {
    max-width: 700px;
    margin-inline: auto;
}

/* CLOUDFLARE bnr */
.snow-monkey-forms-turnstile {
    display: flex;
    justify-content: center;
    padding-top: 3em;
}
.smf-system-error-content {
    text-align: center;
}