/* basic */

body {
    min-height: 100vh;
    position: relative;
    padding-bottom: 81px;
    box-sizing: border-box;
}

body {
    background: #EBEBEB !important;
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Meiryo, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-size: 14px;
    line-height: 1.7;
}

header {
    font-size: 14px;
}

header a {
    font-size: 14px;
}

.error-message {
    color: red;
}

.mdrt-layout {
    display: block;
    min-height: calc(100vh - 76px - 81px);
}

.mdrt-dashboard-layout {
    display: block;
}

.mdrt-main {
    grid-area: main;
    padding: 2rem;
}

.mdrt-sidebar {
    grid-area: sidebar;
    margin: 0;
    font-size: 14px;
    width: 200px;
    background-color: #555E6C;
}

.mdrt-layout-1col {
    grid-template: none;
    display: block;
}

.text-modified {
    color: #da6001;
}

.mdrt-sidebar .list-group {
    border-radius: 0;
}

.left-side-menu a.list-group-item {
    padding: 0.8rem;
    background-color: transparent;
    border-bottom: 1px solid #333;
    color: #fff;
}

.left-side-menu a.list-group-item:hover, .left-side-menu a.list-group-item:focus {
    padding: 0.8rem;
    background-color: #656E7C;
    border-bottom: 1px solid #333;
    color: #fff;
}

.left-side-menu a.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #185282;
    border: none;
    font-weight: 700;
}

.left-side-menu a.list-group-item.active:hover, .left-side-menu a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #1177ce;
    border: none;
    font-weight: 700;
}

/* ===================================

4: Footer

====================================== */

/*
 foot [
----------------------------------------------------------- */

footer {
    clear: both;
    position: relative;
    border-top: 1px solid #ccc;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 81px;
}

footer * {
    color: #78849A;
}

div#footer {
    clear: both;
    margin: 0 auto;
    padding: 70px 0 70px;
    position: relative;
    text-align: left;
}

#footer-end {
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer-end li {
    display: inline-block;
    padding-right: 30px;
    line-height: 1;
}

#footer-end * {
    color: #868686;
    font-size: 12px;
}

p.footer-copy {
    color: #868686;
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    text-align: right;
    line-height: 1;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

h1 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 25px;
}

.h2, h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

a {
    color: #2072B6;
    text-decoration: none;
}

th a {
    color: #333;
}

.btn {
    font-size: 14px;
}

.btn-primary {
    background-color: #2072B6;
    border-color: #2072B6;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #175a91;
    border-color: #175a91;
}

.btn-outline-primary {
    color: #2072B6;
    border-color: #2072B6;
}

.btn.circle {
    border-radius: 50px;
    /* padding: 0.5rem 1rem; */
    background-color: #EBEBEB;
    font-size: 14px;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    color: #fff;
    background-color: #2072B6;
    border-color: #2072B6;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}

.card {
    border-radius: 0.5rem;
    border: none;
    z-index: 5;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    /*box-shadow: 0 0 20px rgb(12 0 0 / 25%);
    -webkit-box-shadow: 0 0 10px rgb(5 0 0 / 10%);
    -moz-box-shadow: 0 0 20px rgba(12, 0, 0, .25);*/
}

.card-body {
    padding: 2rem;
}

.row + .row {
    margin-top: 2rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2072B6;
    border-color: #2072B6;
}

.page-link {
    color: #2072B6;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link {
    border-color: #767676;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #2072b6;
    border-color: #2072b6 #2072b6 #2072b6;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #ffffff;
    background-color: #2072b6;
    border-color: #ebebeb #ebebeb #2072b6;
    isolation: isolate;
}

.nav-tabs {
    border-bottom: 1px solid #767676;
}

.nav-link {
    color: #2072b6;
    font-weight: 500;
}

.card-body > .card {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .125);
}

.card-header h2 {
    margin-bottom: 0;
    padding-top: 5px;
}

.bg-primary {
    background-color: #185282 !important;
}

.text-primary {
    color: #2072b6 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 88%);
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #F4F5F7;
}

.input label {
    margin-bottom: 0.5rem;
}

label + label {
    padding-left: 10px;
}

.min-vw-800 {
    max-width: 800px;
}

.min-vw-1000 {
    max-width: 1000px;
}

.text-help {
    color: #2f618a !important;
}

dl.data-info {
    padding-left: 0.5em;
}

dl.data-info dt {
    display: inline;
    padding-right: 1em;
}

dl.data-info dd {
    display: inline;
}

.dashed-bottom-border {
    border-bottom: 1px #185282 dashed;
}

.table-striped > tbody > tr.member-warning {
    color: #da6001;
}

.bg-step {
    background-color: #2072b6 !important;
    margin-right: .5em;
}

/* 事業上程 */
tr.bottom-line {
    border-top: #666666 3px double;
    border-bottom-color: #FFFFFF;
    border-bottom-width: 0;
    border-bottom-style: none;
}

.diagonal {
    background-image: linear-gradient(to left top, transparent 50%, #666666 50%, #333 51%, transparent 51%)
}

div.report-info .row + .row {
    margin-top: .2rem;
}

div.report-info dl {
    margin-bottom: .1em;
}

div.report-info dt {
    color: #148a56;
    font-weight: 500;
    /*display: inline-block;*/
    min-width: 10em;
    font-size: 1.1em;
}

div.report-info dd {
    /*display: inline-block;*/
    min-width: 10em;
    font-size: 1.1em;
}

.input-value-field {
    max-width: 12em;
}

.text-info-label {
    font-weight: 500;
    color: #148a56;
}

th.title, td.title, div.title {
    width: 14em;
}

th.number-value, td.number-value {
    width: 9em;
}

th.number-value-x, td.number-value-x, div.number-value-x {
    width: 13em;
}

.title-9 {
    width: 9em;
}

.title-17 {
    width: 17em;
}

.title-18 {
    width: 18em;
}

.title-27 {
    width: 27em;
}

.post-code {
    width: 11em;
}

.badge.bg-plan {
    background-color: #1f93bd !important;
}

.badge.bg-report {
    background-color: #3159a2 !important;
}

.badge.bg-committee {
    background-color: #a17d63 !important;
}

.badge.bg-block {
    background-color: #8fa163 !important;
}

.badge.bg-board {
    background-color: #9663a1 !important;
}

.badge.bg-approval-wait {
    background-color: #c96725 !important;
}

.badge.bg-approval-result {
    background-color: #28945a !important;
}

.badge.bg-company {
    background-color: #1c8ecb !important;
}

.badge.bg-company-proxy {
    background-color: #28945a !important;
}

.badge.bg-company-independent {
    background-color: #c6954c !important;
}

.badge.bg-agent {
    background-color: #9663a1 !important;
}

.badge.bg-ios {
    background-color: #2a8a6a !important;
}


.badge.bg-android {
    background-color: #9663a1 !important;
}

.badge.bg-dummy {
    background-color: #d35708 !important;
}

.header_under_line {
    border-bottom: #444444 1px solid;
    padding-bottom: 0.5rem;
}

.bottom_line_silver {
    border-bottom: #CCCCCC 1px solid;
}

.qolg table th, .qolg strong {
    color: #555555;
}

.qolg .card-header h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.qolg .card-body h3 {
    color: #2d4d7a;
    font-size: 18px;
}

.qolg .card-body h4 {
    color: #2d4d7a;
    font-size: 17px;
}

.scroll-table th, .scroll-table td {
    white-space: nowrap;
}

.table-fix-width {
    max-width: 1080px;
}

.required-field {
    color: red;
}

.bg-badge-year {
    background-color: #dc7800;
}

.bg-badge-warning {
    background-color: #e27c03;
}

.bg-badge-error {
    background-color: #bd1101;
}

.btn-warning-message {
    background-color: #e27c03;
    border-color: #ce7c1e;
}

.btn-warning-message:hover, .btn-warning-message:focus {
    color: #fff;
    background-color: #ff8c02;
    border-color: #ff8c02;
}

.btn-error-message {
    background-color: #bd1101;
    border-color: #c23c2f;
}

.btn-error-message:hover, .btn-error-message:focus {
    color: #fff;
    background-color: #ff1902;
    border-color: #ff1902;
}

.icon-color-orange {
    color: #df800c;
}

.bg-approval {
    background-color: rgba(0, 0, 0, 0.08);
}

.attache-file.drag {
    border-radius: 5px;
    border: #aaaaaa 1px solid;
}

.attache-file.dragging {
    border-radius: 5px;
    border: #aaaaaa 1px solid;
    background-color: #c0c0c0;
}

.program.drag {
    border-radius: 5px;
    border: #aaaaaa 1px solid;
}

.program.dragging {
    border-radius: 5px;
    border: #aaaaaa 1px solid;
    background-color: #c0c0c0;
}

.tab-pane.group {
    border-left: 1px #aaaaaa solid;
    border-right: 1px #aaaaaa solid;
    border-bottom: 1px #aaaaaa solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media (min-width: 992px) {
    .mdrt-layout {
        display: grid;
        gap: 0;
        grid-template: "sidebar main";
        grid-template-columns: 1fr 12fr;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    #footer-end {
        text-align: center;
    }

    p.footer-copy {
        font-size: 1.0rem !important;
        text-align: center;
        line-height: 1.8rem;
    }

    #footer-end li {
        display: block;
        padding-right: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 576px) {
    div#footer {
        padding: 40px 0rem 40px;
    }

    .mdrt-main {
        grid-area: main;
        padding: 0;
    }
}
