
.site-name {
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    font-weight: 700;
    /*line-height: 26.4px;*/
}


/* ######################################################################## */


.table-hybe {
    font-size: 0.75rem;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}


    .table-hybe thead th {
        --bg-opacity: 1;
        background-color: #e2e8f0;
        background-color: rgba(226, 232, 240, var(--bg-opacity));
        text-align: center;
        border-left: 1px solid #cccccc;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        padding: 5px 4px 5px 4px;
    }

    .table-hybe th:last-child {
        border-right: 1px solid #cccccc;
    }


    .table-hybe tbody tr:hover {
        --bg-opacity: 1;
        background-color: #edf2f7;
        background-color: rgba(237, 242, 247, var(--bg-opacity));
    }

    .table-hybe tbody th, td {
        border-left: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        border-top: none;
        padding: 0.65rem 0.65rem;
    }



    .table-hybe td:last-child {
        border-right: 1px solid #cccccc;
    }


/* ######################################################################## */
.table-hybe2 {
    font-size: 0.75rem;
    border-collapse: collapse;
    width: 100%;
}

    .table-hybe2 thead th {
        padding: 5px 4px 5px 4px;
        text-align: center;
        border-right: 2px solid #fff;
        --bg-opacity: 1;
        background-color: #e2e8f0;
        background-color: rgba(226, 232, 240, var(--bg-opacity));
        border-bottom: 2px solid #fff;
    }

    .table-hybe2 thead tr:first-child th:first-child {
        border-radius: 8px 0 0 0;
    }

    .table-hybe2 thead tr:first-child th:last-child {
        border-radius: 0 8px 0 0;
    }

    .table-hybe2 tbody th {
        border-right: 2px solid #fff;
        --bg-opacity: 1;
        background-color: #e2e8f0;
        background-color: rgba(226, 232, 240, var(--bg-opacity));
        border-bottom: 2px solid #fff;
        padding: 0.35rem 0.35rem;
    }

    .table-hybe2 tbody td {
        border-left: 2px solid #e2e8f0;
        border-right: 2px solid #e2e8f0;
        border-bottom: 2px solid #e2e8f0;
        padding: 0.35rem 0.35rem;
    }

        .table-hybe2 tbody td:first-child {
            border-left: 0px solid #e2e8f0;
        }

        .table-hybe2 tbody td:last-child {
            border-right: 0px solid #e2e8f0;
        }

    .table-hybe2 tbody tr:hover, .table-hybe2 tbody tr:hover th {
        --bg-opacity: 1;
        background-color: #edf2f7;
        background-color: rgba(237, 242, 247, var(--bg-opacity));
    }


/* ######################################################################## */
.table-hybe3 {
    font-size: 0.75rem;
    border-collapse: collapse;
    width: 100%;
}

    .table-hybe3 th, .table-hybe3 td {
        border: 2px solid #fff;
        background-color: #edf2f7;
        border-radius: 0 2px 2px 0;
        padding: 1em;
    }

    .table-hybe3 td {
        padding-left: 1.3rem;
    }

    .table-hybe3 th {
        background-color: #e2e8f0;
        font-weight: bold;
        border-radius: 2px 0 0 2px;
        min-width: 3em;
        position: relative;
    }

        .table-hybe3 th::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 100%;
            transform: translateY(-50%);
            border: 6px solid transparent;
            border-left: 10px solid #e2e8f0;
            z-index: 2;
        }

        .table-hybe3 th::after {
            content: '';
            position: absolute;
            top: 50%;
            left: calc(100% + 2px);
            transform: translateY(-50%);
            border: 7px solid transparent;
            border-left: 12px solid #fff;
            z-index: 1;
        }


/* ######################################################################## */


th.hybe-pop-title {
    padding: 10px !important;
}

.hybe-pop-title {
    position: relative;
}

    .hybe-pop-title span {
        position: absolute;
        top: -10px;
        left: calc(50% - 30px);
        min-width: 60px;
        border-radius: 15px;
        line-height: 1;
        padding: 5px;
    }

/* ######################################################################## */




.table-hybe-bootstrap {
    font-size: 0.85rem;
    width: 100%;
}

    .table-hybe-bootstrap thead th {
        --bg-opacity: 1;
        background-color: #e2e8f0;
        background-color: rgba(226, 232, 240, var(--bg-opacity));
        text-align: center;
        padding: 10px 0;
    }


    .table-hybe-bootstrap tbody tr:hover {
        --bg-opacity: 1;
        background-color: #edf2f7;
        background-color: rgba(237, 242, 247, var(--bg-opacity));
    }

    .table-hybe-bootstrap tbody th, td {
        padding: 0.65rem 0.65rem;
        font-size: 0.75rem;
    }



.tablesorter-header {
    position: relative; /* This is needed for the absolute positioning. */
}

    .tablesorter-header::before,
    .tablesorter-header::after {
        position: absolute;
        right: 0.75em;
        font-family: 'FontAwesome'; /* Use FontAwesome's font so that you can set the content */
        opacity: 1; /* Set opacity to gray out icons by default */
    }

    .tablesorter-header::before {
        content: '\f0de'; /* Font Awesome's up arrow */
        top: calc(50% - 0.75em); /* Tricky to calculate the top offset */
    }

    .tablesorter-header::after {
        content: '\f0dd'; /* Font Awesome's down arrow */
        bottom: calc(50% - 0.75em);
    }

    .tablesorter-header.tablesorter-headerAsc::before,
    .tablesorter-header.tablesorter-headerDesc::after {
        opacity: 1; /* When sorting, set full opacity on the direction */
    }

/* ######################################################################## */

.v-collapse {
    visibility: collapse
}


/* ######################################################################## */





.bg-hybe {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
}




.form-control-hybe {
    --border-opacity: 1;
    border: 1px solid #edf2f7;
    border-width: 2px;
    border-radius: 0.5rem;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
    padding-left: 0.75rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-right: 0.75rem;
    outline: 0;
    font-size: 0.875rem;
    color: #444;
}



    .form-control-hybe:focus {
        --bg-opacity: 0.15;
        background-color: #0dcaf0;
        background-color: rgba(13, 202, 240, var(--bg-opacity));
        --border-opacity: 1;
        border-color: #0dcaf0;
        border-color: rgba(13, 202, 240, var(--border-opacity));
    }


/*
スタイルが崩れる場合に利用
 */

.form-control-border-reset {
    border-width: 0px;
    border-radius: 0rem;
    padding-top: 0;
    padding-bottom: 0;
}

.form-control-reset-inner {
    /* input自体の枠線や背景、余白はすべてリセット */
    border: none;
    background-color: transparent;
    padding: 0;
    outline: none; /* クリックしたときの青い枠線も消す */
    /* フォント関連のスタイルは合わせる */
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}


.form-control-hybe-xs {
    --border-opacity: 1;
    border: 1px solid #edf2f7;
    border-width: 2px;
    border-radius: 0.2rem;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
    padding-left: 0.75rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-right: 0.75rem;
    outline: 0;
    font-size: 0.7rem;
    color: #444;
}



    .form-control-hybe-xs:focus {
        --bg-opacity: 0.15;
        background-color: #0dcaf0;
        background-color: rgba(13, 202, 240, var(--bg-opacity));
        --border-opacity: 1;
        border-color: #0dcaf0;
        border-color: rgba(13, 202, 240, var(--border-opacity));
    }


.btn {
    font-size: var(--bs-body-font-size);
}

.btn-xs1 {
    font-size: 0.7rem;
    padding: 0.1rem 0.4rem !important;
}


.btn-xs {
    --bs-btn-padding-y: 0.085rem;
    --bs-btn-padding-x: 0.4rem;
    --bs-btn-font-size: 0.7rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
    font-size: var(--bs-btn-font-size);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) !important;
}




.btn-hybe {
    --bs-btn-padding-y: 0.39rem;
    --bs-btn-padding-x: 1.25rem;
    text-align: center;
    --bg-opacity: 1;
    background-color: #08CCCA;
    background-color: rgba(8,204,202, var(--bg-opacity));
    border-width: 1px;
    --border-opacity: 1;
    border-color: #67d7c7;
    border-color: rgba(103, 215, 199, var(--border-opacity));
    border-radius: 0.25rem;
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

    .btn-hybe.btn-xs {
        --bs-btn-padding-y: 0.085rem;
        --bs-btn-padding-x: 0.4rem;
    }

    .btn-hybe:hover {
        --bg-opacity: 1;
        background-color: #67d7c7;
        background-color: rgba(103, 215, 199, var(--bg-opacity));
        --text-opacity: 1;
        color: #ffffff;
        color: rgba(255, 255, 255, var(--text-opacity));
        border-width: 1px;
        --border-opacity: 1;
        border-color: #67d7c7;
        border-color: rgba(103, 215, 199, var(--border-opacity));
    }

.btn-outline-hybe {
    --bs-btn-color: #08CCCA;
    --bs-btn-border-color: #08CCCA;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #08CCCA;
    --bs-btn-hover-border-color: #08CCCA;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #08CCCA;
    --bs-btn-active-border-color: #08CCCA;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #08CCCA;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #08CCCA;
    --bs-gradient: none;
    /* text-align: center;
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255,255,255, var(--bg-opacity));
    border-width: 1px;
    --border-opacity: 1;
    border-color: #08CCCA;
    border-color: rgba(8,204,202, var(--bg-opacity));
    display: block;
    border-radius: 0.25rem;
    --text-opacity: 1;
    color: #ffffff;
    color: rgba(255, 255, 255, var(--text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    font-size: 0.875rem;*/
}


.btn-hybe-gray {
    text-align: center;
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
    border-width: 1px;
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 0.25rem;
    --text-opacity: 1;
    color: #444444;
    color: rgba(68, 68, 68, var(--text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms
}

    .btn-hybe-gray:hover {
        --bg-opacity: 1;
        background-color: #e2e8f0;
        background-color: rgba(226, 232, 240, var(--bg-opacity));
        --border-opacity: 1;
        border-color: #cbd5e0;
        border-color: rgba(203, 213, 224, var(--border-opacity));
        --text-opacity: 1;
        color: #444444;
        color: rgba(68, 68, 68, var(--text-opacity));
    }


.box {
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #d2d2d2;
    border-color: rgba(210, 210, 210, var(--border-opacity));
    border-width: 1px;
    border-radius: 0.5rem;
    border: 1px solid #d2d2d2;
}


.box-gray {
    --bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--bg-opacity));
}





/* #### Base #### START #################################################*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

button,
input { /* 1 */
    overflow: visible;
}


input {
    color: #666;
}

a {
    text-decoration: none;
}


.alerttext {
    font-size: 0.8em;
    color: #ff0000;
}


.menu-overflow:focus {
    outline: none;
}



/* #### Base #### END #################################################*/





/* #### Base1 #### END #################################################*/


.cursor-pointer {
    cursor: pointer;
}

.text-xxs {
    font-size: 0.65rem;
}

.text-xs {
    font-size: 0.75rem;
}

.text-sm {
    font-size: 0.875rem;
}

.text-base {
    font-size: 1rem;
}

.text-lg {
    font-size: 1.125rem;
}

.text-xl {
    font-size: 1.25rem;
}

.text-2xl {
    font-size: 1.5rem;
}

.text-3xl {
    font-size: 1.875rem;
}

.text-4xl {
    font-size: 2.25rem;
}

.text-5xl {
    font-size: 3rem;
}

.text-6xl {
    font-size: 4rem;
}





.bg-wecolor_original {
    --bg-opacity: 1;
    background-color: #08CCCA;
    background-color: rgba(8,204,202, var(--bg-opacity));
}

.bg-wecolor {
    --bg-opacity: 1;
    background-color: #08CCCA;
    background-color: rgba(8,204,202, var(--bg-opacity));
}

.bg-wecolor_bak {
    --bg-opacity: 1;
    background-color: #67d7c7;
    background-color: rgba(103, 215, 199, var(--bg-opacity));
}

.bg-wecolor-1 {
    --bg-opacity: 1;
    background-color: #77cec5;
    background-color: rgba(119, 206, 197, var(--bg-opacity));
}

.bg-wecolor-2 {
    --bg-opacity: 1;
    background-color: #6cdfc2;
    background-color: rgba(103, 212, 185, var(--bg-opacity));
}



.bg-wecolor-100 {
    --bg-opacity: 1;
    background-color: #f3fbf9;
    background-color: rgba(243, 251, 249, var(--bg-opacity));
}

.bg-wecolor-200 {
    --bg-opacity: 1;
    background-color: #e7f6f4;
    background-color: rgba(231, 246, 244, var(--bg-opacity));
}

.bg-wecolor-300 {
    --bg-opacity: 1;
    background-color: #daf2ee;
    background-color: rgba(218, 242, 238, var(--bg-opacity));
}

.bg-wecolor-400 {
    --bg-opacity: 1;
    background-color: #cfeee9;
    background-color: rgba(207, 238, 233, var(--bg-opacity));
}

.bg-wecolor-500 {
    --bg-opacity: 1;
    background-color: #c2e9e3;
    background-color: rgba(194, 233, 227, var(--bg-opacity));
}

.bg-wecolor-600 {
    --bg-opacity: 1;
    background-color: #b6e5dd;
    background-color: rgba(182, 229, 221, var(--bg-opacity));
}

.bg-wecolor-700 {
    --bg-opacity: 1;
    background-color: #aae1d8;
    background-color: rgba(170, 225, 216, var(--bg-opacity));
}

.bg-wecolor-800 {
    --bg-opacity: 1;
    background-color: #9eddd2;
    background-color: rgba(158, 221, 210, var(--bg-opacity));
}

.bg-wecolor-900 {
    --bg-opacity: 1;
    background-color: #92d8cc;
    background-color: rgba(146, 216, 204, var(--bg-opacity));
}



.hover\:bg-wecolor:hover {
    --bg-opacity: 1;
    background-color: #67d7c7;
    background-color: rgba(103, 215, 199, var(--bg-opacity));
}


.hover\:bg-wecolor-100:hover {
    --bg-opacity: 1;
    background-color: #f3fbf9;
    background-color: rgba(243, 251, 249, var(--bg-opacity));
}

.hover\:bg-wecolor-200:hover {
    --bg-opacity: 1;
    background-color: #e7f6f4;
    background-color: rgba(231, 246, 244, var(--bg-opacity));
}

.hover\:bg-wecolor-300:hover {
    --bg-opacity: 1;
    background-color: #daf2ee;
    background-color: rgba(218, 242, 238, var(--bg-opacity));
}

.hover\:bg-wecolor-400:hover {
    --bg-opacity: 1;
    background-color: #cfeee9;
    background-color: rgba(207, 238, 233, var(--bg-opacity));
}

.hover\:bg-wecolor-500:hover {
    --bg-opacity: 1;
    background-color: #c2e9e3;
    background-color: rgba(194, 233, 227, var(--bg-opacity));
}

.hover\:bg-wecolor-600:hover {
    --bg-opacity: 1;
    background-color: #b6e5dd;
    background-color: rgba(182, 229, 221, var(--bg-opacity));
}

.hover\:bg-wecolor-700:hover {
    --bg-opacity: 1;
    background-color: #aae1d8;
    background-color: rgba(170, 225, 216, var(--bg-opacity));
}

.hover\:bg-wecolor-800:hover {
    --bg-opacity: 1;
    background-color: #9eddd2;
    background-color: rgba(158, 221, 210, var(--bg-opacity));
}

.hover\:bg-wecolor-900:hover {
    --bg-opacity: 1;
    background-color: #92d8cc;
    background-color: rgba(146, 216, 204, var(--bg-opacity));
}





.focus\:bg-wecolor:focus {
    --bg-opacity: 1;
    background-color: #67d7c7;
    background-color: rgba(103, 215, 199, var(--bg-opacity));
}


.focus\:bg-wecolor-100:focus {
    --bg-opacity: 1;
    background-color: #f3fbf9;
    background-color: rgba(243, 251, 249, var(--bg-opacity));
}

.focus\:bg-wecolor-200:focus {
    --bg-opacity: 1;
    background-color: #e7f6f4;
    background-color: rgba(231, 246, 244, var(--bg-opacity));
}

.focus\:bg-wecolor-300:focus {
    --bg-opacity: 1;
    background-color: #daf2ee;
    background-color: rgba(218, 242, 238, var(--bg-opacity));
}

.focus\:bg-wecolor-400:focus {
    --bg-opacity: 1;
    background-color: #cfeee9;
    background-color: rgba(207, 238, 233, var(--bg-opacity));
}

.focus\:bg-wecolor-500:focus {
    --bg-opacity: 1;
    background-color: #c2e9e3;
    background-color: rgba(194, 233, 227, var(--bg-opacity));
}

.focus\:bg-wecolor-600:focus {
    --bg-opacity: 1;
    background-color: #b6e5dd;
    background-color: rgba(182, 229, 221, var(--bg-opacity));
}

.focus\:bg-wecolor-700:focus {
    --bg-opacity: 1;
    background-color: #aae1d8;
    background-color: rgba(170, 225, 216, var(--bg-opacity));
}

.focus\:bg-wecolor-800:focus {
    --bg-opacity: 1;
    background-color: #9eddd2;
    background-color: rgba(158, 221, 210, var(--bg-opacity));
}

.focus\:bg-wecolor-900:focus {
    --bg-opacity: 1;
    background-color: #92d8cc;
    background-color: rgba(146, 216, 204, var(--bg-opacity));
}










.focus\:border-wecolor:focus {
    --border-opacity: 1;
    border-color: #67d7c7;
    border-color: rgba(103, 215, 199, var(--border-opacity));
}


.focus\:border-wecolor-100:focus {
    --border-opacity: 1;
    border-color: #f3fbf9;
    border-color: rgba(243, 251, 249, var(--border-opacity));
}

.focus\:border-wecolor-200:focus {
    --border-opacity: 1;
    border-color: #e7f6f4;
    border-color: rgba(231, 246, 244, var(--border-opacity));
}

.focus\:border-wecolor-300:focus {
    --border-opacity: 1;
    border-color: #daf2ee;
    border-color: rgba(218, 242, 238, var(--border-opacity));
}

.focus\:border-wecolor-400:focus {
    --border-opacity: 1;
    border-color: #cfeee9;
    border-color: rgba(207, 238, 233, var(--border-opacity));
}

.focus\:border-wecolor-500:focus {
    --border-opacity: 1;
    border-color: #c2e9e3;
    border-color: rgba(194, 233, 227, var(--border-opacity));
}

.focus\:border-wecolor-600:focus {
    --border-opacity: 1;
    border-color: #b6e5dd;
    border-color: rgba(182, 229, 221, var(--border-opacity));
}

.focus\:border-wecolor-700:focus {
    --border-opacity: 1;
    border-color: #aae1d8;
    border-color: rgba(170, 225, 216, var(--border-opacity));
}

.focus\:border-wecolor-800:focus {
    --border-opacity: 1;
    border-color: #9eddd2;
    border-color: rgba(158, 221, 210, var(--border-opacity));
}

.focus\:border-wecolor-900:focus {
    --border-opacity: 1;
    border-color: #92d8cc;
    border-color: rgba(146, 216, 204, var(--border-opacity));
}





/* #### marquee #### START #################################################*/



.marquee {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    gap: 1rem;
}

.marquee-inner {
    padding-left: 100%;
    animation: marquee 5s linear infinite;
}

@keyframes marquee {
    0% {
        translate: 0;
    }

    100% {
        translate: calc(-100% - 1rem);
    }
}

/* #### marquee #### END #################################################*/




/* #### sticky_table #### START #################################################*/

/* ---------------------------------------- 
 通常タイプ
---------------------------------------- */
.sticky_table thead th {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* tbody内のセルより手前に表示する */
    z-index: 1;
}

.sticky_table tbody th:first-child {
    /* 横スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: #fff;
}

.sticky_table thead th:first-child {
    /* ヘッダー行内の他のセルより手前に表示する */
    z-index: 2;
}

/* ---------------------------------------- 
 ヘッダー2行固定タイプ
---------------------------------------- */
.sticky_table_rows thead {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* tbody内のセルより手前に表示する */
    z-index: 1;
}

.sticky_table_rows tbody th:first-child {
    /* 横スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: #fff;
}

.sticky_table_rows thead th:first-child {
    /* ヘッダー行内の他のセルより手前に表示する */
    z-index: 2;
}

/* ---------------------------------------- 
 ヘッダー2列固定タイプ
---------------------------------------- */
.sticky_table_cols thead {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* tbody内のセルより手前に表示する */
    z-index: 1;
}

    .sticky_table_cols thead th:nth-child(1) {
        max-width: 3rem; /* 幅を変更したい場合は各ページでオーバーライドしてください */
        min-width: 3rem; /* 幅を変更したい場合は各ページでオーバーライドしてください */
    }

.sticky_table_cols th:nth-child(1) {
    /* 横スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.sticky_table_cols thead th:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    left: 3rem; /* 幅を変更したい場合は各ページでオーバーライドしてください */
}

.sticky_table_cols tbody th:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    left: 3rem; /* 幅を変更したい場合は各ページでオーバーライドしてください */
    background-color: #fff;
}

.sticky_table_cols thead th:nth-child(1),
.sticky_table_cols thead th:nth-child(2) {
    /* ヘッダー行内の他のセルより手前に表示する */
    z-index: 2;
}

.sticky_cross {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
}

/* ---------------------------------------- 
 列固定用(rowspanなどで列順番が異なる場合は個別に指定する)
---------------------------------------- */
.sticky-left-col2 {
    position: -webkit-sticky;
    position: sticky;
    left: 3rem !important; /* 幅を変更したい場合は各ページでオーバーライドしてください */
    background-color: #fff;
}

/* #### sticky_table #### END #################################################*/


/* #### general #### START #################################################*/

.hybe-saturday {
    background-color: #bae3f9 !important;
}

.hybe-sunday {
    background-color: #E7D5E8 !important;
}

.text-rainbow {
    background: linear-gradient(to right,#e60000,#f39800,#fff100,#009944,#0068b7,#1d2088,#920783);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.link-hybe {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
    text-decoration: none;
    cursor: pointer;
}

    a.link-hybe:hover {
        --text-opacity: 1;
        color: #3182ce;
        color: rgba(49, 130, 206, var(--text-opacity));
        text-decoration: underline;
    }



/* #### general #### END #################################################*/

.nav .nav-item .passive {
    background-color: #eaeaea;
    border-color: #999;
    color: #666;
}

.bg-ws-color {
    --bg-opacity: 1;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
}

.bg-um-color {
    background-color: #DEEAF6 !important;
}

.bg-total-color {
    background-color: #ffffdb !important;
}

.value-changing {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
    color: #c53030;
}

.auto-height-textarea {
    box-sizing: border-box; /* パディングとボーダーを含めたサイズ計算 */
    overflow: hidden; /* スクロールバーを隠す */
    resize: none; /* ユーザーによるリサイズを無効にする */
    min-height: 40px;
}

.auto-max-height-textarea {
    field-sizing: content; /* firefox など未対応ブラウザあり */
    min-height: 200px;
    max-height: calc(100vh - 200px)
}


/* #### override #### START #################################################*/

.form-label {
    margin-bottom: 0.1rem;
}

/* badge のデフォルトカラー */
.badge {
    --bg-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--bg-opacity));
}


/* #### general #### END #################################################*/

/* #### bootstrap ex #### START #################################################*/
@media (min-width: 1800px) {
    .col-x3l {
        flex: 1 0 0%;
    }

    .row-cols-x3l-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-x3l-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-x3l-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-x3l-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-x3l-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-x3l-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-x3l-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-x3l-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-x3l-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-x3l-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-x3l-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-x3l-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-x3l-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-x3l-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-x3l-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-x3l-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-x3l-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-x3l-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-x3l-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-x3l-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-x3l-0 {
        margin-left: 0;
    }

    .offset-x3l-1 {
        margin-left: 8.33333333%;
    }

    .offset-x3l-2 {
        margin-left: 16.66666667%;
    }

    .offset-x3l-3 {
        margin-left: 25%;
    }

    .offset-x3l-4 {
        margin-left: 33.33333333%;
    }

    .offset-x3l-5 {
        margin-left: 41.66666667%;
    }

    .offset-x3l-6 {
        margin-left: 50%;
    }

    .offset-x3l-7 {
        margin-left: 58.33333333%;
    }

    .offset-x3l-8 {
        margin-left: 66.66666667%;
    }

    .offset-x3l-9 {
        margin-left: 75%;
    }

    .offset-x3l-10 {
        margin-left: 83.33333333%;
    }

    .offset-x3l-11 {
        margin-left: 91.66666667%;
    }

    .g-x3l-0,
    .gx-x3l-0 {
        --bs-gutter-x: 0;
    }

    .g-x3l-0,
    .gy-x3l-0 {
        --bs-gutter-y: 0;
    }

    .g-x3l-1,
    .gx-x3l-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-x3l-1,
    .gy-x3l-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-x3l-2,
    .gx-x3l-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-x3l-2,
    .gy-x3l-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-x3l-3,
    .gx-x3l-3 {
        --bs-gutter-x: 1rem;
    }

    .g-x3l-3,
    .gy-x3l-3 {
        --bs-gutter-y: 1rem;
    }

    .g-x3l-4,
    .gx-x3l-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-x3l-4,
    .gy-x3l-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-x3l-5,
    .gx-x3l-5 {
        --bs-gutter-x: 3rem;
    }

    .g-x3l-5,
    .gy-x3l-5 {
        --bs-gutter-y: 3rem;
    }
}


@media (min-width: 2400px) {
    .col-x4l {
        flex: 1 0 0%;
    }

    .row-cols-x4l-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-x4l-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-x4l-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-x4l-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-x4l-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-x4l-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-x4l-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-x4l-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-x4l-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-x4l-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-x4l-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-x4l-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-x4l-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-x4l-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-x4l-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-x4l-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-x4l-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-x4l-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-x4l-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-x4l-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-x4l-0 {
        margin-left: 0;
    }

    .offset-x4l-1 {
        margin-left: 8.33333333%;
    }

    .offset-x4l-2 {
        margin-left: 16.66666667%;
    }

    .offset-x4l-3 {
        margin-left: 25%;
    }

    .offset-x4l-4 {
        margin-left: 33.33333333%;
    }

    .offset-x4l-5 {
        margin-left: 41.66666667%;
    }

    .offset-x4l-6 {
        margin-left: 50%;
    }

    .offset-x4l-7 {
        margin-left: 58.33333333%;
    }

    .offset-x4l-8 {
        margin-left: 66.66666667%;
    }

    .offset-x4l-9 {
        margin-left: 75%;
    }

    .offset-x4l-10 {
        margin-left: 83.33333333%;
    }

    .offset-x4l-11 {
        margin-left: 91.66666667%;
    }

    .g-x4l-0,
    .gx-x4l-0 {
        --bs-gutter-x: 0;
    }

    .g-x4l-0,
    .gy-x4l-0 {
        --bs-gutter-y: 0;
    }

    .g-x4l-1,
    .gx-x4l-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-x4l-1,
    .gy-x4l-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-x4l-2,
    .gx-x4l-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-x4l-2,
    .gy-x4l-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-x4l-3,
    .gx-x4l-3 {
        --bs-gutter-x: 1rem;
    }

    .g-x4l-3,
    .gy-x4l-3 {
        --bs-gutter-y: 1rem;
    }

    .g-x4l-4,
    .gx-x4l-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-x4l-4,
    .gy-x4l-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-x4l-5,
    .gx-x4l-5 {
        --bs-gutter-x: 3rem;
    }

    .g-x4l-5,
    .gy-x4l-5 {
        --bs-gutter-y: 3rem;
    }
}


/* == bootstrap ex ============================================================ */

@media (max-width: 575.98px) {
    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    .w-md-25 {
        width: 24.9% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }
}

@media (max-width: 991.98px) {
    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
}

@media (max-width: 1199.98px) {
    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }
}

@media (max-width: 1399.98px) {
    .w-xxl-25 {
        width: 25% !important;
    }

    .w-xxl-50 {
        width: 50% !important;
    }

    .w-xxl-75 {
        width: 75% !important;
    }

    .w-xxl-100 {
        width: 100% !important;
    }
}


/* #### bootstrap ex #### END #################################################*/

.hover-before-edit-icon {
    position: relative;
}

    .hover-before-edit-icon:hover:before {
        font-family: "Font Awesome 5 Free"; /* Font Awesome のフォントを指定 */
        font-weight: 900; /* 必要に応じて変更 */
        content: "\f013";
        position: absolute;
        top: -6px;
        left: -9px;
    }

.hover-before-search-icon {
    position: relative;
}

    .hover-before-search-icon:hover:before {
        font-family: "Font Awesome 5 Free"; /* Font Awesome のフォントを指定 */
        font-weight: 900; /* 必要に応じて変更 */
        content: "\f002";
        position: absolute;
        top: -6px;
        left: -9px;
    }

.hover-before-link-icon {
    position: relative;
}

    .hover-before-link-icon:hover:before {
        font-family: "Font Awesome 5 Free"; /* Font Awesome のフォントを指定 */
        font-weight: 900; /* 必要に応じて変更 */
        content: "\f35d";
        position: absolute;
        top: -6px;
        left: -9px;
    }

.hover-after-edit-icon {
    position: relative;
}

    .hover-after-edit-icon:hover:after {
        font-family: "Font Awesome 5 Free"; /* Font Awesome のフォントを指定 */
        font-weight: 900; /* 必要に応じて変更 */
        content: "\f013";
        position: absolute;
        top: -6px;
        right: -9px;
    }

.hover-after-search-icon {
    position: relative;
}

    .hover-after-search-icon:hover:after {
        font-family: "Font Awesome 5 Free"; /* Font Awesome のフォントを指定 */
        font-weight: 900; /* 必要に応じて変更 */
        content: "\f002";
        position: absolute;
        top: -6px;
        right: -9px;
    }

.hover-after-link-icon {
    position: relative;
}

    .hover-after-link-icon:hover:after {
        font-family: "Font Awesome 5 Free"; /* Font Awesome のフォントを指定 */
        font-weight: 900; /* 必要に応じて変更 */
        content: "\f35d";
        position: absolute;
        top: -6px;
        right: -9px;
    }


.btn-with-new-icon {
    position: relative;
}

    .btn-with-new-icon::after {
        content: "";
        position: absolute;
        top: -2px; /* 右上に配置 */
        right: -2px;
        width: 20px; /* 画像の幅 */
        height: 11px; /* 画像の高さ */
        background-image: url('../img/mark_contents_new.gif'); /* 画像のパス */
        background-size: contain; /* 画像のサイズ調整 */
    }

.with-fc-icon {
    position: relative;
}

    .with-fc-icon::after {
        content: "";
        position: absolute;
        top: -2px; /* 右上に配置 */
        right: -2px;
        width: 20px; /* 画像の幅 */
        height: 20px; /* 画像の高さ */
        background-image: url('../img/weverse_fc_logo.svg'); /* 画像のパス */
        background-size: contain; /* 画像のサイズ調整 */
    }


/* #### horizontal scroll assist #### start #################################################*/
.h-scroll-assist-button {
    position: absolute;
    color: white;
    border: 1px solid #efefef;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    /*background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(8, 204, 202, 1) 4px, rgba(8, 204, 202, 1) 8px );*/
    background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(177, 177, 177, 1) 2px, rgba(177, 177, 177, 1) 8px );
    height: 100%;
    width: 30px;
    cursor: pointer;
    display: none; /* 初期状態では非表示 */
    z-index: 1030; /* header よりは下にする */
}

    .h-scroll-assist-button:hover {
    }

.h-scroll-assist-right {
    /*    background-image: url('/img/arrow_right_64.png');
    background-repeat: repeat-y;*/
    top: 0;
}

.h-scroll-assist-left {
    /*    background-image: url('/img/arrow_left_64.png');
    background-repeat: repeat-y;*/
    top: 0;
}
/* #### scroll assist #### start #################################################*/

.month-1 {
    background-color: #B22222;
}
/* 深紅（紅白の紅） */
.month-2 {
    background-color: #8B0000;
}
/* 濃い赤（梅の花） */
.month-3 {
    background-color: #FFB6C1;
}
/* 桜色 */
.month-4 {
    background-color: #32CD32;
}
/* 若草色 */
.month-5 {
    background-color: #9370DB;
}
/* ラベンダー色（藤の花） */
.month-6 {
    background-color: #6495ED;
}
/* 青紫（紫陽花のイメージ） */
.month-7 {
    background-color: #00BFFF;
}
/* 空色（夏の青空） */
.month-8 {
    background-color: #FFD700;
}
/* ひまわり色（黄色） */
.month-9 {
    background-color: #D2691E;
}
/* 茶色（秋の落ち葉） */
.month-10 {
    background-color: #FF8C00;
}
/* 橙色（ハロウィンかぼちゃ） */
.month-11 {
    background-color: #A52A2A;
}
/* 深い紅葉色 */
.month-12 {
    background-color: #008000;
}
/* クリスマスツリーの緑 */



.txt-limit {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* オーバーレイ全体 */
#hybe-loadingOverlay {
    /* 画面全体に固定表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 半透明の黒い背景 */
    background-color: rgba(0, 0, 0, 0.5); /* 50%の黒 */
    /* 中の要素(スピナー)を上下左右中央に配置 */
    display: flex;
    align-items: center;
    justify-content: center;
    /* 他の要素より手前に表示 */
    z-index: 9999;
}

    /* 非表示にするためのクラス */
    #hybe-loadingOverlay.hidden {
        display: none;
    }
