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;
}

@media (min-width: 992px){
    .tablet-only {
        display: none;
    }
}
@media (max-width: 991px){
    .pc-only {
        display: none;
    }
    .hamburger {
        margin-left: 0 !important;
    }
}
.dropdown-menu {
    right: 0;
    left: auto;
}
.navbar-nav #navbarDropdown{
    width: 30px;
}
.navbar-nav .fa-bars,
.navbar-nav .fa-times{
    font-size: 33px;
}

.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;
}

/**-----** 自作モーダル start **-----**/
#smooth_ke_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    height: 100%;
    /**
    background-color: #000000;
    **/
    background-color: rgba(0,0,0,0.75);
    background-size:contain;
    opacity: 0.75;
}
.smooth_ke_modal {
    display: none;
    position: fixed;
    top: 10%;
    left: 37%;
    width: 26%;
    z-index: 1110;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
}

.smooth_ke_modal .smooth_ke_close_header {
    /**
    text-align: right;
    **/
}
.smooth_ke_modal .smooth_ke_close_header .smooth_ke_h {
    text-align: left;
    float: left;
}

.smooth_ke_modal .smooth_ke_close_header .smooth_ke_h .smooth_ke_span{
    margin-left:6px;
    font-size: 1.0em;
}

.smooth_ke_modal .smooth_ke_close_header .smooth_ke_close {
    float: right;
    text-align: right;
    /**
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1110;
    **/
}
.smooth_ke_modal .smooth_ke_close_header .smooth_ke_close a {
    /**
    display:block;
    border-radius: 50%;
    **/
    width: 40px;
    line-height: 15px;
    font-size: 28px;
    text-align: center;
    text-decoration: none;
    padding: 5px 0px 0px 0px;
    color: #888;
}

.smooth_ke_modal .smooth_ke_inner{
    padding: 15px;
    /**
    border: 3px solid #ccecef;
    **/
}
.smooth_ke_modal .smooth_ke_inner .smooth_ke_finish_text{
    text-align: left;
    font-size: 15px;
    color:  black;
    margin-bottom:25px;
}

.smooth_ke_modal .smooth_ke_inner .smooth_ke_mongon_text{
    margin:25px 5px 0px 5px;

    /** この「smooth_ke_mongon_text」内の表が縦に長い時にスクロールバー表示の設定 start **/
    /**
    overflow-y: scroll;
    **/
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height:400px;
    /** この「smooth_ke_mongon_text」内の表が縦に長い時にスクロールバー表示の設定 end **/
}

.smooth_ke_modal .smooth_ke_inner .smooth_ke_mongon_text .smooth_ke_midashi{
    text-align: center;
    font-size: 1.05em;
}

.smooth_ke_modal .smooth_ke_inner .smooth_ke_mongon_text .smooth_ke_midashi p i {
    padding-right: 0.8em;
    color: #dc3545;
}

.smooth_ke_modal .smooth_ke_inner .smooth_ke_mongon_text .smooth_ke_midashi_footer{
    border-top: none !important;
}

.smooth_ke_modal .smooth_ke_inner .smooth_ke_mongon_text .smooth_ke_midashi_footer button{
    font-size: 0.9em;
    padding: 0.3em 0.5em;
    min-width: 95px;
}
/**-----** 自作モーダル end **-----**/


