@charset "UTF-8";

/* common */
body {
    font-size: 16px;
    line-height: 1.6;
}

form {
    margin-bottom: 2rem;
}

/* content */
.container {
    max-width: 600px;
}

.header {
    padding: 6px 8px;
    border-bottom: 2px solid #6EB92B;
}

h2.content-title {
    font-size: 2.6rem;
    font-weight: bold;
    margin: 3rem 0;
}

.container-note {
    margin-bottom: 2.6rem;
}

.form-email-custom {
    font-size: 17px;
    height: 40px;
    line-height: 1.7;
    margin-bottom: 1.4rem;
}

.container-button {
    text-align: center;
}

.btn-lg-custom {
    background-color: #7F7F7F;
    border-radius: 2px;
    color: #ffffff;
    margin: 0 auto;
    width: 260px;
}

.btn-lg-custom:hover {
    color: #E2E2E2;
}

.btn-modify {
    background-color: #1F497D;
}

.container-notice {
    font-size: 14px;
    margin-bottom: 3rem;
}

.container-inquiry {
    text-align: center;
}

.strong {
    font-weight: bold;
}

.display-email {
    font-size: 1.2em;
    margin-bottom: 2.6rem;
    text-align: center;
}

.container-confirm-buttons {
    text-align: center;
}

.container-confirm-buttons button {
    display: block;
    margin-bottom: 0.8em;
}

.container-done {
    font-size: 1.2em;
    text-align: center;
}

.footer {
    color: #777777;
    font-size: 0.8em;
    text-align: center;
}
