body {
}
:root {
    --width-side: 30rem !important;
    --color-header_bg: #21314D !important;
    --color-side_bg: #FFFFFF !important;
    --color-side_hover: #D7D6D8 !important;
    --color-side_txt: #2A3944 !important;
    --color-side_open_bg: #FFFFFF !important;
    --color-side_icon: #2A3944 !important;
    --color-header_bg: #FFFFFF !important;
}
/* ヘッダのナビが段崩れしないように対策 */
@media screen and (min-width: 960px) {
    .bl_navTab:not(.chat-header-nav) {
        overflow-x: auto;
        -ms-flex-wrap: initial !important;
        flex-wrap: initial !important;
    } .bl_navTab li a {
        white-space: nowrap;
    }
}
.ly_cont_main:not(.chat_view) {
    width: 100% !important;
}
.class::before {
    font-family: 'Material Icons';
    content: 'e8dc';
}

.material-icons.md-10 {
    font-size: 10px;
    vertical-align: middle;
}

.material-icons.md-20 {
    font-size: 20px;
    vertical-align: middle;
}

.min_width_icon {
    min-width: 90px;
}

.material-icons.chat_icon {
    font-size: 70px;
    color: gray;
}

.material-icons.chat_icon_another {
    font-size: 70px;
    color: blue;
}

.material-icons.chat_icon_pin {
    font-size: 70px;
    color: orange;
}
.material-icons.chat_icon_notice {
    font-size: 70px;
    color : gray;
}
    /* カーソルを重ねる要素 */
    .tooltip {
        position: relative; /* ツールチップの位置の基準に */
        cursor: pointer; /* カーソルを当てたときにポインターに */
    }

/* ツールチップのテキスト */
.tooltip-text {
    opacity: 0; /* はじめは隠しておく */
    visibility: hidden; /* はじめは隠しておく */
    position: absolute; /* 絶対配置 */
    left: 50%; /* 親に対して中央配置 */
    transform: translateX(-50%); /* 親に対して中央配置 */
    bottom: -40px; /* 親要素下からの位置 */
    display: inline-block;
    padding: 5px; /* 余白 */
    white-space: nowrap; /* テキストを折り返さない */
    font-size: 2rem; /* フォントサイズ */
    line-height: 1.3; /* 行間 */
    background: #333; /* 背景色 */
    color: #fff; /* 文字色 */
    border-radius: 3px; /* 角丸 */
    transition: 0.3s ease-in; /* アニメーション */
    z-index:1;
}

.wrapper {
    z-index: 10;
}
/* ホバー時にツールチップの非表示を解除 */
.tooltip:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

/* チャットサイドメニュー */
.stuside {
    width: 40rem;
    background-color: #606060;
    color: #FFFFFF;
}
/* チャットヘッダ */
.chat-header {
    margin: 0 !important;
    padding: 0 0 0 1rem !important;
    align-items: center;
}
.chat-header-nav {
    scrollbar-width: thin;
}

.chat-header-nav li {
    height: 5rem;
}

.top-nav {
    scrollbar-width: thin;
    margin-top: 1rem !important;
}

.top-nav li {
    padding-bottom: 1.3rem;
}

/* チャットレイアウト変更 */
.m-0 {
    margin: 0 0 0 0 !important;
}
#scroll_view {
    margin: 0 auto;
    background-color: #FFFFFF;
}

/* トースト表示用 */
.toast-bottom-right {
    font-size: 15px;
}
/* チャット用 */
.chat_view {
    padding : 0;
}

/* 本人発言 */
.chat_msg {
    background-color: #E9E9E9;
    padding: 5px 5px 5px 15px;
    word-break: keep-all;
    overflow-wrap: break-word;
}
/* チャット内のリンク色 */
    .chat_msg a {
        color: #1a0dab;
    }


/* 他人の発言表示 */
.chat_others {
    background-color: #D1DEFB;
    padding: 5px 5px 5px 15px;
    word-break: keep-all;
    overflow-wrap: break-word;
}
/* チャット内のリンク色 */
    .chat_others a {
        color: #1a0dab;
    }

/* チャットステータス */
.chat_stat {
    background-color: #D5D5D5;
    padding: 5px 5px 5px 15px;
}



.chat_msg_citing {
    margin: 10px 10px 10px 10px;
    padding: 5px !important;

}

.chat_msg_res {
    background-color: #D1DEFB;
    margin-bottom: 0px;
    padding: 5px 5px 5px 5px !important;
}
.chat_box_pin {
    background-color: #FFFCD6;
}

.chat_option_btn {
    display: flex;
    align-items: end;
    padding-bottom: 0;
}

.blink {
    -webkit-animation: blink 1s ease infinite;
    animation: blink 1s ease infinite;
}

.line_date {
    position: relative;
    left : 50%;
    top : 65%
}

.line_date_next {
    position: relative;
    left: 80%;
    top: 70%
}

/* 対応期限 点滅用 */
@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* 会員学習進捗画面　div縦幅調整用*/
.p-absolute {
    /*親要素*/
    position: relative;
}

    .p-absolute h6 {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
.hp_marginLeft__xxs {
    margin-left: 0.4rem !important;
}

@media screen and (min-width: 960px) {
    .hp_marginLeft__xxs {
        margin-left: 0.8rem !important;
    }
}
.hp_marginBottom__xxs {
    margin-bottom: 0.4rem !important;
}

@media screen and (min-width: 960px) {
    .hp_marginBottom__xxs {
        margin-bottom: 0.8rem !important;
    }
}
.hp_paddingLeft__xxs {
    padding-left: 0.4rem !important;
}
.hp_paddingRight__xxs {
    padding-right: 0.4rem !important;
}
@media screen and (min-width: 960px) {
    .hp_paddingLeft__xxs {
        padding-left: 0.8rem !important;
    }
}

/* トグル式チャットアクションメニュー */
.chat-action-menu {
    display: none;
}
    /* 非表示時 */
    .chat-action-menu:not(:checked) ~ .menu-list {
        width: 0;
        max-height: 0;
    }

    /* 自身発言のメニュー表示時 */
    .chat-action-menu:checked ~ .own-menu {
        width: 550px;
    }
    /* 他人発言のメニュー表示時 */
    .chat-action-menu:checked ~ .other-menu {
        width: 370px;
    }
/* トグル式チャットアクションメニューリスト */
.menu-list {
    display: flex;
    padding: 0;
    margin: 0;
    background: #F0F0F0;
    box-shadow: 1px 1px 3px 0 #000;
    overflow: hidden;
    border-radius: 5px;
}

    .menu-list > .list-item {
        list-style: none;
    }

        .menu-list > .list-item a {
            display: block;
            padding-left: 0.5em;
            font-size: 15px;
            white-space: nowrap;
            text-decoration: none;
            outline: none;
        }

            .menu-list > .list-item a:link,
            .menu-list > .list-item a:visited {
                color: #000;
            }

            /* リンクホバー時 */
            .menu-list > .list-item a:hover {
                background: #303030;
                color: #fff;
            }
/* スマホサイズ　トグル式チャットアクションメニューリスト */
@media screen and (max-width: 720px){
    .chat-action-menu {
        display: none;
    }
        /* 非表示時 */
        .chat-action-menu:not(:checked) ~ .menu-list {
            width: 0;
            max-height: 0;
        }

        /* 自身発言のメニュー表示時 */
        .chat-action-menu:checked ~ .own-menu {
            width: 15em;
        }
        /* 他人発言のメニュー表示時 */
        .chat-action-menu:checked ~ .other-menu {
            width: 15em;
        }
    .menu-list {
    display: block;
    padding: 0;
    margin: 0;
    background: #F0F0F0;
    box-shadow: 1px 1px 3px 0 #000;
    overflow: hidden;
    border-radius: 5px;
    }

        .menu-list > .list-item {
            list-style: none;
        }

            .menu-list > .list-item a {
                display: block;
                padding-left: 0.5em;
                font-size: 15px;
                white-space: nowrap;
                text-decoration: none;
                outline: none;
            }

                .menu-list > .list-item a:link,
                .menu-list > .list-item a:visited {
                    color: #000;
                }

                /* リンクホバー時 */
                .menu-list > .list-item a:hover {
                    background: #303030;
                    color: #fff;
                }
}

.material-icons.icons-op {
    font-size: 20px;
    margin-bottom: 4px;
    vertical-align: middle;
}

    .material-icons.icons-op.tilt-pin {
        transform: rotate(45deg);
    }

.chat-item{
    display:flex;
}

/* 管理側チャット既読・対応状況メニュー */
.mngchat-support-menu {
    display: none;
}
    /* 非表示時 */
    .mngchat-support-menu:not(:checked) ~ .sup-menu-list {
        display: none;
    }

    /* メニュー表示時 */
    .mngchat-support-menu:checked ~ .sup-menu {
        width: 45em;
    }

/*対応期限*/
.response-deadline {
    color: var(--color-txt_contrast);
    background-color: rgba(var(--color-danger_rgb), 100%);
    border-radius: 50rem;
    padding :0 10px;
}
/* 管理側チャット既読・対応状況メニューリスト */
.sup-menu-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0.5em;
    margin: 0;
}
    .sup-menu-list > .sup-list-item {
        list-style: none;
        padding-left: 0.5em;
        display:flex;
    }

    .sup-submit-btn{
        padding-left: 2em;
    }

    /* 対応者・対応状況の選択リストの背景色と横幅 */
    .sup-select > select {
        width: 15em;
        background: #FFFFFF;
    }
    .sup-radio{
        background: #FFFFFF;
    }
/*対応者・対応状況の選択リストの横幅を縮める*/
@media screen and (max-width: 1500px) {
    .sup-menu-list {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0.5em;
        margin: 0;
    }

        .sup-menu-list > .sup-list-item {
            list-style: none;
            padding-left: 0.5em;
        }

    .sup-submit-btn {
        padding-left: 2em;
    }

    /* 対応者・対応状況の選択リストの背景色と横幅 */
    .sup-select > select {
        width: 9em;
        background: #FFFFFF;
    }

    .sup-radio {
        background: #FFFFFF;
    }
}
/*スマホサイズで縦並び表示*/
@media screen and (max-width: 959px){
    .sup-menu-list {
        display:block;
        justify-content: center;
        align-items: center;
        padding-left: 0.5em;
        margin: 0;
    }
        .sup-menu-list > .sup-list-item {
            list-style: none;
            padding-left: 0.5em;
            margin: 0.5em 0;
        }
    .sup-submit-btn {
        padding-left: 0em;
    }

    /* 対応者・対応状況の選択リストの背景色と横幅 */
    .sup-select > select {
        width: 12em;
        background: #FFFFFF;
    }

    .sup-radio {
        background: #FFFFFF;
    }
}
/*送信設定ダイアログ*/
.sendsetting-menu {
    display: none;
}
    /* 非表示時 */
    .sendsetting-menu:not(:checked) ~ .sendsetting-list {
        width: 0;
        max-height: 0;
    }
    /* 表示時 */
    .sendsetting-menu:checked ~ .sendsetting-list {
        width: 16em;
    }

.sendsetting-list {
    display: block;
    padding: 10px 0px;
    margin: 0;
    background: white;
    box-shadow: 1px 1px 3px 0 #000;
    overflow: hidden;
    border-radius: 5px;
}

    .sendsetting-list > .sendsetting-list-item {
        list-style: none;
    }

    .sendsetting-list > .sendsetting-list-item a {
        display: block;
        padding-left: 0.5em;
        font-size: 15px;
        white-space: nowrap;
        text-decoration: none;
        outline: none;
    }

    .sendsetting-list > .sendsetting-list-item a:link,
    .sendsetting-list > .sendsetting-list-item a:visited {
        color: #000;
    }

            /* リンクホバー時 */
    .sendsetting-list > .sendsetting-list-item a:hover {
        background: #303030;
        color: #fff;
    }
.sticky_table thead th {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    /* 高さが変わらないよう改行させない */
    white-space: nowrap;
}

.sticky_table thead tr:nth-child(1) th {
    top: -1px;
}

.sticky_table thead tr:nth-child(2) th {
    top: 38px; /* 2行目は1行目の高さの位置に固定する */
}

.sticky_table thead tr:nth-child(3) th {
    top: 70px; /* 3行目は1〜2行目の高さの位置に固定する */
}
.read-circle {
    display: inline-block;
    width: 21px;
    height: 21px;
    color: var(--color-side_hover);
    background-color: #2840A8;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
}

.read-circle-topmenu {
    display: inline-block;
    width: 22px;
    height: 22px;
    color: var(--color-side_hover);
    background-color: #2840A8;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
}
.stuside-user {
    margin-right: 2.5rem !important;
}
.stuside-scroll {
    margin-inline: auto;
    overflow-y: auto;
    /* white-space: nowrap; */ /* テキストの折り返しなし */
    max-height: 500px;
    width: 100%;
}
.stuside-scroll::-webkit-scrollbar {
    display: none;
}
.interview-icon {
    padding: 0.3rem !important;
}
.hp_marginRight__xxs {
    margin-right: 0.4rem !important;
}

.bl_header_pinned_y_scroll_container1 {
    margin-inline: auto;
    margin-top: 100px;
    overflow-y: auto;
    white-space: nowrap; /* テキストの折り返しなし */
    max-height: 500px;
    width: 100%;
}
.bl_header_left_pinned_xy_scroll_conteiner1 {
    margin-inline: auto;
    margin-top: 100px;
    overflow: auto;
    white-space: nowrap; /* テキストの折り返しなし */
    max-width: 1000px;
    max-height: 500px;
    border-right: 1px solid var(--color-border_l);
}

.day_schedule_table {
    height: auto;
    width: auto;
    background-color: white; /* 背景色を指定 */
    word-break: break-all; /* 単語の途中でも折り返す */
}

    .day_schedule_table th,
    .day_schedule_table td {
        width: 100px;
        max-height:60px;
        min-height:60px;
        padding: 1.3em 1.6rem 1.2em;
        vertical-align: middle;
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .day_schedule_table td {
        border-bottom: 1px solid var(--color-border_l);
        border-right: 1px solid var(--color-border_l);
        max-height: 60px;
        min-height: 60px;
        padding: 1.3em 1.6rem 1.2em;
        vertical-align: middle;
        font-size: 1.2rem;
        line-height: 1.4;
    }

@media screen and (min-width: 960px) {
    .day_schedule_table th,
    .day_schedule_table td {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1200px) {
    .day_schedule_table th,
    .day_schedule_table td {
        font-size: 1.5rem;
    }
}

.day_schedule_table thead tr {
    max-width: 100%;
}

    .day_schedule_table thead tr th {
        border-right: 1px solid var(--color-border_l);
    }

/*ヘッダー固定*/
.day_schedule_table thead th {
    padding: 0.8em 1.6rem 0.8em 1.6rem;
    font-size: 1.1rem;
    line-height: 1.2;
    background: white;
    position: sticky;
    top: 0;
    z-index: 10; /* 必要に応じて調整 */
}

.day_schedule_table thead tr th::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid var(--color-border_l);
    border-top: 1px solid var(--color-border_l);
}

/*列固定*/
.day_schedule_table tbody tr td:first-child {
    padding: 0.8em 1.6rem 0.8em 1.6rem;
    font-size: 1.1rem;
    line-height: 1.2;
    background: white;
    position: sticky;
    left: 0;
    z-index: 10; /* 必要に応じて調整 */
    border-right: none;
}

    .day_schedule_table tbody tr td:first-child::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border-left: 1px solid var(--color-border_l);
        border-right: 1px solid var(--color-border_l);
    }

/*左上固定*/
.day_schedule_table thead tr th:first-child {
    padding: 0.8em 1.6rem 0.8em 1.6rem;
    font-size: 1.1rem;
    line-height: 1.2;
    background: white;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 12; /* 必要に応じて調整 */
    border-right: none;
    border-bottom: none;
}

    .day_schedule_table thead tr th:first-child::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border-left: 1px solid var(--color-border_l);
        border-right: 1px solid var(--color-border_l);
    }

.day_schedule_table tbody tr {
    max-width: 100%;
}

    .day_schedule_table tbody tr.is_active {
        background-color: var(--color-table_active) !important;
    }

    .day_schedule_table tbody tr.is_disable {
        cursor: default !important;
        background-color: rgba(var(--color-disable_rgb), 45%) !important;
    }
.w-100 {
    width: 100% !important;
}
.w-50 {
    width: 50% !important;
}
.qa-category-circle {
    display: inline-block;
    width: 35px;
    height: 35px;
    color: white;
    background-color: blueviolet;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
.img-middle {
    display: flex;
    align-items: center;
}

.el_p {
    background-color: rgba(var(--color-primary_rgb), 8%);
    border: 1px solid rgba(var(--color-primary_rgb), 12%);
}

    .el_p strong{
        color: black;
    }
    .el_p > i {
        color: var(--color-primary);
    }
.bl_col_custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: calc(-1 * var(--padding-grid_sm));
    margin-left: calc(-1 * var(--padding-grid_sm));
    margin-right: calc(-1 * var(--padding-grid_sm));
}
@media screen and (min-width: 960px) {
    .bl_col_custom {
        margin-top: calc(-1 * var(--padding-grid_lgmd) / 2);
        margin-left: calc(-1 * var(--padding-grid_lgmd));
        margin-right: calc(-1 * var(--padding-grid_lgmd));
    }
}

.bl_col_custom > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: var(--padding-grid_sm);
}

@media screen and (min-width: 960px) {
    .bl_col_custom > * {
        padding: calc(var(--padding-grid_lgmd) / 2) var(--padding-grid_lgmd);
    }
}
.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.url {
    color: var(--color-link);
    border-bottom: solid 2px;
    border-bottom-color: var(--color-link);
}

.bl_table__data_navy {
    width: 100%;
}

    .bl_table__data_navy thead tr {
        border-top: none;
        /*色を変更*/
        background-color: #2B4261;
        color: var(--color-table_thead_txt);
    }

    .bl_table__data_navy thead th {
        font-weight: normal;
    }

    .bl_table__data_navy th,
    .bl_table__data td {
        padding: 1em 0.8rem;
    }

@media screen and (min-width: 960px) {
    .bl_table__data_navy th,
    .bl_table__data_navy td {
        padding: 1.3em 1.6rem;
    }
}

.bl_table__data_navy tbody tr {
    background-color: var(--color-table_td_bg1);
}

.bl_table__data_navy thead + tbody tr:first-child {
    border-top: none;
}

.bl_table_userBf {
    width: 100%;
}

    .bl_table_userBf th,
    .bl_table_userBf td {
        width: auto;
        padding: 1.3em 1.6rem 1.2em;
        vertical-align: middle;
        font-size: 1.2rem;
        line-height: 1.4;
    }

@media screen and (min-width: 960px) {
    .bl_table_userBf th,
    .bl_table_userBf td {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1200px) {
    .bl_table_userBf th,
    .bl_table_userBf td {
        font-size: 1.5rem;
    }
}

.bl_table_userBf thead tr {
    border-top: 1px solid var(--color-border_l);
}

.bl_table_userBf thead th {
    padding: 0.8em 1.6rem 0.8em 1.6rem;
    font-size: 1.1rem;
    line-height: 1.2;
}

@media screen and (min-width: 1200px) {
    .bl_table_userBf thead th {
        font-size: 1.3rem;
    }
}

.bl_table_userBf tbody tr {
    /*線の太さ変更、両端に縦線を追加*/
    border-bottom: 2px solid var(--color-border_l);
    border-left: 2px solid var(--color-border_l);
    border-right: 2px solid var(--color-border_l);
}

    .bl_table_userBf tbody tr:first-child {
        border-top: 1px solid var(--color-border_l);
    }

    .bl_table_userBf tbody tr.is_active {
        background-color: var(--color-table_active) !important;
    }

    .bl_table_userBf tbody tr.is_disable {
        cursor: default !important;
        background-color: rgba(var(--color-disable_rgb), 45%) !important;
    }

.bl_table_userBf thead + tbody tr:first-child {
    border-top: 1px solid var(--color-border_l);
}
.el_btn__userBf {
    color: #FFFFFF;
    background-color: #2B4261}

@media screen and (max-width: 959px) and (min-width:500px) {
    .bl_col__justifyContentsCenter_sm_ChatAreaCustom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (max-width: 959px) {
    .hp_marginLeft_sm__xxl {
        margin-right: 10rem !important
    }
}
.code-custom {
    background-color: lightgray;
    font-size : 0.8em;
}
.header_padding {
    padding: calc(var(--ma-grid-inner_sm) / 2.5) !important;
}

@media screen and (min-width: 960px) {
    .header_padding {
        padding: calc(var(--padding-grid-inner_lgmd) / 2.75) !important;
    }
}
.header_title_margin {
    margin-top: 1.5rem !important;
}
.header_icon_margin {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
}

/*readonly項目の背景色設定*/
input[type='text']:read-only,
input[type='date']:read-only,
textarea:read-only {
    color: var(--color-disable_txt);
    background-color: var(--color-disable);
}

/*readonly項目ので背景色を変えない（白色）場合に使用するクラス*/
.no_gray_color {
    color: var(--color-txt);
    background: transparent !important;
}

/* クリックができるアクティブタブ */
.bl_navTab li.is_active_canClick {
    pointer-events: auto;
    font-weight: bold;
    border-bottom: 3px solid var(--color-primary);
}
/* チャットサイドメニュー */
.SideMenuPadding {
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* チャット画面ファイルダウンロードボタン */
.chat_file_btn_width{
    width:30rem;
}
@media screen and (max-width: 600px) {
    /* スマホサイズのとき */
    .chat_file_btn_width {
       width:24rem;
    }
}
.micromodal-content {
    height: 100%;
    padding: 10px; 
    box-sizing: border-box; 
}
.micromodal-container {
    width: 100%;
    height: 150px;
    overflow-y: auto; 
    margin-inline: auto; 
}
.h-30 {
    height: 30px;
}

.ImgDialog_wrapper {
    position: relative;
    z-index: 1001;
    overflow-y: auto;
    max-width: 90vw;
    max-height: 90vh;
    min-width: 50vw;
    min-height: 30vh;
    margin: var(--padding-contents-lr_mdsm);
    padding: 3rem;
    border-radius: 0.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--color-modal-bg);
}
@media screen and (max-width: 600px) {
    /* スマホサイズのとき */
    .ImgDialog_wrapper {
        max-width: 90vw;
        max-height: 90vh;
        min-width: 50vw;
        min-height: 30vh;
    }
}

.dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    width: 250px;
}
    .dropdown-content .dropdown-header {
        padding: 6px 15px;
        font-size: 14px;
        color: #777;
        cursor: default;
        background-color: transparent;
        user-select: none;
        text-align: left; /* ← 左寄せ */
    }
    .dropdown-content a {
        display: block;
        padding: 6px 15px;
        text-decoration: none;
        color: #333;
        cursor: pointer;
        font-size: 16px;
        text-align: left; /* ← 左寄せ */
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }
        /* ← 特定の日付に移動の上にボーダー */
        .dropdown-content a:last-child {
            border-top: 1px solid #ddd;
            padding: 10px 15px;
        }
.userHover:hover {
    background-color: #D7D6D8; 
    border-radius: 8px; 
}
.pin_tab_chat {
    max-height: calc(100vh - 250px);
}
.pin_tab_sub {
    max-height: calc(113vh - 250px);
}
.file_tab_chat {
    max-height: calc(100vh - 450px);
}
.file_tab_sub {
    max-height: calc(113vh - 450px);
}
