@charset "UTF-8";
/* Break point
---------------------------------------------------------- */
/* Color
---------------------------------------------------------- */
/* Font
---------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
/* ==========================================================================//
//
//　member Top
//
// ========================================================================== */

/* 退会ボタン案内 */
.withdraw {
    padding: 20px;
    margin: 36px 0 24px;
    border-top: 2px solid #7f7f7f;
    border-bottom: 2px solid #7f7f7f;
}

.withdraw p {
    margin-top: 1.2em;
}

.withdraw_head {
    color: #E62427;
}

.withdraw_btn {
    padding: 10px 20px;
    margin: 1.2em;
    font-size: 0.9em;
    font-weight: bold;
    color: white;
    background-color: #E62428;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.withdraw_btn:hover {
    background-color: white;
    color: #E62428;
}

/* 退会確認ページ */
.withdraw_cfm {
    padding: 20px;
    border-top: 2px solid #7f7f7f;
    border-bottom: 2px solid #7f7f7f;
    margin: 36px auto;
    max-width: 600px;
}

.withdraw_cfm p {
    margin-top: 1.2em;
}

.withdraw_btn_csl {
    padding: 10px 20px;
    margin: 1.2em;
    font-size: 0.9em;
    font-weight: bold;
    color: black;
    background-color: #bbb;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.withdraw_btn_csl:hover {
    background-color: black;
    color: white;
}


/* 仮登録確認案内 */
.confirm_btn {
    padding: 10px 20px;
    margin: 0.4em 1em;
    font-weight: bold;
    color: #fff;
    background-color: #2F50A2;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.confirm_btn:hover {
    background-color: #fff;
    color: #2F50A2;
}

.list_ch li {
    margin-top: 0.5em;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}

.list_ch li::before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    background-color: #2F50A2;
    border-radius: 50%;
    margin-right: 0.5em;
    position: relative;
}

.message_double_check {
    padding: 20px 0 20px 0;
    border-bottom: 2px solid #7f7f7f;
    border-top: 2px solid #7f7f7f;
}

/* 確認メール再送案内 */
#remailtext {
    font-weight: 700;
}
