@charset "utf-8";

/* forgot-wrapper
---------------------------------------------------*/
.forgot-wrapper {
    background-color: #fcf9f7;
}
.forgot-wrapper .inner {
    padding: 100px 0;
}
.forgot-wrapper .page-heading {
    text-align: center;
}

.forgot-wrapper .forgot-heading {
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 60px;
}

/* dl_table */
.forgot-wrapper .dl_table {
    margin-bottom: 50px;
}

/* complete */
#complete_box .complete_message {
    margin-bottom: 60px;
}
#complete_box .complete_message p {
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 1em;
}
#complete_box .complete_message p:last-of-type {
    margin-bottom: 0;
}

/* reset */
#reset_box .reset_message {
    text-align: center;
    margin-bottom: 60px;
}
#reset_box .reset_message p {
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 1em;
}
#reset_box .reset_message p:last-of-type {
    margin-bottom: 0;
}

/* < 768px */
@media screen and (min-width:1px) and (max-width: 768px) {
    .forgot-wrapper .inner {
        padding: 16.66vw 0;
    }

    .forgot-wrapper .forgot-heading {
        margin-bottom: 13.88vw;
    }

    /* dl_table */
    .forgot-wrapper .dl_table {
        margin-bottom: 19.44vw;
    }

    /* complete */
    #complete_box .complete_message {
        margin-bottom: 5.55vw;
    }

    /* reset */
    #reset_box .reset_message {
        margin-bottom: 5.55vw;
    }


}
