body {
    color: #4f4f4f;
    /*font-size: 1vh auto;*/
    overflow-x: hidden;
}

html, body {
    height: 100%;
    margin: 0;
}

.navbar {
    width: 100%;
    z-index: 101;
    top: 0;
    position: fixed;
    height: 60px;
    padding-top: 60px;
}

.main_contents {
    margin-top: 5em;
    margin-bottom: 10em;
    background: transparent;
}

.tab-content {
    background: #fefefe;
    border: 1px solid #dadada;
    border-top: none;
    padding-left: 10px;
}

.nav-tabs .nav-link.active {
    background: #fefefe;
}


::placeholder {
    color: #d0d0d0 !important;
}

.form-control,
.form-select {
    /*margin-top: 0.3em;*/
}

.form-select {
    color: rgb(0, 0, 0) !important;
    font-weight: 450;
}

.required {
    position: relative;
}

.required:after {
    position: relative;
    width: 3.5em;
    margin-left: 1em;
    margin-top: 0.2em;
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
    font-size: 0.6em;
    color: white;
    background-color: #C44;
    content: "必須";
    min-width: max-content;
    text-wrap: nowrap;
}

input[readonly] {
    pointer-events: none;
}

.input_code {
    width: 5em;
}

.input_code_md {
    width: 8em;
}

.input_day {
    width: 5em;
    display: inline-block;
}

.input_year input {
    width: 100px;
}

.input_day input {
    width: 120px;
}

.optional {
    padding-bottom: 2em;
}

.optional:after {
    margin-left: 1.0em;
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
    font-size: 0.6em;
    color: white;
    background-color: #a2a2a2;
    content: "任意";
}

.sub_title {
    font-size: 0.4em;
    margin: 0;
    padding: 0;
}

.navbar {
    padding: 0;
    background: #ffffff!important;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.09);
}

.navbar-brand {
    padding-top: 0;
}

.navbar-brand span {
    font-size: 1.2em;
}

.navbar_title small {
    padding-top: 0.5em;
    padding-left: 2.5em;
    display: block;
}

.navbar_title a {
    display: block;
}

.footer {
    background: #ffffff;
}

.valid_text {
    color: red;
    font-size: 0.8em;
    white-space: nowrap;
    margin-bottom: 0;
    z-index: 999;
}


.valid_text_table {
    color: red;
    font-size: 0.8em;
    /*white-space: nowrap;*/
    /*margin-bottom: 0;*/
    /*z-index: 9999;*/
    overflow-wrap: normal;
}

.field-invalid::before {
    content: "必須入力項目です";
    display: block;
    color: red;
}

.btn_normal {
    color: #ffffff;
    background: #00A95F;
    border-radius: 5px;
    width: 7vw;
    margin: 0.5em;
    padding: 8px;
    text-decoration: none;
    font-size: 1em;
}

.btn_normal:hover {
    color: #00A95F;
    background-color: #ffffff;
    text-decoration: none;
    border: 1px solid #00A95F;
}


/*.btn_print {
    width: 10vw;
}*/

.btn_print {
    color: #ffffff !important;
    background: #E95B1B !important;
    border-radius: 5px;
    /*margin: 0.5em;*/
    text-decoration: none;
    font-size: 1em;
}

.btn_print:hover {
    color: #E95B1B !important;
    background-color: #ffffff !important;
    text-decoration: none;
    border: 1px solid #E95B1B !important;
}

.btn_wide {
    width: 12vw;
}

.btn_transition {
    margin: 2px;
    padding: 2px;
    font-size: 1em;
}

.btn_list {
    color: #ffffff;
    background: #00A95F;
    border-radius: 5px;
    width: 8em;
    margin: 0;
    padding: 1px;
    text-decoration: none;
    font-size: 1em;
}

.btn_list:hover {
    color: #00A95F;
    background-color: #ffffff;
    text-decoration: none;
    border: 1px solid #00A95F;
}

.btn_list2 {
    color: #282828;
    background: #c3e8d7;
}

.btn_modal {
    color: #ffffff;
    background: #00A95F;
    border-radius: 5px;
    margin: 5px 1px 5px 10px;
    text-decoration: none;
}

.btn_modal:hover {
    color: #00A95F;
    background-color: #ffffff;
    text-decoration: none;
    border: 1px solid #00A95F;
}

/*.btn_modal {
    color: #ffffff;
    background: #00A95F;
    border-radius: 5px;
    width: 6em;
    height: 2.5em;
    margin: 0;
    padding: 1px;
    text-decoration: none;
    font-size: 1em;
}


.btn_modal:hover {
    color: #00A95F;
    background-color: #ffffff;
    text-decoration: none;
    border: 1px solid #00A95F;
}*/

.btn_print_modal {
    /*width: 7.5em;*/
    color: #ffffff !important;
    background: #E95B1B !important;
    border-radius: 5px !important;
    text-decoration: none !important;
}

.btn_print_modal:hover {
    color: #E95B1B !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
    border: 1px solid #E95B1B !important;
}

.btn_delete {
    color: #ffffff !important;
    background: #CC4444 !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    border: #CC4444 !important;
    min-width: 10rem;
}

.btn_delete:hover {
    color: #CC4444 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
    border: 2px solid #CC4444 !important;
}

.btn_clearsearch {
    color: #ffffff !important;
    background: #726f71 !important;
    border-radius: 5px !important;
    margin: 5px 1px 5px 10px !important;
    text-decoration: none !important;
}

.btn_clearsearch:hover {
    color: #726f71 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
    border: 1px solid #726f71 !important;
}

.btn_search {
    color: #ffffff !important;
    background: #E95B1B !important;
    border-radius: 5px !important;
    margin: 5px 1px 5px 10px !important;
}

.btn_search:hover {
    color: #E95B1B !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
    border: 1px solid #E95B1B !important;
}

.btn_modal_delete {
    color: #ffffff;
    background: #CC4444;
    border-radius: 5px;
    text-decoration: none;
}

.btn_modal_delete:hover {
    color: #CC4444;
    background-color: #ffffff;
    text-decoration: none;
    border: 1px solid #CC4444;
}

.btn_modal_cancel {
    color: #ffffff;
    background: #b2b1b1;
    border-radius: 5px;
    width: 6em;
    height: 2.5em;
    margin: 0;
    padding: 1px;
    text-decoration: none;
    font-size: 1em;
}

.btn_modal_cancel:hover {
    color: #b2b1b1;
    background-color: #ffffff;
    text-decoration: none;
    border: 1px solid #b2b1b1;
}

.table tbody tr {
    background-color: #ffffff !important;
}

.table_jbca {
    /*border: solid 0.1em #357c00;*/
    border-color: #357c00;
    border-width: thin !important;

}

.table_jbca th {
    background: #49A800;
    color: #ffffff;
    text-align: center;
}

.table_striped_jbca > tbody > tr:nth-child(2n+2) > td {
    /*background-color: #e4ffd0;*/
    background-color: rgb(247, 255, 242);
}

.table_striped_jbca > tbody > tr:nth-child(2n+1) > td {
    background-color: #ffffff;
}

.table_striped_jbca {
    padding: 0;
}

.time_input {
    width: 8em;
}

.valid_line input,
.valid_line select,
.valid_line a,
.valid_line textarea {
    border: solid 1px red !important;
    border-radius: 3px !important;
}

.table thead th {
    padding-top: 0;
    padding-bottom: 0;
}

table.dataTable thead th {
    padding: 5px 10px 5px 10px !important;
}

table.dataTable tbody td {
    padding: 5px 10px 5px 10px !important;
}

.tabel_title_text {
    color: #357c00;
}

.table tbody tr {
    height: 1.5em;
}

.table tbody tr td {
    padding: 0;
    height: 0.3em;
}

.table tbody tr td input,
.table tbody tr td select {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin: 0;
    padding: 0.3em 0 0.2em 0.5em;
}

.table tbody tr td input:focus,
.table tbody tr td select:focus {
    outline: none;
    box-shadow: none;
    background-color: #ffffff;
}

.fa-plus-circle:hover,
.fa-minus-circle:hover {
    cursor: pointer;
}

.form-check-inline > div {
    display: inline-block;
}

.form-check-inline > div > label {
    position: relative;
    margin-left: 3em;
}

.form-check-inline > div > label > input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.2em;
    margin: auto;
}

.thumbnail {
    width: 9vw;
    aspect-ratio: 3 / 4;
    border: solid 1px #357c00;
    border-radius: 3px;
}

.thumbnail_lg {
    width: 11vw;
    aspect-ratio: 3 / 4;
    border: none;
}

.thumbnail_list {
    width: 48px;
    aspect-ratio: 3 / 4;
}

.crop_image {
    width: 250px;
    font-size: 0;
}

.flex {
    display: flex;
    margin-top: 0.1em;
    padding-left: 0;
}

.flex label {
    display: block;
    background-color: #49A800;
    color: #ffffff;
    width: 7.5em;
    height: 2.3em;
    border: solid 1px #357c00;
    padding: 0.3em 0.5em 0.1em 0.5em;
    margin-right: 0.1em;
    font-size: 0.9em;
}

.flex_m label {
    width: 10em;
}

.flex div {
    background-color: transparent;
    width: 65%;
    height: 2.1em;
    border: solid 1px #357c00;
    padding: 0.2em 0.5em 0.2em 0.5em;
    margin-right: 0.1em;
}

.flex select {
    background-color: transparent;
    /*width: 65%;*/
    height: 2.1em;
    border: solid 1px #357c00;
    padding: 0.2em 0.5em 0.2em 0.5em;
    margin-right: 0.1em;
    margin-top: 0;
}

.flex input[type="text"],
.flex input[type="date"] {
    background-color: transparent;
    width: 65%;
    height: 2.1em;
    border: solid 1px rgba(53, 124, 0, 0.78);
    padding: 0.2em 0.5em 0.2em 0.5em;
    margin-right: 0.1em;
    margin-top: 0;
}

.flex .item_lg {
    width: 15em;
}

.flex .item_lg span:nth-child(3) {
    float: right;
    margin-right: 1.5em;
}

.nav-tabs .nav-item {
    width: 120px;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    /*border: solid 1px #357c00;*/
    /*border-radius: 5px;*/
}

@media (max-width: 601px) {
    .nav-tabs .nav-item {
        width: 100%;
    }
}

@media (max-width: 601px) {
    #juuji_tab {
        width: 100% !important
    }
}

.flex .row_3 {
    height: 7.3em !important;
    width: 100%;
    text-align: left;
    padding-top: 3em;
}

.flex_radio {
    width: 11em;
}

.flex_radio div {
    padding-top: 0;
    padding-left: 0;
    margin-right: 0;
}

.flex_radio div label {
    padding-left: 0;
    margin-left: 1.5em;
}

.name_lg {
    width: 15em;
}

.name_lg span {
    font-size: 2vw;
}

.search_item label {
    padding: 0.7em 0 0 0.3em;
    width: 15em;
}

.search_item2 label {
    padding: 0.7em 0 0 0.3em;
    /*width: 15em;*/
}

.tbl_input {
    background: transparent;
    vertical-align: middle;
    text-align: left;
    width: 100%;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

#jquery-ui-autocomplete label {
    float: left;
    margin-right: 0.5em;
    color: black;
    font-size: 15px;
}

select:invalid {
    color: #bbb;
}

/*select option {*/
/*    color: black;*/
/*}*/

select option:first-child {
    color: #bbb;
}

.form-select {
    color: #b6b5b5;
}

.ui-autocomplete-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tbl_input:read-only:hover {
    cursor: not-allowed;
}

.form-check-label:hover,
input[type=checkbox]:hover {
    cursor: pointer;
}

.taiin_select_link {
    text-decoration: underline;
    color: #002080;
}

.taiin_select_link:hover {
    cursor: pointer;
}

.haichi_select_link,
.tokui_select_link {
    text-decoration: underline;
    color: #002080;
}

.haichi_select_link,
.tokui_select_link:hover {
    cursor: pointer;
}

#kenshin_table thead tr th:nth-child(6),
#kenshin_table thead tr th:nth-child(7) {
    border-right: none;
}

#kenshin_table thead tr th:nth-child(8) {
    border-left: none;
}

.text_inline {
    display: flex;
}

/*number inputの上下矢印を消す*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[name="prt_busu"]::-webkit-outer-spin-button,
input[name="prt_busu"]::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
}

.table_th_disable {
    pointer-events: none;
}

.table_th_disable:hover {
    cursor: not-allowed;
}

.label_search {
    margin: 0.5em 0.3em 0.3em 0.3em;
    /*text-align: justify;*/
    /*text-align-last: justify;*/
    /*white-space:inherit;*/
    font-size: 1em;
}

.tilde {
    padding-top: 0.7em;
    width: 1em;
    margin-right: 0.7em;
}

.text_lg {
    font-size: 1.5em;
    font-weight: bold;
}

.tab_header {
    background: #dcfde1;
    width: 100%;
    padding: 0.3em 1em 0.3em 1em;
    margin-top: 1em;
}

.tab_header span {
    color: #185220;
    font-weight: bold;
    font-size: 1.2em;
}

.tab_header_sm {
    background: #dcfde1;
    width: 91.7%;
    padding: 0.3em 1em 0.3em 1em;
    margin-top: 1em;
}

.tab_header_sm span {
    color: #185220;
    font-weight: bold;
    font-size: 1.2em;
}

.photo_container {
    width: 80em;

}

.photo_item {
    float: left;
}

.photo_item label {
    display: flex;
    flex-direction: column;
    border: 1px solid #357c00;
    border-radius: 2px;
    padding: 0;
    margin-top: 3px;
    margin-right: 3px;
}


.photo_item_info {
    background-color: rgba(0, 169, 95, 0.91);
    width: 50px;
}

.photo_item_info small {
    color: #ffffff;
}

.photo_item_date {
    display: flex;
    justify-content: space-between;
    align-items: center; /* 縦方向の中央揃え */
}

.photo_item_date small {
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.photo_item_date button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #CC4444;
}

.photo_item_date small {
    font-size: 9pt;
}

/*郵便番号のinput*/
.zip_input {
    width: 7.5em;
    text-align: center;
}

/*現住所コピーアイコン*/
.copy_address:hover {
    cursor: pointer;
}


/* 印刷用モーダル start */
.modal-print {
    max-width: 1000px;
}

.modal_title_bar {
    background: #e0ffe5;
    width: 100%;
    padding: 0.3em 1em 0.3em 1em;
    margin-top: 1em;
}

.sub_title_bar {
    background: #e5e5e5;
    width: 100%;
    padding: 0.3em 1em 0.3em 1em;
    margin-top: 1em;
}

.inline_radio {
    display: inline-block;
}

/* 印刷用モーダル end */


/* 参照用 (disable時) start */
input:disabled {
    border: none;
    background: #ffffff;
}

.form-control:disabled {
    border: none;
    background: #ffffff;
    border-bottom: 1px #00A95F solid;
    border-radius: 0;
}

.btn_disabled {
    cursor: not-allowed;
    background: #ffffff;
}

select:disabled {
    border: none;
    background: #ffffff;
}

.form-select:disabled {
    border: none;
    background: #ffffff;
    border-bottom: 1px #00A95F solid;
    border-radius: 0;
}

.disabled_extra {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    cursor: not-allowed;
    border-radius: 5px !important;
    color: rgba(0, 0, 0, 0.1) !important;;

}

.disabled_extra option:first-child {
    color: #bbb !important;
}

/* 参照用 (disable時) end */

div.outer {
    display: table; /* ① */
    width: 100%; /* ② */
}

div.vertical_middle {
    display: table-cell; /* ④ */
    vertical-align: middle; /* ⑤ */
}

div.vertical_middle p.inner {
    margin: 0;
}

.mst_header thead tr th {
    padding-bottom: 0.2em;
    /*width: 7em;*/
    width: 10em;
}

.mst_header thead tr td {
    background: #fffee9;
}

.ui-autocomplete {
    z-index: 2147483647;
}

.jigen_td {
    width: 7em;
}

.jigen {
    width: 3em;
    background: transparent;
    text-align: center;
}

#jisshibo_table tbody tr td {
    padding-top: 0.3em;
    padding-bottom: 0.2em;
}

#jugyo_table tbody tr td input {
    font-size: 0.9em;
}

.select_list {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

/*.select_list:hover,*/
.select_list:focus {
    font-weight: bold;
}

/*#mst_01300_table thead tr th {
    border-bottom: 1px solid #0c4128;
}*/

#mst_01300_table tbody tr td input {
    margin-top: 10px;
}

#id_kb_kyoiku {
    padding-left: 0;
}

#id_kb_kyoiku label {
    text-align: left;
    width: 50px;
}

#id_kb_kyoiku label:nth-child(1) {
    margin-left: 5px;
    margin-right: 30px;
}

#id_kb_kyoiku label input {
    padding-bottom: 50px;
}

#id_kb_kyoiku label input[type="radio"] {
    position: relative;
    top: 5px;
    left: 0;
}

.pw-reset {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 7px 10px 18px 6px rgba(0, 0, 0, 0.25);
    padding: 20px 50px;
}

/*.con_title {
    color: #1D9E48;
    text-align: center;
}*/

.top_nav {
    width: 100%;
    height: 7px;
    background: #f7812d;
    z-index: 600;
    top: 0;
    position: fixed;
    margin-bottom: 10px;
}

.btn-gray {
    color: #ffffff !important;
    background: #7c7c7c !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    border: 2px solid transparent;
    padding: 0.75em 1.5em;
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    width: 120px !important;
}

.btn-gray:hover {
    color: #7c7c7c !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
    border: 2px solid #7c7c7c !important;
}

/* Responsive styles */
@media (max-width: 768px) {
    .btn-gray {
        font-size: 0.9rem;
        padding: 0.65em 1.2em;
    }
}

@media (max-width: 480px) {
    .btn-gra {
        font-size: 0.8rem;
        padding: 0.5em 1em;
        width: 100%;
        box-sizing: border-box;
    }
}

.navbar_title #brand-logo {
    width: 50%;
    margin-left: 12px;
}

button#dropdownMenuButton {
    width: fit-content;
    background-color: white;
    border: transparent;
    font-size: 100px;
}

.btn-delete {
    color: #ffffff !important;
    background: #d60000 !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    border: 2px solid transparent;
    padding: 0.75em 1.5em;
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    width: 120px !important;
}

.btn-delete:hover {
    color: #d60000  !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
    border: 2px solid #d60000 !important;
}


.btn-orange {
    color: #ffffff !important;
    background: #f7812d !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    border: 2px solid transparent;
    padding: 0.75em 1.5em;
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    width: 120px !important;
}

.btn-orange:hover {
    color: #f7812d !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
    border: 2px solid #f7812d !important;
}

/* Responsive styles */
@media (max-width: 768px) {
    .btn-orange, .btn-yellow, .btn-edit {
        font-size: 0.9rem;
        padding: 0.65em 1.2em;
    }
}

@media (max-width: 480px) {
    .btn-orange, .btn-yellow, .btn-edit {
        font-size: 0.8rem;
        padding: 0.5em 1em;
        width: 100%;
        box-sizing: border-box;
    }
}

.btn-edit{
    background-color: #009eb6 !important;
    color: white!important;
}

.btn-edit:hover {
    color: #009eb6 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
    border: 1px solid #009eb6 !important;
}

.btn-yellow {
    color: #ffffff !important;
    background: #34c4aa !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    border: 2px solid transparent;
    padding: 0.75em 1.5em;
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    width: 120px !important;
}

.btn-yellow:hover {
    color: #34c4aa !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
    border: 2px solid #34c4aa !important;
}

.btn-bluegreen {
    color: #ffffff !important;
    background: #009eb6  !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    border: 2px solid transparent;
    padding: 0.75em 1.5em;
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    width: 120px !important;
}

.btn-bluegreen:hover {
    color: #009eb6  !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
    border: 2px solid #009eb6  !important;
}

@media (max-width: 1000px) {
    .d-flex.flex-wrap.gap-2.align-items-start {
        flex-direction: column;
    }

    .d-flex.flex-wrap.gap-2.align-items-start .btn {
        width: 100%;
    }
}

/*login scrreen*/

.btn_login {
    color: #ffffff;
    background: #f7812d;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1em;
    border: none;
    outline: none;
}

.btn_login:hover {
    color: #ffffff;
    background-color: #ffc9a3;
}

.btn_login:focus,
.btn_login:active,
.btn_login:focus-visible {
    color: #f7812d;
    background-color: #ffffff;
    text-decoration: none;
    border: 2px solid #f7812d;
    outline: none;
}

/* Create two equal columns that floats next to each other */
.column {
    float: right;
    width: 50%;
    padding: 0;
}

/* Clear floats after the columns */


.column-top {
    padding: 10px 0;
    text-align: center;
    margin-top: -20px;
}


.login_form {
    top: 10px;
    margin: 40px auto;
    width: 750px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px 6px #74747485;
    height: 470px;
    padding: 20px 30px;
}

@media (max-width: 980px) {
    .login_form, .column {
        width: 100% !important;
        height: auto;
    }
}

#random_img {
    margin-top: 10px;
    width: 90%;
    float: inline-end;
    margin-right: 8px;

}

@media (max-width: 980px) {
    #random_img {
        float: right;
        margin-bottom: -20px;
        width: 50%;
    }
}

.recruit_q {
    margin-top: 20px;
}

.recruit_q_click, .pw_res a {
    color: #e06c1a !important;
}

/*login scrreen*/

.sidedrop-btn {
    border: 0;
}

.dropbtn {
    padding: 16px;
    border: none;
    cursor: pointer;
    font-size: x-large;
    padding: 0px;
    background-color: #ffffff;
}

.dropbtn:hover, .dropbtn:focus {
    opacity: 80%;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 5px 5px 0px 0px rgba(83, 83, 83, 0.199), 0 6px 12px rgba(44, 44, 44, 0.178);
    z-index: 1;
    border-radius: 4px;
    font-size: medium;
    top: 4rem;
    right: 10px;
}

.dropdown-content a {
    color: black;
    padding: 4px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background: #cdffc8;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.dboard-notice {
    float: left;
    width: 100%;
    background: white;
}

.search_input {
    display: flex;
}

.search_input label {
    text-align: center;
    border: 1px solid #357c00;
    background-color: #49A800;
    color: #ffffff;
    width: 100px;
    padding: 3px 2px 2px 4px;
    margin-left: 12px;
}

.search_input input {
    text-align: center;
    width: 120px;
}

@media (min-width: 601px) {
    .dboard-notice {
        width: 66.66666%;
        padding: 0 8px
    }
}

.dashboard {
    text-decoration: none !important
}

.dashboard:hover {
    cursor: pointer;
}

#btn_taiin_search, #btn_haichi_search, #btn_tokui_search {
    color: #ffffff;
    /*background: #726f71;*/
    background: #E95B1B;
    border-radius: 5px;
    width: 5vw;
    font-size: 15px;
    text-decoration: none;
}

@media (min-width: 320px) {
    #btn_haichi_search, #btn_tokui_search, #btn_taiin_search {
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        min-width: 100px;
    }
}

#btn_taiin_search:hover, #btn_haichi_search:hover, #btn_tokui_search:hover {
    color: #E95B1B !important;
    background-color: #ffffff;
    text-decoration: none;
    border: 1px solid #E95B1B;
}

.table thead {
    color: white;
    font-size: 13px;
    vertical-align: middle;
    height: 38px;
}

.table_edit_icon tbody tr td a {
    color: rgb(3, 149, 129);
    font-size: small;
}

.table_edit_icon button.btn {
    color: rgb(3, 149, 129);
    font-size: small;
}

.grey-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

/*お知らせテーブル*/

.notice_table {
    width: 100% !important
}

@media (max-width: 767.98px) {
    .notice_table {
        width: 100% !important;
    }
}

@media (max-width: 900px) {
    .notice_table {
        width: 100% !important;
    }
}

#notice_table {
    border-collapse: collapse;
    overflow-y: auto;
    height: 200px;
    display: block;
    border: .2px solid rgb(217, 217, 217);
}

#notice_table td, #notice_table th {
    /*border: 0.5px solid #ebebeb;*/
    padding: 10px;
}

#notice_table tr:nth-child(even) {
    background-color: #f2f2f2;
}

#notice_table tr:nth-child(even) {
    background-color: #9df7602e;
}

#notice_table tr:hover {
    background-color: #cfcfcf46;
}

#notice_table tr {
    padding: 30px;
}

#notice_table th {
    position: sticky;
    padding-top: 14px;
    padding-bottom: 12px;
    text-align: left;
    color: rgb(20, 91, 4);
    border-bottom: 3px solid rgb(29, 139, 4);
    top: 0;
    background-color: #fff;
}


/*お知らせテーブル*/

.kp-container {
    padding: 0.01em 16px
}

.kp-main {
    transition: margin-left .4s;
}

@media (max-width: 1200px) {
    .kp-main {
        margin-left: 70px !important;
        margin-right: -13px !important
    }
}

.kp-container:after, .kp-container:before {
    content: "";
    display: table;
    clear: both
}

.kp-main-margin {
    margin-left: 215px;
    margin-bottom: 100px;
}

/* ラジオボタン 横並び*/
.inline_radio div {
    display: flex;
    align-items: center;
}

.inline_radio div div {
    margin-top: 8px;
    margin-right: 40px;
}

/* ラジオボタン 横並び*/


.prt_option5 {
    margin-top: 30px;
    margin-left: 30px;
    border: 2px solid #2ba947;
    border-radius: 10px;
    width: 250px;
    position: relative;
    padding: 20px 10px 10px 10px;
}

.prt_option5 span {
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    top: -13px;
    left: 20px;
    background-color: #ffffff;
}

#id_prt_option5 {
    margin-left: 20px;
}

#id_prt_option5 div {
    margin-bottom: 5px;
}

#kyoiku_table thead tr th {
    padding: 5px 1px 5px 1px !important;
}

.batch_set_area {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin: 10px 30px 5px 11px;
    padding: 10px 0 10px 10px;
    width: 750px;
}

.btm-100 {
    padding-bottom: 100px
}

.btn_back {
    color: #ffffff;
    background: #6c757d;
    border-radius: 5px;
    width: 8vw;
    margin: 5px 1px 5px 10px;
    text-decoration: none;
    min-width: min-content;
}

.btn_back:hover {
    color: #6c757d !important;
    background-color: #ffffff;
    text-decoration: none;
    border: 2px solid #6c757d;
}

@media (min-width: 320px) {
    .btn_back {
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
    }
}

@media (min-width: 700px) {
    .btn_back {
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
    }
}

.navbar_title #brand-logo {
    width: 50%;
}

@media (max-width: 992px) {
    .navbar_title #brand-logo {
        width: 120px;
    }
}

@media (max-width: 767.98px) {
    #tab_area {
        padding-left: 70px;
    }
}

@media (max-width: 767.98px) {
    #taiinview-left {
        min-width: 200px;
    }
}

@media (max-width: 767.98px) {
    .tab-content #tab1 .btn {
        min-width: 80%;
    }
}

.form-check-input:checked + label, .form-check-input:checked + span {
    color: #CC4444;
}

input[type=radio]:checked + label {
    color: #CC4444 !important;
}

.btn_top {
    top: 65px;
    position: sticky;
    z-index: 1;
    background: white;
}

hr {
    margin-top: 3px !important;
}

#kyoiku_table:hover {
    cursor: pointer;
}

#notice_table:hover {
    cursor: pointer;
}

.prevnxt_btn {
    background-color: #e8e8e8;
    color: black;
    text-decoration: none;
    font-size: larger;
    padding: 2px 14px 4px 14px;
}

.prevnxt_btn:hover {
    background-color: #00A95F;
    color: #ffffff;
}

#kyoiku_table:hover {
    cursor: pointer;
}

.tooltip-inner {
    background-color: rgba(255, 255, 255);
    color: red;
    font-size: 7px;
    border: solid 1px rgba(255, 0, 0, 0.62);
}

.prevnxt_btn:focus, .prevnxt_btn:active {
    background-color: #00A95F;
    color: white;
    text-decoration: none;
}

.password_area {
    position: relative;
}

.password_view {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 35px;
    right: 0;
    font-size: 17px;
}

.password_input,
.password_input2 {
    position: relative;
}

.password_input span {
    position: absolute;
    color: red;
    font-size: 10px;
    right: 30px;
    top: 5px;
}

.password_input2 span {
    position: absolute;
    color: red;
    font-size: 10px;
    left: 14px;
    top: -10px;
}

#btn_print_keibinaiyo, #keibinaiyo_updt {
    width: 180px;
}

#btn_print_kenshin {
    width: max-content;
}

.message_bar .btn-close {
    z-index: 0;
}

.message_bar {
    width: 97%;
    padding-left: 12px;
}

.min-w {
    min-width: fit-content;
}

#id_dt_birthday::-webkit-calendar-picker-indicator {
    display: none;
}

.taiin_date {
    width: 140px;
}

#btn_return_taiin, #btn_return_haichi, #btn_return_tokui {
    color: #ffffff;
    background: #00A95F;
    border-radius: 5px;
    margin: 5px 1px 5px 10px;
    text-decoration: none;
}

#btn_return_taiin:hover, #btn_return_haichi:hover, #btn_return_tokui:hover {
    color: #00A95F;
    background-color: #ffffff;
    text-decoration: none;
    border: 1px solid #00A95F;
}

.breadcrumb-item a {
    color: #4e4e4e;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #00A95F !important;
    text-decoration: none;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item.active {
    color: rgb(165, 165, 165);
}

.breadcrumb-item .fw-bold {
    color: #4e4e4e;
    text-decoration: none;
}

.btn_top_print {
    color: #ffffff !important;
    background: #E95B1B !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    min-width: 10rem;
}

.btn_top_print:hover {
    color: #E95B1B !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
    border: 2px solid #E95B1B !important;
}

.btn_send_mail {
    min-width: 5rem;
}

.btn_top_clear {
    color: #ffffff !important;
    background: #726f71 !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    min-width: 10rem;
}

.btn_top_clear:hover {
    color: #726f71 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
    border: 2px solid #726f71 !important;
}

.btn_redo {
    color: #ffffff !important;
    background: #726f71 !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.btn_redo:hover {
    color: #726f71 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
    border: 1px solid #726f71 !important;
}

/*TOPページ｜お知らせ start */
.wp_content {
    display: none;
}

.nav-open {
    padding: 10px;
    color: #1b6b2c;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    cursor: pointer;
}

.nav-open::before { /* 閉じている時 */
    content: "＋";
    position: absolute;
    left: 0;
    top: 0;
}

.nav-open.active::before { /* 開いている時 */
    content: "－";
}

.information_title {
    margin-left: 30px;
    font-size: 20px;
}

.information_title + hr {
    margin-left: 30px;
    margin-right: 14%;
}

#information_contents {
    margin: 30px 0 80px 80px;
}

#information_contents div {
    display: inline-block;
}

#information_contents div:nth-child(1) {
    letter-spacing: 1px;
    font-size: 17px;
}

#information_contents div a {
    text-decoration: none;
    color: #2b2b2b;
    font-size: 17px;
}

#information_contents hr {
    margin-right: 15%;
}

#information_contents div.wp_content {
    margin-left: 120px;
    display: block;
    clear: both;
}

.article-header div:nth-child(1) {
    width: 120px;
    float: left;
}

.article-header div:nth-child(2) {
    width: 400px;
}

.wp-article div:nth-child(2) {
    display: block;
}

.wp_content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.wp_content h2 {
    font-size: 13px;
    font-weight: 550;
    margin-top: 5px;
}

.wp_content p {
    font-size: 12px;
    width: 80%;
}

/*TOPページ｜お知らせ end */

/* 日付コントロールにクリアボタンを付与する start */
.date-container {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.clear-date {
    position: absolute;
    right: 50px;
    top: 26px;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    font-size: 13px;
}

/* 日付コントロールにクリアボタンを付与する end */

.fa-times-circle {
    position: inherit;
    top: -10px;
    color: #6dbe78;
}

.page-item.active .page-link {
    z-index: -1 !important;
}

.nav-tabs {
    top: 120px;
    position: sticky;
    z-index: 1;
    background: white;
}

@media (max-width: 760px) {
    .nav-tabs {
        top: 210px;
    }
}

.header-fix-1 {
    top: 163px;
    position: sticky;
    z-index: 1;
    background: white;
}

@media (max-width: 760px) {
    .header-fix-1 {
        top: 243px;
    }
}

.header-fix-2 {
    top: 121px;
    position: sticky;
    z-index: 1;
    background: white;
}

@media (max-width: 760px) {
    .header-fix-2 {
        top: 254px;
    }
}

.header-fix-3 {
    top: 165px;
    position: sticky;
    z-index: 1;
    background: white;
}

@media (max-width: 760px) {
    .header-fix-3 {
        top: 336px;
    }
}

#mst_jisshibo_header thead tr td {
    color: #4f4f4f;
}

#mst_table_wrapper .row.mb-1 {
    top: 121px;
    position: sticky;
    z-index: 0;
    background: white;
}

@media (max-width: 760px) {
    #mst_table_wrapper .row.mb-1 {
        top: 164px;
    }
}

.kengen_header {
    top: 120px;
    position: sticky;
    z-index: 0;
    background: white;
}

@media (max-width: 760px) {
    .kengen_header {
        top: 164px;
    }
}

/*pagination offの場合使用*/

.header-fix-4 {
    top: 157px;
    position: sticky;
    z-index: 1;
    background: white;
}

@media (max-width: 760px) {
    .header-fix-4 {
        top: 202px;
    }
}

#kenshin_table_wrapper .row.mb-1 {
    top: 120px;
    position: sticky;
    z-index: 1;
    background: white
}

@media (max-width: 760px) {
    #kenshin_table_wrapper .row.mb-1 {
        top: 165px;
    }
}

#kujo_table_wrapper .row.mb-1 {
    top: 121px;
    position: sticky;
    z-index: 1;
    background: white;
}

@media (max-width: 760px) {
    #kujo_table_wrapper .row.mb-1 {
        top: 164px;
    }
}

@media (max-width: 760px) {
    .db_circle {
        width: 230px !important
    }
}

@media (max-width: 760px) {
    .db_title {
        left: 20px !important;
        font-size: 13pt;
    }
}


@media (max-width: 760px) {
    .db_percent {
        top: 50px;
        left: 60pt;
        font-size: 25pt !important;
    }
}

@media (max-width: 760px) {
    .dashboard_value {
        font-size: 12pt;
    }
}

.db_circle {
    width: 270px;
    position: relative;
}

.db_title {
    position: absolute;
    top: -30px;
    left: 95px;
    font-size: 15pt;
    font-weight: bold;
}

.db_percent {
    position: absolute;
    top: 92px;
    left: 90px;
    font-size: 35pt;
}

.db_percent::after {
    content: '%';
}

#db_percent1 {
    color: #48f;
}

#db_percent2 {
    color: #f88;
}

.db_start {
    margin-top: 18px;
    margin-left: 10px;
    font-size: 15pt;
}

.dashboard_value {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15pt;
    display: flex;
    justify-content: space-between;
}

.dashboard_value span {
    flex: 1;
    text-align: left; /* 左端に配置 */
}

.dashboard_value span:last-child {
    text-align: right; /* 右端に配置 */
    font-weight: 500;
}

.required-2:after {
    position: relative;
    width: 3.5em;
    margin-left: 1em;
    margin-top: 0.2em;
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
    font-size: 0.6em;
    color: white;
    background-color: #C44;
    content: "いずれか必須";
    min-width: max-content;
}

#link_logout {
    color: black;
}

#link_logout:hover {
    background: #cdffc8;
    cursor: pointer;
}

.btn_set {
    color: #ffffff !important;
    background: #3F48CC !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    border: #3F48CC;
    min-width: 10rem;
}

.btn_set:hover {
    color: #3F48CC !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
    border: 2px solid #3F48CC !important;
}

.manual_login a {
    color: #00A95F !important;
    float: inline-end;
    position: inherit;
    font-size: large;
}

.modal_manual a {
    color: #00A95F !important;
    float: right;
    font-size: large;
    margin-top: -33px;
    margin-right: 17px;
}

.version_no {
    color: #197500 !important;
    font-size: 13px;
    float: right;
    margin-top: -27px;
    margin-right: 55px;
}

@media (max-width: 980px) {
    .version_no {
        margin-top: -26px;
        margin-right: -76px;
    }
}

.column-top img {
    width: 30%;
    margin-left: 35px;
}

@media (max-width: 980px) {
    .column-top img {
        width: 50% !important
    }
}

.card_kyoiku_setting {
    padding-left: 12px;
    padding-right: 12px;
}

/* アップロードボタンのスタイルを無効にする */
label > .file_import {
    display: none;
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    z-index: 9999;
}

#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("../img/icon_loader_f_ww_01_s1.gif") center center no-repeat;
    z-index: 9999;
}

/*ページネーション*/
.pagination-area {
    display: flex;
    align-items: flex-start;
    /*justify-content: space-between;*/
}

.pagination-info {
    margin-left: 5px;
    margin-top: 17px;
    margin-right: 30px;
}

.pagination {
    /*display: flex;*/
    /*justify-content: flex-start;*/
    margin-top: 10px;
    margin-right: 10px;
}

.page-current {
    background-color: #4141ff;
    color: #ffffff;
}

#information_contents div, #information_contents div a {
    color: #00884d !important;
}

#information_contents div a:hover {
    color: #64ac68 !important;
}


i.sb-icon.fas.fa-location-dot{
    color: #c30707;
}

i.sb-icon.fas.fa-road {
    color: #000000;
}

.rosen-forminput{
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 0.5px solid rgb(224, 224, 224);
    /*width: 100%;*/
    width: 400px;
    margin-right: 0 !important;
    display: flex;
    flex-direction: column; 
}

.form-map-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.map-container2 {
    flex: 1 1 auto;
    min-height: 300px; /* fallback for small screens */
    height: 72vh;
    display: flex;
    flex-direction: column;
}

.map-container2 > #map {
    flex: 1 1 auto;
    width: 100%;
}


@media (min-width: 767.98px) {
    .form-map-wrapper {
        flex-direction: row; /* side by side on desktop */
        align-items: stretch;
        gap: 20px;
    }

    .map-container2 {
        min-width: 400px;
        height: 72vh !important;
        display: flex;
        flex-direction: column; /* 地図がコンテナ全体を埋める */
        }
}

    /* スマホ(767px以下)用：入力欄を全幅表示 */
    @media (max-width: 767.98px) {
        .rosen-forminput {
            margin-right: 0 !important;
            width: 100%;
        }
    }
