.container-box {
    /* margin-left: 230px; */
    background: #f4f6f9;
    height: 100%;
}

/* レスポンシブ無効 */
.container {
    min-width: 1030px;
    padding: 30px 0;
    transition: all .5s;
}

.container-popup {
    min-width: 640px !important;
}

/* フォーカス調整 */
*:focus {
    outline: none !important;
    box-shadow: none !important;
}

/*-------------------------------------------------
|- all
-------------------------------------------------*/
body {
    background: #fff;
    font-size: 12px;
    height: 100%;
}

.wrapper {
    display: flex;
    min-height: 100vh;
}

.main {
    width: 100%;
    min-width: 1030px;
    position: relative;
    padding-bottom: 4.5rem;
    background-color: #f4f6f9;
    margin-left: 240px;
}

.main-popup {
    min-width: 640px !important;
}

.min-height-0 {
    min-height: 0;
}

.margin-auto {
    margin: auto;
}

.margin-right-0 {
    margin: 0 0 0 auto;
}

.font-col-black {
    color: #212529 !important;
}

.font-col-red {
    color: #f00 !important;
}

.font-weight-bold {
    font-weight: bold;
}

.text-right {
    text-align: right;
}

.text-decoration-none {
    text-decoration: none;
}

.bg-info-light {
    background-color: #e3f0f9 !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.display-flex {
    display: flex;
}

.col-form-label {
    background: rgba(66, 159, 223, 0.2);
}

/*-------------------------------------------------
|- main-sidebar
-------------------------------------------------*/
.main-sidebar {
    position: fixed;
    width: 240px;
    height: 100vh;
    background: #fff;
    border-right: 1px solid #dee2e6;
    z-index: 10;
}

.main-sidebar .bg-environment-staging-01 {
    background-color: #ef6f6c !important;
}

.main-sidebar .bg-environment-staging-02 {
    background-color: #00af54 !important;
}

.brand-link {
    height: 50px;
    margin: 0;
    padding: 7.6px 10px;
    border-bottom: 1px solid #dee2e6;
}

.sidebar {
    width: 240px;
    height: calc(100% - 153px);
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    overflow-y: scroll;
}

.sidebar::-webkit-scrollbar {
    width: 5px;
}

.sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
}

.sidebar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.sidebar-wrap {
    width: 100%;
}

.sidebar-border {
    border-bottom: 1px solid #dee2e6;
}

.nav-box {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.nav-txt {
    position: relative;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    transition: all .2s;
}

.nav-txt:hover,
.menu-open {
    background: rgba(0, 123, 255, .1);
}

.icon-arrow-down {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.menu-open .icon-arrow-down {
    transform: translateY(-50%) rotate(180deg);
}

.nav-menu {
    padding: 0;
    display: none;
}

.nav-link {
    color: #000;
    display: flex;
    transition: all .2s;
}

.nav-link:hover,
.menu-active {
    color: #000;
    background: #f2f9ff;
}

.home-back-button {
    margin: 15px 0 10px 0;
    padding-top: 30px;
    border-top: 1px solid #dee2e6;
}

.logout {
    margin: 15px 0 30px 0;
    padding-top: 10px;
}

.law {
    margin: 15px 0 90px 0;
}

.side-logo {
    width: 90%;
    margin: 0 auto;
}

.side-logo img.secom-web-sticker {
    width: 56px;
}

/*-------------------------------------------------
|- main-header
-------------------------------------------------*/
.main-header {
    height: 50px;
    padding-left: 230px;
    background: #fff;
    border-bottom: 1px solid #dee2e6;
}

.navbar-nav .nav-link:hover {
    background: #fff;
}

.dropdown-menu {
    right: 0;
    left: auto !important;
}

/*-------------------------------------------------
|- page-title
-------------------------------------------------*/
.page-title {
    background: #01588e;
    padding: 1rem 2rem;
    color: #fff;
}

.page-title-admin {
    background: #e88002;
    padding: 1rem 2rem;
    color: #fff;
}

/*-------------------------------------------------
|- card
-------------------------------------------------*/
.card {
    margin-bottom: 1rem;
}

.card-title {
    margin: 0;
    color: #fff;
}

/*-------------------------------------------------
|- badge
-------------------------------------------------*/
.badge {
    margin-left: 10px;
    padding: 5px;
}

/*-------------------------------------------------
|- main-footer
-------------------------------------------------*/
.another-page .main-footer {
    margin: 0;
}

.main-footer {
    width: 100%;
    min-width: 1030px;
    /* margin-left: 230px; */
    padding: 10px;
    color: #869099;
    font-size: 12px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #dee2e6;
    position: absolute;
    bottom: 0;
}

.footer-link {
    text-decoration: none;
}

/*-------------------------------------------------
|- position
-------------------------------------------------*/
.overflow-y-scroll {
    overflow-y: scroll;
}

/*-------------------------------------------------
|- table
-------------------------------------------------*/
.table thead.position-sticky {
    position: sticky !important;
    top: -1px !important;
}

.table thead tr.bg-gray,
.table tfoot tr.bg-gray,
.table thead td.bg-gray,
.table thead.bg-gray,
.table tr.bg-gray,
.table td.bg-gray {
    background-color: #e9ecef !important;
    color: #212529 !important;
}

.table td.bg-green {
    background: #d4efdf;
}

.table td.bg-red {
    background: #f2d7d5;
}

.bg-yellow {
    background: #ffffe0 !important;
}

/*-------------------------------------------------
|- loader
-------------------------------------------------*/
#loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(246, 246, 244, 0.5);
    z-index: 20;
}

#spinner {
    display: none;
    z-index: 30;
}

#spinner .spinner-border-size-custom {
    width: 5rem;
    height: 5rem;
}

/*-------------------------------------------------
|- admin
-------------------------------------------------*/
.bg-admin {
    background-color: #ffbe00;
}

.bg-kofuri {
    background-color: #ff8800;
}

.bg-cvs {
    background-color: #17b6cc;
}

.bg-kyotsu {
    background-color: #1fb380;
}