/*spmenu.cssでの設定を初期化*/
.fs-c-accountService__page--accountSettingsModify .fs-c-string--label:before {
    content: '登録内容';
    color: rgba(0, 0, 0, 1);
    text-align: center !important;
}

.fs-c-accountService__page--accountSettingsModify .fs-c-string--label {
    text-align: center !important;
    width: 5em !important;
}

.fs-c-accountService {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*justify-content: space-between;*/
    align-items: stretch;
}

.fs-c-accountService>li {
    box-sizing: border-box;
}

@media screen and (min-width: 600px) {
    .fs-c-accountService {
        justify-content: flex-start;
        margin-left: -8px;
    }
}

.fs-c-accountService__page {
    flex-basis: 140px;
    display: flex;
    align-items: stretch;
    height: 140px;
    margin: 8px 0;
    margin: 8px;
}

@media screen and (min-width: 600px) {
    .fs-c-accountService__page {
        margin: 8px;
    }

    .fs-c-accountService__page {
        flex-basis: 140px;
        display: flex;
        align-items: stretch;
        height: 140px;
        /* margin: 8px 0;*/
    }
}

.fs-c-accountService__page--membershipCard {
    flex-basis: 100%;
}

@media screen and (min-width: 600px) {
    .fs-c-accountService__page--membershipCard {
        flex-basis: 128px;
    }
}

.fs-c-accountService__page--couponList {
    flex-basis: 100%;
}

@media screen and (min-width: 600px) {
    .fs-c-accountService__page--couponList {
        flex-basis: 272px;
    }
}

.fs-c-accountService__page--storeOrderHistoryList {
    display: none;
}

.fs-c-accountService__page--accountDelete {
    align-items: flex-start;
    flex-basis: 100%;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: 0 0 2px #b2b2b2;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #3c3c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    flex-grow: 1;
    font-size: 1rem;
}

.fs-c-accountService__pageLink__label .fs-c-string--label::before {}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    color: #7c8790;
    font-size: 48px;
    line-height: 1.2;
    margin: 8px auto 0;
    width: 64px;
    height: 64px;
}

.fs-c-accountService__page--membershipCard .fs-c-accountService__pageLink__label::before {
    content: "\e93a";
}

.fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
    content: "\e900";
}

.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
    content: "\e901";
}

.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
    content: "\e902";
}

.fs-c-accountService__page--storeOrderHistoryList .fs-c-accountService__pageLink__label::before {
    content: "\e93b";
}

.fs-c-accountService__page--subscriptionHistoryList .fs-c-accountService__pageLink__label::before {
    content: "\e93e";
}

.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
    content: "\e903";
}

.fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
    content: "\e904";
}

.fs-c-accountService__page--accountCard .fs-c-accountService__pageLink__label::before {
    content: "\e905";
}

.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
    content: "\e906";
}

.fs-c-accountService__page--lineIdLink .fs-c-accountService__pageLink__label::before {
    content: "\e907";
}

.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
    content: "\e908";
}

.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
    content: "\e909";
}

.fs-c-accountService__page--membershipMerge .fs-c-accountService__pageLink__label::before {
    content: "\e93c";
}

.fs-c-accountService__page--linkedAccounts .fs-c-accountService__pageLink__label::before {
    content: "\e93f";
}


.fs-c-accountService__page.fs-c-accountService__page--accountDelete a,
.fs-c-accountService__page.fs-c-accountService__page--logout a {
    margin: 0 auto;
}

.fs-c-accountService__page.fs-c-accountService__page--accountDelete,
.fs-c-accountService__page.fs-c-accountService__page--logout {
    height: 1rem;
}

.fs-c-accountService__page--logout {
    align-items: flex-start;
    flex-basis: 100%;
}

/* アカウント情報 */
.fs-p-accountInfo {
    background: #f7f7f7;
    color: #333333;
    padding: 8px;
}

.fs-p-accountInfo__header,
.fs-p-accountInfo__currentPurchase {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    justify-content: space-between;
}

.fs-p-accountInfo__body {
    text-align: center;
    background: #ffffff;
    padding: 8px;
    margin-bottom: 8px;
}

.fs-p-accountInfo__accountStage[class~=is-staged--] {
    display: none;
}

.fs-p-accountInfo__accountStage__stage {
    font-size: 2.2rem;
    font-weight: bold;
}

.fs-p-accountInfo__point[class~=has-points--] {
    display: none;
}

.fs-p-accountInfo__point__point__available {
    font-weight: bold;
}

.fs-p-accountInfo__point__point__available__number {
    color: #C98696;
    font-size: 2.2rem;
}