/********** pc 版設定 Ｓ **********/
.pc-layout-sidebar {
    display: none;
    width: 200px;
    background: #fff;
    flex-shrink: 0;
}
.pc-show, .pc-show-flex {
    display: none;
}
h5.text-md-left {
    text-align: center!important;
    width: 100%;
}
.pc-content-padding {
    flex-grow: 1!important;
    display: flex;
    flex-direction: column;
    padding-top: 85px!important;
}
.breadcrumb {
    display: none;
    background: white!important;
    border-radius: 0;
}
@media screen and (min-width: 980px) {
    .breadcrumb {
        display: flex;
        margin-bottom: 0;
        padding-left: 36px;
    }
    .text-md-left, h5.text-md-left {
        text-align: left!important;
    }
    .pc-layout-sidebar ul {
        padding-right: 20px;
    }
    .pc-layout-sidebar ul li {
        cursor: pointer;
    }
    .pc-layout-sidebar ul li.border-bottom {
        cursor: auto;
    }
    .pc-layout-sidebar a {
        padding: 14px 20px;
        display: block;
        color: #444;
    }
    .pc-layout-sidebar .border-bottom {
        padding: 14px 20px;
    }
    .pc-layout-sidebar a.active {
        background: #F0F4F5;
    }
    .pc-content-padding {
        padding: 36px !important;
    }
    .pc-hide {
        display: none;
    }
    .pc-show {
        display: block;
    }
    .pc-show-flex {
        display: flex;
    }
    .pc-layout-content {
        max-width: 100%;
        margin-left: 200px;
    }
    .pc-layout {
        display: flex!important;
        flex-direction: row!important;
    }
    .pc-layout .box {
        max-width: 100%;
        /* height: 100%; */
    }
    .pc-layout-sidebar {
        display: block;
        color: #000;
        position: fixed;
        top: 70px;
        overflow: auto;
        height: calc(100vh - 70px);
    }
    .bg-pc-none {
        background: transparent!important;
    }
    .pc-layout header h5 {
        padding-left: 16px!important;
    }
    .bg-pc-gray {
        background-color: #F0F4F5!important;
    }
    /* .pc-content-padding .box.flex-grow-1 {
        min-height: calc(100vh - 57px);
    } */
    .flex-grow-md-0 {
        flex-grow: inherit!important;
    }
    .pb-md-15 {
        padding-bottom: 15px!important;
    }
    .pt-md-15 {
        padding-top: 15px!important;
    }
    .fixed-bottom {
        position: relative!important;
        width: 100%;
        margin-top: 60px;
    }
    .form-group {
        max-width: 480px;
    }
    .min-h-auto {
        min-height: auto!important;
    }
    .pc-layout-content header {
        position: relative;
        z-index: 1;
        flex-shrink: 0;
    }
    .pc-layout-content.has-menu {
        padding-top: 70px;
    }
    .position-md-relative {
        position: relative!important;
    }
}
/********** pc 版設定 Ｅ **********/