/* 設定画面 */

/* メニュー画面 */
.settings-menu-list {
    margin-left: 7px;
}

.settings-menu-list li {
    padding: 20px 32px 15px 25px;
    border-style: none none solid none;
}

.settings-menu-list li a {
    font-family: HiraginoSans-W6;
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: -0.13px;
    color: #231815;
    font-weight: bold;

    display: block;
    width: 100%
}

/* TODO: 現在は使用されていない */
/*.settings-menu-list .list-menu-muted-item {
    text-decoration: none !important;
    color: #aca7a5;
}*/

/* 退会時の警告画面 */
.settings-withdrawal-warning-area {
    /* max-width: 280px; */
    /* height: 640px; */
    padding: 0 0 38px;
    background-color: #fff;
    white-space: pre-wrap;
}

.setting-withdrawal-button {
    font-family: HiraginoSans-W6;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

/* アカウント情報画面 */
.settings-account-info-sub-title {
    /* width: 126px; */
    /* height: 26px; */
    /* margin: 20px 194px 8px 40px; */
    font-family: HiraginoSans-W6;
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: -0.11px;
    color: #009e96;
    font-weight: bold;
}

.settings-account-info-button {
    font-weight: bold;
}

