@charset "UTF-8";

/**************************************************************
input 個別
***************************************************************/
.step {
    background-image: url(/asset/form/img/form_step01.png);
}

.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;
}

.readme dd {
    margin: 1em auto 0;
    line-height: 1.4;
}

.readme dd p {
    margin: 5px 0;
}

.readme dd b {
    color: #CC0000;
}

.notice {
    margin: 15px;
    padding: 1em 1em 1em 2em;
    background: #feedef;
    border: 1px solid #cba;
    border-radius: 6px;
    color: #7b3206;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    text-indent: -1em;
}

.require-notes {
    text-align: right;
    color: #CC0000;
    font-size: 11px;
}

.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;
}

#input-error,
#submit-ok {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
}

#input-error {
    background-image: url(/asset/form/bridalreserve/img/input_error.png);
    font-size: 0;
    line-height: 0;
}

#submit-ok {
    background-image: url(/asset/form/bridalreserve/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%;
}

.readme-intro {
    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;
}

.readme .agree.checkboxes>div {
    text-indent: -72px;
    padding-left: 25px;
}

.require {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #CC4444;
    color: #fff;
    border-radius: 3px;
    font-weight: normal;
    font-size: 10px;
    line-height: 1;
    padding: 4px 6px 3px;
}

.agree.checkboxes .require {
    text-indent: 0;
    vertical-align: initial;
}

.agree.checkboxes input[type="checkbox"] {
    appearance: auto;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: -4px;
}

.form-comfirm_list {
    padding: 0;
    list-style: disc;
    text-indent: 0;
}

.cancel_info-wrap {
    display: block;
}

.cancel_info-img {
    display: block;
    width: min(315px, 75vw);
    margin: 1em auto;
}

.cancel_info-desc {
    width: 86%;
    margin: 1em auto 1em;
    line-height: 1.6;
}

.cancel_info-check-label > input[type="checkbox"] {
    appearance: auto;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: -4px;
}

.cancel_info-check-area {
    margin-bottom: 2em;
    text-align: center;
}

.cancel_info-check-desc {
    font-size: 12px;
}

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-comfirm_list.form-comfirm_list--btm {
    padding-left: 25px;
}

.form-detail_caution-wrap dd {
    text-indent: -1em;
    padding-left: 1em;
}

.policy_links+.agree.checkboxes>div:nth-child(n+2),
.checkboxes.checkboxes--space>div:nth-child(n+2) {
    margin-top: 10px;
}

/* Link to Detail Page */
.form-link_detail {
    /* init */
    display: none;
    margin-top: .5em;
}

@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/bridalreserve/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;
    }
}

@media (max-width: 800px) {
    tr.name dl dt {
        width: 40px;
    }

    tr.name dl dd {
        width: calc(100% - 40px);
    }

    .agree.checkboxes {
        width: calc(100% - 40px);
        margin: 10px 0;
    }
}

@media (max-width: 940px) {
    .notice br {
        display: none;
    }

    .readme {
        margin: 1em 10px;
    }

    .readme.pc {
        display: none;
    }

    .require-notes {
        display: none;
    }

    .readme dd,
    .readme .agree.checkboxes label,
    .readme .agree.checkboxes+div {
        font-size: 11px;
    }

    .form-comfirm_list {
        font-size: 11px;
    }
}

@media (min-width: 941px) {
    .step {
        background-image: url(/asset/form/img/step-new_01_pc.png);
    }

    .readme dd {
        font-size: 12px;
    }

    .readme.sp {
        display: none;
    }

    .notice {
        margin: 25px 0 10px;
        padding-left: 26px;
        font-size: 83.5%;
    }

    .attentions {
        margin: 30px 0;
    }
}