@charset "UTF-8";
/* ※OriginalCSS(Based: AdminLTE v3/v4)※ */
/*!
 *   AdminLTE v3.2.0 / v4.0.0-beta2
 *   Author: Colorlib
 *   Website: AdminLTE.io <https://adminlte.io>
 *   License: Open source - MIT <https://opensource.org/licenses/MIT>
 */
/*!
 * Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE)
 */
/* AdminLTE v3.2.0 / SbAdmin2 配色 */
/* 以下とbootstrap/umi(--bs-xxxx/--xxxx)の配色がベースとなる */
:root {
    /* umi/bootstrap */
    /* --bs-dark: #212529; */ /* 基本のColor */
    --blue: #2C3E50;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #E74C3C;
    --orange: #fd7e14;
    --yellow: #F39C12;
    /* --green: #4e73df; */
    --teal: #20c997;
    --cyan: #3498DB;
    --white: #fff;
    --gray: #95a5a6;
    --gray-dark: #343a40;
    --primary: #2C3E50;
    --secondary: #95a5a6;
    /* --success: #4e73df; */
    --info: #3498DB;
    --warning: #F39C12;
    --danger: #E74C3C;
    --light: #ecf0f1;
    --dark: #7b8a8b;
    /* --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; */

    /* AdminLte3 配色+フォント */
    --cb-lte__primary: #007bff;
    --cb-lte__secondary: #6c757d; /* 使用(パンくずリスト/濃いグレーとして使用) */
    --cb-lte__success: #28a745; /* ホーム(infoにて使用) */
    --cb-lte__info: #17a2b8;
    --cb-lte__warning: #ffc107; /* ホーム(infoにて使用) */
    --cb-lte__danger: #dc3545; /* ホーム(infoにて使用) */
    --cb-lte__light: #f8f9fa;
    --cb-lte__font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    /* SbAdmin2 配色+フォント */
    --cb-sb__teal: #20c9a6;
    --cb-sb__primary: #4e73df;  /* 使用(info/濃いブルーとして使用) */
    --cb-sb__secondary: #858796;
    --cb-sb__success: #1cc88a;
    --cb-sb__info: #36b9cc;
    --cb-sb__warning: #f6c23e;
    --cb-sb__danger: #e74a3b;
    --cb-sb__light: #f8f9fc;
    --cb-sb__dark: #5a5c69;
    --cb-sb__font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
:root {
    /* カスタマイズ可能なCSS定数(定数化する予定/未対応) */
    --cb__light-gray: #EAEAEA;
    --cb__body-background-color: #f4f6f9;
    --cb__topbar-nav-link-color: snow;
    --cb__topbar-nav-link-hover-color: snow;
    --cb__sidebar-nav-link-color: snow;
    --cb__sidebar-nav-link-hover-color: snow;
    --cb__primary-btn-color: var(--white);
    --cb__primary-btn-background-color: var(--primary);
    --cb__primary-btn-hover-color: var(--white);
    --cb__primary-btn-hover-background-color: #1E2B37;
    --cb__primary-btn-hover-border-color: #1A252F;
}
/* ※アンチ(umi/Bootstrap)CSS※ */
/* ----- umi ----- */
/* offcanvasが使えないので更新 */
.fade.show {
    opacity: 0.5;
}
/* ナビゲーションのリンク(下線を消す) */
.navbar .nav-item .nav-link::before {
    position: unset;
    right: unset;
    bottom: unset;
    left: unset;
    width: unset;
    margin: unset;
    content: unset;
    border-bottom-style: unset;
    border-bottom-width: unset;
    transition: unset;
}
/* 上部ナビゲーションリンク */
.bg-dark.navbar-dark .navbar-nav .nav-link:focus,
.bg-dark.navbar-dark .navbar-nav .nav-link:hover {
    opacity: 0.8;
    color: var(--cb__topbar-nav-link-hover-color) !important;
}
/* umi primaryボタンクラス修正 */
.btn-primary--umi {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-primary--umi:hover {
    color: var(--white);
    background-color: var(--cb__primary-btn-hover-background-color);
    border-color: var(--cb__primary-btn-hover-border-color);
}
.btn-primary--umi:focus, 
.btn-primary--umi.focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.5);
}
.btn-primary--umi.disabled, 
.btn-primary--umi:disabled {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-primary--umi:not(:disabled):not(.disabled):active, 
.btn-primary--umi:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: var(--white);
    background-color: var(--cb__primary-btn-hover-background-color);
    border-color: var(--cb__primary-btn-hover-border-color);
    /* border-color: #151e27; */
}
.btn-primary--umi:not(:disabled):not(.disabled):active:focus, 
.btn-primary--umi:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary--umi.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.5);
}
/* form-controlの色を濃くする */
.form-control {
    color: var(--bs-dark);
}
.form-control:focus {
    color: var(--bs-dark);
}
/* ----- Bootstrap v5.3 ----- */
/* スマホのナビゲーションを75%に変更 */
.offcanvas-start {
    width: 300px !important;
    /* 右側のグレーボーダーをOFFにする */
    border-right: none !important;
}
@media screen and (max-width: 576px) {
    .offcanvas-start {
        width: 75% !important;
    }
}
/* offcanvasの上部マージンをヘッダー分ずらす/transitionもデフォルトより早く変更する */
.offcanvas {
    /* margin-top: 70px; */
    transition: transform 0.15s ease-in-out; /* デフォルトより速くする */
}
.offcanvas .offcanvas-body {
    margin-top: 70px;
    padding-left: 0;
    padding-right: 0;
    border-top:1px solid #EEE;
    background-color: var(--cb__body-background-color);
}
.datepicker {
    z-index: 9999 !important; /* Datepickerのz-indexを高く設定する */
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    padding-right: unset;
    background-image: unset;
    background-repeat: unset;
    background-position: unset;
    background-size: unset;
}

/*!
 * Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE)
 */
/* ヘッダーの固定 */
.topbar.navbar {
    padding: 15px 1rem;
    box-sizing: content-box;
    height: 40px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    /* ovvcanvasよりも高くする */
    z-index: 1050;
}
/* topBar/sideBar共通 */
.topbar .container .navbar-nav .nav-item .nav-link .img-profile {
    height: 2rem;
    width: 2rem;
}
.topbar .nav-item .nav-link {
    display: flex;
    align-items: center;
    height: 40px;
}
.topbar .nav-item .nav-link, 
.sidebar .nav-item .nav-link {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    cursor: pointer;
}
.sidebar .nav-item .nav-link {
    color: var(--bs-dark);
    padding: 1.25rem 2rem;
}
.sidebar .submenu .nav-link {
    padding: 1rem 3.5rem;
}
/* ナビゲーションhover/active時のスタイル(topbar.nav-linkはumiのスタイルが効いていたのでumiオーバーライドで設定) */
.navbar-brand:hover {
    opacity: 0.8;
    color: snow;
}
.sidebar .nav-link:hover {
    opacity: 0.8;
    color: var(--bs-dark);
}
.sidebar .submenu .nav-link:hover {
    opacity: 0.8;
    background-color: var(--primary);
    color: var(--white);
}
.sidebar .nav-link.active {
    color: var(--success) !important;
}
/* topbarバーガーボタンタイトル */
.topbar #sidebar-toggle {
    width: 24px;
}
/* .topbar #sidebar-toggle #sidebar-toggle-icon.bi.bi-x-lg {
    font-size: 20px;
} */
/* ヘッダー(ドロップダウンボタン) */
.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.topbar .dropdown {
    position: static;
}
@media (min-width: 576px) {
    .topbar .dropdown {
        position: relative;
    }
}
/* ヘッダー(ドロップダウン) */
.animated--grow-in, .sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
}
.dropdown .dropdown-menu {
    font-size: .85rem;
}
.topbar .dropdown .dropdown-menu {
    position: absolute;
    width: calc(100% - 1.5rem);
    top: 55px;
    left: 0.75rem;
    right: 0.75rem;
    margin-top: 0;
}
@media (min-width: 576px) {
    .topbar .dropdown .dropdown-menu {
        top: 40px;
        width: 20rem!important;
        right: 0;
        left: auto;
    }
}
.topbar .dropdown-list {
    padding: 0;
    border: none;
    overflow: hidden;
}
.dropdown .dropdown-menu .dropdown-header, 
.sidebar .sidebar-heading, 
.text-uppercase {
    text-transform: uppercase!important;
}
.dropdown .dropdown-menu .dropdown-header {
    font-weight: 800;
    font-size: .8rem;
}
.topbar .dropdown-list .dropdown-header {
    background-color: var(--teal);
    border: 1px solid var(--teal);
    padding: 0.85rem;
    padding-bottom: 0.85rem;
    color: snow;
}
.dropdown-item {
    /* color: #3a3b45; */
    color: var(--bs-dark);
}
.dropdown-item:hover, 
.dropdown-item:focus {
    color: var(--bs-dark);
    text-decoration: none;
    background-color: var(--light);
}
.dropdown-item.active, 
.dropdown-item:active {
    color: var(--bs-dark);
    text-decoration: none;
    background-color: var(--light);
}
.topbar .dropdown-list .dropdown-item {
    white-space: normal;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-left: 1px solid #E3E6F0;
    border-right: 1px solid #E3E6F0;
    border-bottom: 1px solid #E3E6F0;
    line-height: 1.3rem;
}
.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ヘッダードロップダウン(メッセージ通知) */
.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
    background-color: #EAECF4;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0.125rem solid var(--white);
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 10rem;
}
@media (min-width: 576px){
    .topbar .dropdown-list .dropdown-item .text-truncate {
        max-width: 13.375rem;
    }
}
/* ヘッダードロップダウン(ユーザメニュー) */
@media (min-width: 576px){
    .topbar .nav-item.nav-item-user .dropdown-menu {
        width: auto !important;
    }
}
/* ヘッダー(境界線) */
.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}
/* ヘッダー(件数バッジ) */
.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
    position: absolute;
    transform: scale(.7);
    transform-origin: top right;
    /* right: 0.25rem; */
    right: 0.75rem;
    /* margin-top: -0.25rem; */
    margin-top: -0.15rem;
}
.badge-danger {
    color: var(--white);
    background-color: var(--danger);
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/* ※OriginalCSS(Based: AdminLTE v3/v4)※ */
/*!
 *   AdminLTE v3.2.0 / v4.0.0-beta2
 *   Author: Colorlib
 *   Website: AdminLTE.io <https://adminlte.io>
 *   License: Open source - MIT <https://opensource.org/licenses/MIT>
 */
/* ----- ページ共通クラス ----- */
.cb-lte__content-wrapper {
    margin-top: 70px;
    height: 100%;
    background-color: var(--cb__body-background-color);
}
.cb-lte__content-header {
    padding: 15px 0.5rem;
}
.cb-lte__content-header .cb-lte__breadcrumb {
    background-color: transparent;
    line-height: 1.8rem;
    margin-bottom: 0;
    padding: 0;
}
/* ***** パンくずリスト ***** */
.cb-lte__breadcrumb .breadcrumb-item.active {
    color: var(--cb-lte__secondary);
}
/* ***** トップに戻るボタン ***** */
.cb-lte__back-to-top {
    bottom: 1.25rem;
    position: fixed;
    right: 1.25rem;
    z-index: 1032;
}
/* ***** カード ***** */
.cb-lte__card {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    border: 0 solid rgba(0,0,0,.125);
}
.cb-lte__card .card-header {
    background-color: transparent;
    position: relative;
}
.cb-lte__card .card-header > .card-tools {
    float: right;
    margin-right: -0.5rem;
}
.cb-lte__card .card-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}
.cb-lte__card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.cb-lte__card .card-body::after, 
.cb-lte__card .card-footer::after, 
.cb-lte__card .card-header::after {
    display: block;
    clear: both;
    content: "";
}
.cb-lte__card.card-primary.card-outline {
    border-top: 3px solid var(--primary);
}
/* ***** textBgColors(danger等の規格に合わせてtext-color,backgroud-colorの調整) ***** */
/* 元祖Bootstrap配色は「text-bg-primary」等で使用可能 */
.cb-sb__text-bg-primary {
    color: var(--white) !important;
    background-color: var(--cb-sb__primary)!important;
}
.cb-sb__text-bg-primary > a {
    color: var(--white)!important;
}
.cb-lte__text-bg-success {
    color: var(--white) !important;
    background-color: var(--cb-lte__success)!important;
}
.cb-sb__text-bg-success > a {
    color: var(--white)!important;
}
.cb-lte__text-bg-warning {
    color: var(--bs-dark) !important;
    background-color: var(--cb-lte__warning)!important;
}
.cb-lte__text-bg-warning > a {
    color: var(--bs-dark) !important;
}
.cb-lte__text-bg-danger {
    color: var(--white)!important;
    background-color: var(--cb-lte__danger)!important;
}
.cb-lte__text-bg-danger > a {
    color: var(--white)!important;
}
/* ***** bgColors ***** */
/* 元祖Bootstrap配色は「bg-primary」等で使用可能 */
.cb-sb__bg-primary {
    background-color: var(--cb-sb__primary)!important;
}
.cb-lte__bg-success {
    background-color: var(--cb-lte__success)!important;
}
.cb-lte__bg-warning {
    background-color: var(--cb-lte__warning)!important;
}
.cb-lte__bg-danger {
    background-color: var(--cb-lte__danger)!important;
}
/* ***** textColors ***** */
/* 元祖Bootstrap配色は「text-primary」等で使用可能 */
.cb-lte__text-secondary {
    color: var(--cb-lte__secondary)!important;
}
/* ***** アイコンがない場合の表示設定 ***** */
.bi-gear-fill::before {
    content: "\f3e2";
}
.bi-hand-thumbs-up-fill::before {
    content: "\f406";
}
.bi-cart-fill::before {
    content: "\f23d";
}
.bi-people-fill::before {
    content: "\f4cf";
}
.fa-user:before {
    content: "\f007";
}
.fa-cogs:before {
    content: "\f085";
}
.fa-list:before {
    content: "\f03a";
}
.fa-sign-out-alt:before {
    content: "\f2f5";
}
/* ----- ページ固有クラス ----- */
/* ***** スケジュール ****** */
.fc {
    margin-top: 5px;
    border-color: var(--cb__light-gray);
}
/* 月表示：ヘッダーの曜日表示セル */
.fc th.fc-col-header-cell {
    font-weight: normal;
    /* font-size: 1rem; */
    font-size: 0.9rem;
    /* color: #C1B9B9; */
    color: var(--gray);
    padding-top: 3px;
}
/* 月表示：各tdセル要素 */
.fc .fc-day {
    /* font-family: var(--font-family-sans-serif); */
    font-family: var(--font-family-monospace);
    /* font-size: 1.5rem; */
    font-size: 0.95rem;
    /* font-size: .9rem; */
}
/* 月表示：各tdセル要素(過去分) */
.fc .fc-day-past {
    /* color: #C1B9B9; */
    color: var(--gray);
}
/* 月表示：日付セル日付要素 */
.fc .fc-daygrid-number {
    margin: 3px 5px 0 0;
}
/* 月表示：本日セル日付要素 */
.fc .fc-day-today .fc-daygrid-day-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    flex-flow: column;
    /* background: #EC6C45; */
    background: var(--orange);
    color: var(--white);
    font-size: .9rem;
    width: 24px;
    height: 24px;
    margin: 5px 5px 0 0;
    /* padding-top: 6px; */
}
.fc .fc-day-today .fc-daygrid-day-number:hover {
    color: var(--white);
}
/* 月/週/日表示：イベント枠の余白設定 */
.fc .fc-daygrid-event {
    margin-top:3px;
    margin-right:4px !important;
    margin-left:4px !important;
}
/* 終日イベントの文字色を指定 */
.fc .fc-daygrid-event-dot {
    display: none;
}
/* 時間指定イベントの文字色を指定 */
.fc .fc-daygrid-dot-event {
    border: 1px solid var(--cb__light-gray);
}
/* 月表示：イベント枠のスタイル */
.fc .fc-event {
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
    border-radius: 5px;
    flex-wrap:wrap;
    /* padding: 1.5px 5px; */
    padding: 0px 5px;
    /* padding: 6px; */
}
/* 月表示：イベントタイトルのスタイル */
.fc .fc-event-title {
    /* font-size: 1rem; */
    font-size: .7rem;
    font-family: var(--font-family-sans-serif);
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
/* 月表示：イベント時間のスタイル */
.fc .fc-event-time {
    width: 100%;
    order: 9;
    /* font-size: 1.4rem; */
    font-size: .8rem;
    font-family: var(--font-family-monospace);
    color: #C1B9B9;
    /* margin-top: 6px; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* もっと見るリンク */
.fc .fc-daygrid-more-link {
    margin: 4px;
    font-family: var(--font-family-sans-serif);
}
.fc .fc-toolbar-title {
    font-weight: medium;
}
@media screen and (max-width: 576px) {
    /* スマホ版のフォントサイズ調整 */
    .fc .fc-toolbar-title {
        /* font-size: 1.75em; */
        font-size: 1.5em;
    }
    .fc .fc-button {
        /* font-size: 1em; */
        font-size: 0.9em;
    }
}
.fc .fc-scrollgrid {
    /* 外側の枠線を消す */
    /* border-width: 0 0 0 0; */
    font-size: 18px;
    font-weight: normal;
}
.fc-theme-standard td, 
.fc-theme-standard th {
    /* 枠の高さを指定 */
    height: 60px; 
    /* 枠のボーダーを消す */
    /* border: none;  */
    /* paddingの調整 */
    /* padding: 0 5px 5px; */
    padding: 0 2.5px 2.5px;
}
.fc-theme-standard th {
    height: auto;
}
.fc td, 
.fc th {
    vertical-align: middle;
}
/* スケジュール内のlink設定の更新 */
.fc a {
    color: var(--gray-dark);
}
/* 本日の背景(元のスタイルの初期化) */
.fc .fc-daygrid-day.fc-day-today {
    background: none;
}
/* 本日の背景(新しくフレームに設定) */
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
    background-color: #FFFACD;
}
/* 祝日の背景 */
.fc .fc-daygrid-day.holiday .fc-daygrid-day-frame {
    background-color: #FFE4E1;
}
/* 月表示：土曜日 */
.fc-day-sat .fc-daygrid-day-top, 
.fc-day-sat .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion, 
.fc-day-sat .fc-list-day-cushion {
    color: var(--info);
}
/* 月表示：日曜日 */
.fc-day-sun .fc-daygrid-day-top, 
.fc-day-sun .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion, 
.fc-day-sun .fc-list-day-cushion {
    color: var(--danger);
}
/* ***** info-box ****** */
.cb-lte__info-box {
    box-shadow: 0 0 1px rgba(var(--bs-body-color-rgb), 0.125), 0 1px 3px rgba(var(--bs-body-color-rgb), 0.2);
    position: relative;
    display: flex;
    width: 100%;
    min-height: 80px;
    padding: 0.5rem;
    margin-bottom: 1rem;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    /* adminlte4 */
    border-radius: 0.375rem;
    /* adminlte3 */
    /* border-radius: 0.25rem;  */
}
.cb-lte__info-box .info-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    font-size: 1.875rem;
    text-align: center;
    /* adminlte4 */
    border-radius: 0.375rem;
    /* adminlte3 */
    /* border-radius: 0.25rem; */
}
.cb-lte__info-box .info-box-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    line-height: 1.8;
}
/* .cb-lte__info-box .progress-description, */
.cb-lte__info-box .info-box-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cb-lte__info-box .info-box-number {
    display: block;
    margin-top: 0.25rem;
    font-weight: 700;
}

/* ***** メッセージ/トークルーム ***** */
.cb-lte__direct-chat-contacts, 
.cb-lte__direct-chat-messages {
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
}
.cb-lte__direct-chat-contacts {
    /* -webkit-transform: translate(101%,0);
    transform: translate(101%,0); */
    /* background-color: #343a40; */
    background-color: var(--white);
    bottom: 0;
    color: var(--white);
    /* height: 250px; */
    height: 590px;
    overflow: auto;
    /* position: absolute; */
    /* top: 0; */
    /* width: 100%; */
}
/* .cb-lte__direct-chat-contacts .contacts-list > li.active {
    background-color: var(--primary);
    color: #fff;
} */
.cb-lte__direct-chat-contacts .direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.cb-lte__direct-chat-contacts .contacts-list {
    padding-left: 0;
    list-style: none;
}
.cb-lte__direct-chat-contacts .contacts-list > li {
    border-bottom: 1px solid rgba(0,0,0,.2);
    margin: 0;
    padding: 15px 10px;
}
.cb-lte__direct-chat-contacts .contacts-list-img {
    border-radius: 50%;
    float: left;
    width: 40px;
}
.cb-lte__direct-chat-contacts .contacts-list-info {
    /* color: #fff; */
    color: var(--gray-dark);
    margin-left: 50px; /* 画像(40px) + 10px */
}
.cb-lte__direct-chat-contacts .contacts-list-name, 
.cb-lte__direct-chat-contacts .contacts-list-status {
    display: block;
}
.cb-lte__direct-chat-contacts .contacts-list-date {
    /* color: #ced4da; */
    color: var(--gray);
    font-weight: 400;
    font-family: var(--font-family-monospace);
}
.cb-lte__direct-chat-contacts .contacts-list-msg {
    /* color: #b1bbc4; */
    color: var(--gray);
    margin-top: 50px;
}
.cb-lte__direct-chat-contacts .contacts-list > li::after {
    display: block;
    clear: both;
    content: "";
}
.cb-lte__direct-chat-contacts a:hover {
    /* border: none;
    outline: none; */
    text-decoration: none;
}
/* ***** メッセージ/トーク画面 ***** */
.cb-lte__direct-chat-messages {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    height: 550px;
    overflow: auto;
    padding: 15px;
}
.cb-lte__direct-chat-messages .direct-chat-msg {
    margin-bottom: 10px;
}
.cb-lte__direct-chat-messages .direct-chat-img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-top: calc(1rem);
}
.cb-lte__direct-chat-messages .direct-chat-name-text-box {
    margin-left: 15px;
    margin-right: 0;
}
.cb-lte__direct-chat-messages .direct-chat-text {
    border-radius: 0.3rem;
    background-color: #D2D6DE;
    border: 1px solid #D2D6DE;
    color: var(--gray-dark);
    padding: 5px 10px;
    max-width: 350px;
    position: relative;
    /* font-size: .95rem; */
}
.cb-lte__direct-chat-messages .direct-chat-supplement {
    color: var(--gray);
    margin-right: 0;
    margin-left: 55px;
}
.cb-lte__direct-chat-messages .direct-chat-text::after, 
.cb-lte__direct-chat-messages .direct-chat-text::before {
    border: solid transparent;
    border-right-color: #D2D6DE;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 0;
}
.cb-lte__direct-chat-messages .direct-chat-text::before {
    border-width: 6px;
    margin-top: -6px;
}
.cb-lte__direct-chat-messages .direct-chat-text::after {
    border-width: 5px;
    margin-top: -5px;
}
.cb-lte__direct-chat-messages .right .direct-chat-name-text-box {
    margin-left: 0;
    margin-right: 15px;
}
.direct-chat-primary .cb-lte__direct-chat-messages .right .direct-chat-text {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}
.cb-lte__direct-chat-messages .right .direct-chat-supplement {
    color: var(--gray);
    margin-right: 15px;
    margin-left: 0;
}
.cb-lte__direct-chat-messages .right .direct-chat-text::after, 
.cb-lte__direct-chat-messages .right .direct-chat-text::before {
    border-left-color: #D2D6DE;
    border-right-color: transparent;
    left: 100%;
    right: auto;
}
.direct-chat-primary .cb-lte__direct-chat-messages .right .direct-chat-text::after, 
.direct-chat-primary .cb-lte__direct-chat-messages .right .direct-chat-text::before {
    border-left-color: var(--primary);
}
/* プロジェクト一覧 */
.cb-lte__card .card-body > .table > thead > tr > td, 
.cb-lte__card .card-body > .table > thead > tr > th {
    border-top-width: 0;
}
.cb-lte__card .card-body.p-0 .table tbody > tr > td:first-of-type, 
.cb-lte__card .card-body.p-0 .table tbody > tr > th:first-of-type, 
.cb-lte__card .card-body.p-0 .table tfoot > tr > td:first-of-type, 
.cb-lte__card .card-body.p-0 .table tfoot > tr > th:first-of-type, 
.cb-lte__card .card-body.p-0 .table thead > tr > td:first-of-type, 
.cb-lte__card .card-body.p-0 .table thead > tr > th:first-of-type {
    padding-left: 1.5rem;
}
.cb-lte__projects td {
    vertical-align: middle;
}
.cb-lte__projects .list-inline {
    margin-bottom: 0;
}
.cb-lte__projects .list-inline {
    padding-left: 0;
    list-style: none;
}
.cb-lte__projects .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.cb-lte__projects .list-inline-item {
    display: inline-block;
}
.cb-lte__projects .table-avatar img, 
.cb-lte__projects img.table-avatar {
    border-radius: 50%;
    display: inline;
    width: 2.5rem;
}
.cb-lte__projects.table tr > td .progress {
    margin: 0;
}
.cb-lte__projects .progress-sm {
    height: 10px;
}
.cb-lte__projects .progress {
    border-radius: 1px;
    line-height: 0;
    background-color: #E9ECEF;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,.1);
}
.cb-lte__projects .project-state {
    text-align: center;
}
.card-body.p-0 .cb-lte__projects.table tbody > tr > td:last-of-type, 
.card-body.p-0 .cb-lte__projects.table tbody > tr > th:last-of-type, 
.card-body.p-0 .cb-lte__projects.table tfoot > tr > td:last-of-type, 
.card-body.p-0 .cb-lte__projects.table tfoot > tr > th:last-of-type, 
.card-body.p-0 .cb-lte__projects.table thead > tr > td:last-of-type, 
.card-body.p-0 .cb-lte__projects.table thead > tr > th:last-of-type {
    padding-right: 1.5rem;
}
.card-body .cb-lte__projects.table {
    margin-bottom: 0;
}

/* ※OriginalCSS(CustomOverRide)※ */
/* ----- ページ共通クラス ----- */
.cb__page-title {
    color: var(--cb-sb__dark);
}
/* ***** fontSize ***** */
.cb__text-lg {
    font-size: 1.1rem;
}
.cb__text-md {
    font-size: 1.05rem;
}
.cb__text-base {
    font-size: 1rem;
}
.cb__text-sm {
    font-size: .95rem;
}
.cb__text-xs {
    font-size: .9rem;
}
/* ***** チェックボックス ****** */
.cb__checkbox-primary:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}
.cb__checkbox-secondary:checked {
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.cb__checkbox-success:checked {
    background-color: var(--success);
    border-color: var(--success);
}
.cb__checkbox-danger:checked {
    background-color: var(--danger);
    border-color: var(--danger);
}
.cb__checkbox-warning:checked {
    background-color: var(--warning);
    border-color: var(--warning);
}
.cb__checkbox-info:checked {
    background-color: var(--info);
    border-color: var(--info);
}
/* ***** ポジション設定 ***** */
.cb__relative {
    position: relative;
}

/* ----- ページ固有クラス ----- */
/* ***** スケジュール ****** */
.cb__schedule-prev-btn {
    position: absolute;
    top: 50%;
    left: 5px;
    z-index: 2;
}
.cb__schedule-next-btn {
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 2;
}
/* ***** メッセージ/トークルーム ***** */
.cb__talkroom .cb__talkroom_selectnav .nav-item {
    width:50%;
}
.cb__talkroom .cb__talkroom_selectnav .nav-item.active {
    background-color: var(--primary);       
}
.cb__talkroom .cb__talkroom_selectnav .nav-item .nav-link {
    color: var(--bs-dark);
}
.cb__talkroom .cb__talkroom_selectnav .nav-item.active .nav-link {
    color: var(--white);
}
.cb__talkroom .contacts-list li.active {
    background-color: var(--cb__light-gray);
    border-left:5px solid var(--cb-sb__dark);
}
.cb__talkroom .contacts-list li .contacts-list-info .contacts-list-date {
    font-size: 75%;
}

#sidebar-toggle-btn {
    height: 30px;
}
#sidebar-toggle-icon {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
}
#sidebar-toggle-icon .icon-bar {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
#sidebar-toggle-icon .horizontal {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
    margin-top: 3px;
    height: 0;
    opacity: 0;
}
#sidebar-toggle-icon .diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
#sidebar-toggle-icon .diagonal.part-2 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
    margin-top: 3px;
    width: 70%;
}
#sidebar-toggle-icon.open .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    height: 3px;
    opacity: 0;
}
#sidebar-toggle-icon.open .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
#sidebar-toggle-icon.open .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
    width: 100%;
}
