@charset "UTF-8";

/**************************************************************
input 個別
***************************************************************/
.step {
    background-image: url(/asset/form/img/form_step01.png);
    margin-bottom: 1rem;
}

.readme {
    margin: 24px 4%;
    padding: 10px;
    border: 1px solid #cba;
    font-size: 12px;
}

.readme dt {
    background: #feedef;
    color: #642;
    text-align: center;
    padding: 6px 0 5px;
    font-size: 12px;
}

.readme dd {
    margin: 1em auto 0;
    line-height: 1.4;
}

.readme dd p {
    margin: .5em 0 0;
}

.readme dd b {
    color: #CC0000;
}

.readme>.pc {
    text-align: center;
}

.readme .agree.checkboxes>div {
    text-indent: -72px;
    padding-left: 25px;
}

.require-notes {
    text-align: right;
    color: #CC0000;
    font-size: 11px;
}

.readme-intro {
    text-align: center;
    margin-bottom: 1.5em;
}

.readme-intro_desc {
    width: 90%;
}

.newyearholiday {
    font-size: 11px;
    line-height: 1.6;
    margin: 10px;
    color: #444;
}

.validate-error select,
.validate-error input {
    background-color: rgb(255, 205, 180);
}

.error-message {
    color: #CC0000;
    font-size: 12px;
    margin: 5px 0;
}

.attentions {
    font-size: 11px;
    line-height: 1.4;
    margin: 30px 1%;
    padding: 7px 12px;
    background: #f9f3f3;
    border: 1px solid #eecccc;
    color: #744;
    height: 230px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.attentions ul {
    padding: 0 0 0 1.5em;
    margin: 0;
}

.attentions ul li {
    text-indent: 0;
    margin: 5px 0;
}

.attentions dl dt {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.attentions dl dd {
    margin: 5px 0;
    text-indent: -1.3em;
    padding-left: 1.3em;
}

.attentions dl dd:before {
    content: "※";
    margin-right: 0.3em;
}

.attentions .red {
    color: #CC0000;
}

.policy_links {
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
}

.policy_links a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid #927644;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    vertical-align: 0;
    margin: 0 5px;
}

.agree {
    margin: 20px 5% 0;
    line-height: 1.5;
    text-align: center;
}

.agree.checkboxes {
    display: table;
    width: calc(92% - 40px);
    margin: 10px auto 10px;
    padding-left: 40px;
    text-align: left;
}

.agree.checkboxes label {
    font-size: 12px;
}

.checkboxes.checkboxes--space {
    margin-bottom: 10px;
}

.policy_links+.agree.checkboxes {
    margin: 20px auto;
}

.policy_links+.agree.checkboxes>div {
    text-indent: -68px;
    padding-left: 20px;
}

.policy_links+.agree.checkboxes>div:nth-child(n+2),
.checkboxes.checkboxes--space>div:nth-child(n+2) {
    margin-top: 10px;
}

.agree.checkboxes input[type="checkbox"] {
    appearance: auto;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: -4px;
}

.policy_links+.agree.checkboxes label {
    font-size: 11px;
}

.agree.checkboxes .require {
    text-indent: 0;
    vertical-align: initial;
}

ul.form-detail_caution-notes {
    margin: 1em auto 0;
}

ul.form-detail_caution-notes dd {
    text-indent: -1em;
    padding-left: 1em;
}

ul.form-detail_caution-notes_list {
    padding-left: 25px;
    text-indent: 0;
}

.form-comfirm_list-el,
ul.form-detail_caution-notes_list li {
    margin-bottom: .3em
}

.form-detail_caution-wrap {
    height: 230px;
    margin-top: 1em;
    padding: 1em;
    background-color: #f9f3f3;
    border: 1px solid #eecccc;
    color: #744;
    overflow: auto;
}

.form-detail_caution-wrap dd {
    text-indent: -1em;
    padding-left: 1em;
}

#input-error,
#submit-ok {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
}

#input-error {
    background-image: url(/asset/form/ladysreserve/img/input_error.png);
    font-size: 0;
    line-height: 0;
}

#submit-ok {
    background-image: url(/asset/form/ladysreserve/img/btn_460x70.png);
    display: flex;
    align-items: center;
    justify-content: center;
}

#submit-ok a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    line-height: 1;
    color: #fff;
    width: 100%;
    height: 100%;
}

#submit-ok a:hover {
    text-decoration: none;
    color: #fff;
}

#submit-ok a i {
    margin-left: 0.5em;
}

#submit-ok~.notes li {
    margin: 0 5%;
}

.notes.notes--tac {
    text-align: center;
}

.cancel_info-wrap {
    display: block;
}

.cancel_info-img {
    display: block;
    width: min(315px, 75vw);
    margin: 1em auto;
}

.form-comfirm_list {
    padding: 0;
    list-style: disc;
    text-indent: 0;
}

.form-comfirm_list.form-comfirm_list--btm {
    padding-left: 25px;
}

.form-comfirm_list-el.form-comfirm_list-el--red>span {
    color: red;
    font-weight: bold;
}

.btn-form_to_bridal-wrap {
    margin-top: .5em;
}

.btn-form_to_bridal {
    text-decoration: underline;
}

/* Link to Detail Page */
.form-link_detail {
    /* init */
    display: none;
    margin-top: .5em;
}

.is-today_disable {
    position: relative;
}

/* .is-today_disable::before {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
} */

@media (max-width: 640px) {

    #input-error,
    #submit-ok {
        max-width: 320px;
        height: 80px;
    }

    #input-error {
        width: 90%;
    }

    #submit-ok {
        width: 95%;
        background-size: 100% 60px;
    }

    #submit-ok a {
        font-size: 1.2rem;
    }

    .readme-intro {
        text-align: left;
    }
}

@media (min-width: 641px) {
    #input-error {
        background-image: url(/asset/form/ladysreserve/img/input_error_pc.gif);
    }

    #input-error,
    #submit-ok {
        width: 460px;
        height: 100px;
    }

    #submit-ok a {
        font-size: 1.45rem;
    }

    #submit-ok~.notes li {
        text-align: center;
    }

    .member2 tr.user-code .notes br {
        display: none;
    }

    .checkboxes.checkboxes--space {
        margin-bottom: 10px;
    }
}

@media (max-width: 800px) {
    tr.name dl dt {
        width: 70px;
    }

    tr.name dl dd {
        width: calc(100% - 70px);
    }

    .welfare tr.name dl dt {
        width: 45px;
        text-indent: 3px;
    }

    .welfare tr.name dl dd {
        width: calc(100% - 45px);
    }
}

@media (max-width: 940px) {
    .readme {
        margin: 1em 10px;
    }

    .readme dd,
    .readme .agree.checkboxes label,
    .readme .agree.checkboxes+div {
        font-size: 11px;
    }

    .readme.pc,
    .readme>.pc {
        display: none;
    }

    .require-notes {
        display: none;
    }

    .form-comfirm_list {
        font-size: 11px;
    }
}

@media (min-width: 941px) {
    .step {
        background-image: url(/asset/form/img/step-new_01_pc.png);
    }

    .require-notes+.readme {
        margin-top: 0;
    }

    .readme dd {
        font-size: 12px;
    }

    .readme.sp,
    .readme>.sp {
        display: none;
    }

    .attentions {
        margin: 30px 0;
    }
}