body {
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
	font-size: 16px;
}
.main-sidebar { height: 100vh; }
.nav-sidebar .nav-item,
.nav-sidebar .nav-item .nav-treeview .nav-item  { font-size: 0.95em; }
.brand-link,
.nav-sidebar > .nav-item .nav-icon.fas { font-size: 1.1em; }
.nav-sidebar > .nav-item .nav-icon.far { font-size: 1.05em; }


.content-header h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: rgba(108, 117, 125, .8);
}

.main-footer {
	font-size: 0.85em;
}

.navbar-nav {
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.col_left ul {
	padding: 0;
    color:rgba(255,255,255,.75);
    font-size: 0.8em;
    list-style: none;
    margin-right: 2em;
}

.unspecified_area .btn-group a {
    min-width: 110px;
    text-align: center;
}

.col_left ul li span:after {
	content: "：";
}
.col_right a {
	font-size: 0.75em;
    display: block;
    color: rgba(255,255,255,.75);
    margin: 0 0.5em;
    background: #6195c3;
    padding: 0.4em 1em;
    border-radius: 5px;
}
.display-order_area { overflow: hidden; }
table .form-control,
table .custom-select {
    font-size: 0.95em;
}
table th,
table td,
.os_table th,
.os_table td {
    padding: .25rem;
    font-size: 0.9em;
    text-align: center;
    border: 1px solid #cacac1;
    vertical-align: middle;
    
}

.table-bordered thead th { border-bottom: 0; }

table .custom-select {
    height: calc(2rem + 2px);
    padding: .25rem 1.75rem .25rem .75rem;
    box-shadow: none;
}

table .form-control {
    height: calc(2rem + 2px);
    padding: .25rem .5rem
}
.card_custom .card-body {
    padding: 0 1.25rem 1.25rem;
}
.os_table th {
    font-weight: normal;
    background: #e8e8e0;
    vertical-align: middle;
}
table.table_list th,
table.table_list td {
    font-size: 12px;
    padding: .25rem;
    vertical-align: middle;
    word-break: break-all;
     word-wrap: break-word;
}
table.table_list .table_btn { display: inline-block; }
table .table_btn { display: block; }
table .table_btn .list_btn {
    display: block;
    line-height: 1.2;
    padding: 0.2em .4em;
    font-size: 0.95em;
    border-radius: .3em;
    max-width: 60px;
    width: 100%;
    margin: 0 auto;
}
table.table_list .ml_3 { margin-left: .3em; }

.system_color {
	background: #f0f8ff
}

.section_box { margin-bottom: 1.5em; }
.section_box h3 {
      font-size: 1.1em;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    line-height: 1.2;
    padding: 0 5px;
    position: relative;
    border-left: 8px solid #c61710;
}
.bottom_btn_area { padding: 1em 0; margin-bottom: 2em; }
.bottom_btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bottom_btn_area .btn-group { margin-right: 2em; }
.bottom_btn_area .btn-group a,
.bottom_btn_area .btn-group button,
.top_btnArea .btn-group a,
.top_btnArea .btn-group button {
    font-size: 0.9em;
    display: block;
    padding: 0.4em 1em;
    line-height: 1.4;
    border-radius: 0.3em;
    min-width: 130px;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-width: 1px;
    border-style: solid;
    width: auto;
}
.bottom_btn_area .btn-group i,
.btn-group i {
    font-size: 0.8em;
    padding-right: 0.5em;
}

.top_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
            margin: 1em 0 2.5em;
}

.top_table .l_col,
.top_table .r_col { margin-right: 1.5em; }
.top_table .r_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.top_table .r_col .btn-group {
    margin-left: 1em;
}
.top_table .r_col .btn-group .btn { padding: .25rem 1rem; }

.os_d .section_box table {
    min-width: 50%;
    max-width: 100%;
    width: auto;
}
.section_box table th.sub_tit { background: rgba(235, 237, 231, .5); } 

table.list_bg thead th,
table.list_bg thead td {
    border: 1px solid #cacac1;
    border-bottom-width: 1px;
    vertical-align: middle;
}
table.list_bg tbody tr:nth-child(even) {
    background: #fbfbe9;
}
.input-group-text { background-color: #edefe9; cursor: pointer; }
.btn_main-blue { 
    background: #062f8c; 
    border-color: #062f8c;
    color: #fff;
}
.btn_main-blue:hover {
    background: #031746;
    border-color: #031746;
    color: #fff;
}
.btn_main-red { 
    background: #c61710; 
    border-color: #c61710; 
    color: #fff;
}
.btn_main-red:hover {
    background: #b2150e;
    border-color: #b2150e; 
    color: #fff;
}
.btn_main-green { 
    background: #008000; 
    border-color: #008000; 
    color: #fff;
}
.btn_main-green:hover {
    background: #006400;
    border-color: #006400; 
    color: #fff;
}
.btn_main-cyaan { 
    background: #17a2b8; 
    border-color: #17a2b8; 
    color: #fff;
}
.btn_main-cyaan:hover {
    background: #1795b8;
    border-color: #1795b8; 
    color: #fff;
}
.btn_list { 
    background: #4b94c0; 
    border-color: #4b94c0; 
    color: #fff;
}
.btn_list:hover {
    background: #4385ac;
    border-color: #4385ac;
    color: #fff;
}
.btn-num { 
    background: #eac915; 
    border-color: #eac915; 
    color: #2b2b2b;
}
.btn-num:hover {
    background: #e6c306;
    border-color: #e6c306;
    color: #2b2b2b;
}
.container-fluid .btn-default {
    background-color: #e0e5ef;
    border: 1px solid #b0bacf;
}
.container-fluid .btn-default:hover {
    background-color: #d5d9e3;
    border: 1px solid #b0bacf;   
}

.format_table tr th { padding: .1rem .5rem; }

.search_table_area .td_flex,
.search_table_area .td_flex .flex_child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.search_table_area .td_flex .flex_child + .flex_child { margin-left: 1em; }
.search_table_area .td_flex .flex_child span {
    white-space: nowrap;
    padding-right: 0.3em;
    font-size: 0.95em;
}
.card-body table a.num_a { color: #2a56b9; }
.card-body table a.num_a:hover { text-decoration: underline; }
 
table .input-group .input-group-prepend .input-group-text {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
table td .fixed_td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
table td div.fixed_td .form-control { 
    min-width: 50%;
    display: inline-block;
    width: 100%;
    margin-right: 0.3em;
    max-width: 90%;
}
table td div.fixed_td input.mw_70 {
    max-width: 70%;
}
table .s_unit { 
    font-size: 0.95em;
    white-space: nowrap;
    display: inline-block;
 }

 [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-treeview > .nav-item > .nav-link.active, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-treeview > .nav-item > .nav-link.active:focus, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: 
rgba(255,255,255,.6);
color:
    #343a40;
}

.btn-delete {
    background: #767879;
    color: rgba(255,255,255,.75);
}
.btn-delete:hover {
    background: #4a4949;
    color: rgba(255,255,255,.7);
}

.pager_area { 
    font-size: 0.9em; 
    color: #212529;
}
.pager_area .page-item.active .page-link {
    background: #d7d7c2;
    border-color: #b5b5a8;
    color: #212529;
}

.pager_area .page-item.disabled .page-link {
    color: #a5a596;
    border-color: #b5b5a8;
    background:#fafaf3;
}
.pager_area .page-link {
    color: #212529;
    background:#fafaf3;
    border: 1px solid #b5b5a8;
}
.pager_area .page-link:hover {
    background: #f3f3e9;
}

.pager_area .pagination li + li { margin-top: 0; }

/******** nav header_menu 2020/11/16　追記 *******/
.navbar-nav.nav_center_menu { margin-left: 2.5em; }
.navbar-nav.nav_center_menu li + li { margin-left: 1.2em; }
.navbar-nav.nav_center_menu li a {
  color: rgba(255,255,255,.75);
  font-size: .925em;
}
.navbar-nav.nav_center_menu li a:hover { color: #fff; }

@media(max-width: 896px) {
    body { font-size: 0.92em; } 
    table.table_list th, table.table_list td {
        padding: .15rem .1rem;
    }
    table th,
    table td,
    .os_table th,
    .os_table td {
        word-break: break-all;
        word-wrap: break-word;
        
    }
    .search_table_area .td_flex .flex_child span {
        white-space: normal;
    }
    .search_table_area table {
        min-width: 50%;
        width: auto;
        max-width: 100%;
    }
 }

 @media(max-width: 767px) {
    table .s_unit { 
        white-space: normal;
     }
}


/* エラーメッセージ */
/*
.error-message {
    color: #dc3545;
}

.form-error {
    background-color: rgb(255, 228, 228);
}
*/

table textarea.form-control {
    height: auto;
}
/*
.os_table td {
    vertical-align: top;
}
*/
.invalid-feedback {
    display: block;
    text-align: left;
}
.form-control.is-invalid~.input-group-prepend .input-group-text {
    color: #dc3545;
    border-color: #dc3545;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
}