@charset "utf-8";

/*-------------------------------------------------------------------------
マイページ レイアウト
-------------------------------------------------------------------------*/

/* LAYOUT
--------------------------- */
.mypage-top-l-content {
    display: flex;
}
.mypage__header {
    display        : flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 0 12px;
}
.mypage-head__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .mypage__headline {
        font-size  : 22px;
        font-weight: 700;
    }
    .mypage__user-name {
        display    : flex;
        gap: 2px;
        align-items: center;
        text-decoration: underline;
        line-height: 1;
    }
        .mypage__user-name svg {
            width: 17px;
            height: 17px;
            fill: var(--light-text-color);
        }
.mypage__contents {
    height: 590px;
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 240px 900px;
}
.mypage__contents-top {
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 240px 900px;
}
    .mypage__primary {
        border-left: 1px solid var(--border-color);
        height: inherit;
        overflow-y: auto;
        grid-area: 1 / 2;
        padding: 14px 19px 28px;
    }
    .mypage__side {
        padding: 40px;
    }
    .mypage__primary-top {
        border-left: 1px solid var(--border-color);
        height: inherit;
        overflow-y: auto;
        grid-area: 1 / 2;
        padding: 14px 19px 28px;
    }
    .mypage__side-left {
        padding: 40px;
        border-right: 1px solid var(--border-color);
    }
    .mypage-nav > * + * {
        margin: 25px 0 0;
    }
    .top-mypage-nav > * + * {
        margin: 25px 0 0;
        width: 140px;
    }
    .top-mypage-setting-nav li {
        margin: 15px 25px 0;
        width: 100px;
    }
    .mypage-nav__link {
        display    : flex;
        gap        : 4px;
        align-items: center;
        position: relative;
        font-weight: 700;
        color: var(--light-text-color);
        line-height: 1;
    }
    .mypage-nav__link.is-active {
        color: var(--dark-color);
    }
        .mypage-nav__link svg {
            width: 20px;
            height: 20px;
            fill: var(--light-text-color);
        }
        .mypage-nav__link.is-active svg {
            fill: var(--dark-color);
        }
        .mypage-nav__badge {
            width: 8px;
            height: 8px;
            background-color: var(--strong-color);
            border-radius: 50%;
            position: absolute;
            top     : 0;
            left    : 13px;
        }
.mypage_searchform {
    width: 240px;
    left: 0px;
}
/* #
--------------------------- */
.mypage__condition-switch {
    margin: 0 0 16px;
    text-align: right;
}
    .mypage__condition-switch a {
        color: #1976D2;
    }

.mypage__contents .result-list {
    margin: 0;
}
.nopage {
    margin-top: 85px;
}
.mypage__banner {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}



































/*-------------------------------------------------------------------------
マイページ
-------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------
見出し　戻る
-------------------------------------------------------------------------*/

