@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

html {
    /* font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif; */
    font-family: "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
}

body {
    /* font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif; */
    font-family: "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
    color: #000;

    background-image: url("/images/bg.png");
}

.container-fluid {

    /* background-color: rgb(255, 254, 244); */
    min-height: 1000px;
}

/* タブレット以下 */
@media (max-width: 991.98px) {
    html, body {
        font-size: 0.875rem;
    }
}

/** タグリセット **********************************************************/
p {
    margin: 0;
    padding: 0;
}

.table tr {
    border-color: rgb(240, 240, 240);
}

.table th, .table td {
    font-size: .75rem !important;
    padding: .2rem .8rem !important;
    vertical-align: middle !important;
    /* white-space: normal !important; */
    border-color: rgb(240, 240, 240);
    height: 36px;

}


.table th {
    /* background-color: #666 !important;
    color:#fff; */
    background-color: rgb(248, 248, 248);

}

.table-hover th {
    text-align: center;
}

.table td {
    background-color: #fff !important;
}

select, option, input {
    font-size: .75rem !important;
}

a, a:active {
    color: #000;
}

a:active {
    color: #000 !important;
    background-color: #eee !important;
}

/** bootstrap5 **********************************************************/

.form-select, .form-control {
    width: auto;
    min-width: 240px;

}

.btn-sm {
    font-size: .75rem !important;
}

.form-floating label {
    font-size: .75rem !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .30;
}

.btn-outline-secondary {
    background-color: #fff;
}

/** メニュー **********************************************************/
.dropdown {
    z-index: 999999999 !important;
}

.dropdown-menu {
    overflow-y: scroll;
    min-width: 15rem;
    font-size: 0.75rem !important;
    border-radius: 0;
    z-index: 1000 !important;
    width: 260px !important;

}

.dropdown-item {
    padding-bottom: 7px;
}

/* アラート */
.alert {
    position: absolute;
    top: 0;
    width: 90%;
    left: 0;
    right: 0;
    margin: 1rem auto;
    font-size: 0.75rem !important;
    /* border: 1px solid #ff1e00 !important; */
    background-color: #fff0e7 !important;
    color: #ff1e00 !important;
    z-index: 1000 !important;
    padding: 1rem;
    background: rgba(255, 240, 231, 0.9) !important;
}

/** フォントサイズ **********************************************************/

.fs_6 {
    font-size: .875rem !important;
}

.fs_7 {
    font-size: .75rem !important;
}

.fs_8 {
    font-size: .7rem !important;
}

.noto_sans {
    font-family: 'Noto Sans JP' !important;
}

/** ローディングの背景部分のCSS **********************************************************/
.loader_bg {
    background: #000;
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999998 !important;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 20% auto;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/** ページ送り  **********************************************************/
.pagination {
    font-size: 0.75rem !important;
    z-index: 1 !important;
}

.pagination strong {
    color: #fff;
    background-color: #0d6efd;

}

.pagination strong, .pagination a {
    padding: 0.375rem 0.75rem;
    position: relative;
    display: block;
    margin-right: .2rem;
    text-decoration: none;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/** モーダル  **********************************************************/
.modal {
    font-size: .75rem !important;
}

.modal label {
    font-size: .75rem !important;
}

.modal-header {
    color: #000 !important;
    /* background-color: #eeece5 !important; */
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #efefef;
    /* color: #fff !important; */
}

.modal-body {
    line-height: 1.6;
}

h5.modal-title {
    /* color: #fff !important; */
    font-weight: 500;
    font-size: .812rem !important;
}

/** その他  **********************************************************/

main {
    padding: .5rem;
    padding-bottom: 100px;
}

header {
    background-color: #fff;
}

footer {
    position: fixed;
    bottom: 0;

    width: 100%;
}

.title {
    border-left: 4px solid #ff1e00;
    padding: .2rem .4rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #333 !important;
    line-height: 1.0;
    font-family: 'Noto Sans JP';
}

.sub_title {

    padding: .2rem .4rem;
    font-size: 1.0rem;
    font-weight: 700;
    color: #333 !important;
    line-height: 1.0;
    font-family: 'Noto Sans JP';
}

.memo_width {
    width: 100% !important;
    white-space: normal !important;
}

.date_width {
    width: 120px !important;
    min-width: 120px !important;
}

/** 仕様決め **********************************************************/
table.site tr td, table.site tr th {
    /* background-color: #fffef0 !important; */
    height: 30px !important;
    padding: .1rem .3rem !important;
}



.spec tr td {
    height: 30px !important;
    padding: .01rem .1rem !important;
    text-align: center;
    font-size: 0.687rem !important;
}

.spec tr th {
    height: 30px !important;
    padding: .01rem .1rem !important;
    text-align: center;
    font-size: 0.687rem !important;
}

.spec .form-select, .spec .form-control {
    width: auto;
    min-width: 80px !important;
    padding: .1rem .3rem !important;
    height: 26px !important;
    min-height: 26px !important;
    /* border-radius: 0.1rem !important; */
    font-size: 0.687rem !important;
}

.spec .btn {
    height: 26px !important;
    min-height: 26px !important;
}

.spec .form-control[readonly], .spec .form-select[readonly] {
    background-color: #fff;
    opacity: 1;
    border: none;
    pointer-events: none;
}

.disabled {
    background-color: #f5f5f5 !important;
    color: #aaa !important;
    opacity: 1 !important;
    pointer-events: none;
    border: 1px solid #ccc !important;
}

.modal-body .disabled {
    background-color: #f5f5f5 !important;
    color: #aaa !important;
    opacity: 1 !important;
    pointer-events: none;
    border: 1px solid #ccc !important;
}

.js-prev, .js-next {
    cursor: pointer;
    opacity: .5;
}

.content_img {
    width: 100%;
    overflow: hidden;
}

.content_img img {
    width: 100%;
    cursor: pointer;
    border-radius: .15rem;
    /* border: 1px solid rgb(240, 240, 240); */
}

#page-top {
    position: fixed;
    bottom: 20px;
    z-index: 5;
    right: 20px;
    opacity: .5;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}

.toggle_2, .toggle_1 {
    display: none;
}


/* 矯正disabled */
.force_disabled {
    background-color: #fff !important;
    pointer-events: none;
    border: none !important;
    background-image: none !important;
}

a.force_disabled {
    display: none !important;
}

input.force_disabled, select.force_disabled {
    width: 100% !important;
}

/* 設定モーダル*/
#setting td {
    padding: .5rem 1rem !important;
}

/****太線****/
.bbb {
    border-bottom: double 3px #ccc !important;
}

.bbr {
    border-right: double 3px #ccc !important;
}


/*2023年3月31日～ 追加CSS************************************/
/* 仕様決め以外のdisabled */
.m_disabled {
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none;
}

.spec_row td, .spec_row th {
    border-right: 4px double #eee !important;
    border-left: 4px double #eee !important;
    border-collapse: collapse;
}

.spec_row_head td, .spec_row_head th {
    border-right: 4px double #eee !important;
    border-left: 4px double #eee !important;
    /* background-color: rgb(230, 230, 230) !important; */
    border-collapse: collapse;
}

/********2023/08/03********/
.datepicker {
    min-width: 100px !important;
    width: 100px !important;
}

.select2-search__field, .select2-results__option {
    font-size: .75rem !important;
}
