@charset "UTF-8";

/****************************** 全体共通 ******************************/

@import url("common.css");
h2 {
    text-align: center;
    background-color: #a1bfe2;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-weight: 700;
}

@media (max-width: 767px) {
    h2 {
        font-size: 25px;
        padding: 13px 0;
        margin-bottom: 25px;
    }
}

h3 {
    background-color: #2a69b2;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 0px;
}

h3 img {
    margin-top: -2.5px;
}

main {
    margin-top: 0px;
}

.table {
    margin-bottom: 0px;
}

.table th,
.table td {
    padding: 0.1875rem 0.375rem;
    letter-spacing: -1px;
}

.table th {
    border-right: 1px solid #dee2e6;
}

.table th:empty {
    border-right: none;
}

.right_up_border {
    background-image: linear-gradient(26deg, transparent 49.5%, #dee2e6 49.5%, #dee2e6 50.5%, transparent 50.5%, transparent);
}

.hidden {
    display: none !important;
}

.period {
    color: #f00;
}

.form-control {
    padding: 0.1875rem 0.75rem !important;
}


/******************** ボタン 共通 ********************/


/*画面左上 ボタンエリア*/

.button_area {
    margin: 25px 0 25px;
    /*画面左上 登録ボタン*/
    /*画面左上 戻るボタン*/
}

.button_area .button_registration {
    display: inline-block;
    background-color: #2a6ab2;
    border: 1px solid #003e83;
    color: #fff;
    padding: 10px 20px;
}

.button_area .button_back {
    display: inline-block;
    background-color: #2a6ab2;
    border: 1px solid #003e83;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
}


/*画面下 横並びのボタンエリア*/

.button_area_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0;
}


/*画面下 詳細ボタン*/

.button_details {
    display: inline-block;
    background-color: #2a6ab2;
    border: 1px solid #003e83;
    color: #fff;
    padding: 10px 20px;
    width: 200px;
    text-align: center;
    margin-right: 80px;
}


/*画面下 登録ボタン*/

.button_registration {
    display: inline-block;
    background-color: #2a6ab2;
    border: 1px solid #003e83;
    color: #fff;
    padding: 10px 20px;
    width: 200px;
    text-align: center;
    font-weight: 700;
}

.button_registration:hover {
    color: #fff !important;
}


/*画面下 編集ボタン*/

.button_edit {
    display: inline-block;
    background-color: #2a6ab2;
    border: 1px solid #003e83;
    color: #fff;
    padding: 10px 20px;
    width: 200px;
    text-align: center;
    margin-right: 80px;
}


/*画面下 削除ボタン*/

.button_delete {
    display: inline-block;
    background-color: #878787;
    border: 1px solid #636363;
    color: #fff;
    padding: 10px 20px;
    width: 200px;
    text-align: center;
}

.rescan_btn,
.delete_btn {
    color: #fff;
    width: 200px;
    text-align: center;
    margin-left: 80px;
    padding: 5px 6px;
    background-color: #808080;
    border: 1px solid #808080;
    border-radius: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rescan_btn:hover,
.delete_btn:hover {
    background-color: #808080;
    border: 1px solid #808080;
    opacity: 0.7;
}

.plus_button {
    background-color: #2a6ab2;
    border-radius: 0px;
    color: #fff;
    height: 50px;
    margin-right: 25px;
    width: 50px;
}

.minus_button {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    color: #000;
    height: 50px;
    margin-left: 25px;
    width: 50px;
}

.add_button_area a {
    display: inline-block;
    text-align: center;
    width: 262px;
}

.update_btn,
.history_btn {
    padding: 5px 12px;
}

.edit_btn {
    padding: 6.5px 6px;
}

.complete .container {
    height: 58.3vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.complete .container h3 {
    background-color: #fff;
    color: #000;
}

.back_home,
.to_next {
    margin-top: 25px;
}

.submit_btn_area {
    text-align: center;
    margin-top: 25px;
}

.details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.customer:empty,
.search_tree:empty {
    border-right: none !important;
}

.accordion_img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.accordion_img:hover {
    cursor: pointer;
}

.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.show {
    display: block;
}

.disabled {
    pointer-events: none;
}

.mb15 {
    margin-bottom: 15px;
}

.midashi {
    margin-left: -7px;
}

@media (max-width: 767px) {
    .alert.alert-danger {
        font-size: 1rem;
        letter-spacing: -1px;
    }
}

.add_background_color {
    background-color: #fcc7c7;
}


/******************** pagenavi ********************/

.pagenavi {
    margin: 50px 0;
}

.pagenavi .pagination {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagenavi .pagination li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e7f2ff;
    border-radius: 9999px;
    font-weight: 700;
}

.pagenavi .pagination li:empty {
    background-color: transparent;
}

.pagenavi .pagination li:hover {
    cursor: pointer;
}

.pagenavi .pagination li a {
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 15px;
}

.pagenavi .pagination li a:hover {
    opacity: 0.8;
}

.pagenavi .pagination .active {
    background-color: #2a6ab2;
}

.pagenavi .pagination .active a {
    color: #fff;
    pointer-events: none;
}

@media (max-width: 767px) {
    .sp_blue {
        background-color: #2a69b2 !important;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .sp_blue2 {
        background-color: #2a6ab2 !important;
        color: #fff;
    }
}

.to_before button::before {
    content: "<< ";
}


/****************************** 404 ******************************/

.not_found.error {
    height: 71.8vh;
    margin-bottom: 0px;
}

.not_found.error h2 {
    margin-bottom: 0px;
}

.not_found.error .index {
    height: 92%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.not_found.error h3 {
    background-color: #fff;
    color: #000;
}


/****************************** ページ 共通 ******************************/

.page {
    margin-top: 0px;
}

.page .table_title {
    text-align: center;
    background-color: #2a6ab2;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    margin: 50px 0 0;
}

.page .table_area tr:nth-child(even) {
    background-color: #e6f2ff;
}

.page .table_area tr th {
    background-color: #2a6ab2;
    border: 1px solid #003e83;
    color: #fff;
    padding: 0.2rem 0.5rem;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.page .table_area tr td {
    text-align: center;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 0.2rem 0.5rem;
}

.page .table_area tr td a {
    display: block;
    max-width: 30%;
    margin: 0 auto;
    padding: 4px 0;
    background-color: #2a6ab2;
    border: 1px solid #003e83;
    color: #fff;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .page .table_area tr td a {
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .page .table_area tr td a {
        max-width: 80%;
    }
}

.page .table_area tr td a.td_delete {
    background-color: #878787;
    border: 1px solid #636363;
}

.page .table_area tr td a.mailto {
    width: 100%;
    margin: 0;
    background-color: transparent;
    border: none;
    color: #003e83;
}

.page .login_info {
    margin-bottom: 25px;
}

.page .table_area_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page .table_area_flex tr:nth-child(odd) {
    background-color: #e6f2ff;
}

.page .table_area_flex tr th {
    width: 180px;
    padding: 10px 20px;
    font-weight: normal;
}

.page .table_area_flex tr td {
    padding-right: 20px;
}

.page .table_area_flex tr td .td_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page .table_area_flex tr td .td_flex p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.page .table_area_flex tr td .td_flex p input {
    margin-right: 5px;
}

.page .table_area_flex tr td .td_flex .td_year input {
    width: 70px;
}

.page .table_area_flex tr td .td_flex .td_month input,
.page .table_area_flex tr td .td_flex .td_day input {
    width: 50px;
}

.page .table_area_title_none tr:nth-child(odd) {
    background-color: #e6f2ff;
}

.page .table_area_title_none tr th {
    width: 180px;
    padding: 10px 20px;
    font-weight: normal;
}

.page .table_area_title_none tr td {
    padding-right: 20px;
}

.page .table_area_title_none tr td .td_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page .table_area_title_none tr td .td_flex p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.page .table_area_title_none tr td .td_flex p input {
    margin-right: 5px;
}

.page .table_area_title_none tr td .td_flex .td_year input {
    width: 70px;
}

.page .table_area_title_none tr td .td_flex .td_month input,
.page .table_area_title_none tr td .td_flex .td_day input {
    width: 50px;
}


/****************************** ログイン ******************************/

.login_info {
    margin-bottom: 25px;
}

.login {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(23, 42, 136, 0.1);
    margin-top: 0px;
    margin-bottom: 0px;
}

.login section {
    text-align: center;
}

.login input {
    border-radius: 0px;
}

.login .login_input_area {
    margin: 0 auto;
    width: 330px;
    padding: 25px;
    background-color: #fff;
    font-weight: 700;
}

.login .login_input_area p {
    text-align: left;
}

.login .login_logo_area {
    margin-bottom: 25px;
}

.login .login_submit {
    margin-top: 25px;
}

.login .login_submit input {
    width: 100%;
    background-color: #000;
    border-color: #000;
}

.login .password_reissue_area {
    margin-top: 25px;
    font-weight: 700;
}

.login .password_reissue_area a {
    color: #2a6ab2;
}

.login .password_reissue_area a:hover {
    color: #2a6ab2;
}


/****************************** パスワード変更画面 ******************************/

.pass_change {
    background-color: #e6f2ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pass_change main {
    padding: 20px;
    width: 350px;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pass_change main table tbody tr {
    border: 1px solid #222;
    text-align: center;
}

.pass_change main table tbody tr th {
    display: block;
    background-color: #2a6ab2;
    color: #fff;
    padding: 15px 0;
}

.pass_change main table tbody tr td {
    display: block;
}

.pass_change main .text-center .new_pass_p {
    color: #222;
}

.pass_change main .text-center .btn {
    background-color: #2a6ab2;
    width: 100%;
    color: #fff;
}

.pass_change main .text-center .btn_2 {
    display: block;
    background-color: #6fff2c;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    border-radius: 3px;
}


/****************************** ヘッダ－ ******************************/

header {
    background-color: #e6f2ff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .container .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 5%;
}

@media (max-width: 768px) {
    header .container .left {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
        padding-left: 1%;
    }
}

header .container .left .left_left {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

header .container .left .left_left .header_logo {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

header .container .left .left_left .header_logo img {
    width: 85%;
}

header .container .left .left_left .header_user {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 50px;
}

@media (max-width: 768px) {
    header .container .left .left_left .header_user {
        margin-left: 15px;
    }
}

header .container .left .left_left .header_user a {
    color: #333;
    font-weight: bold;
}

@media (max-width: 768px) {
    header .container .left .left_left .header_user a {
        font-size: 0.75rem;
    }
}

header .container .left .left_left .header_user a img {
    width: 15%;
}

@media (max-width: 768px) {
    header .container .left .left_left .header_user a img {
        width: 25%;
    }
}

header .container .left .left_right {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    padding: 30px 0px 20px 40px;
}

@media (max-width: 768px) {
    header .container .left .left_right {
        padding: 28px 0 10px 5px;
    }
}

header .container .left .left_right a {
    color: #313131;
}

@media (max-width: 768px) {
    header .container .left .left_right a {
        font-size: 13px;
    }
}

header .container .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    /*ハンバーガーメニュー */
}

@media (max-width: 768px) {
    header .container .right {
        -webkit-box-flex: 0.55;
        -ms-flex: 0.55;
        flex: 0.55;
    }
}

header .container .right .nav_menu .home {
    position: absolute;
    z-index: 90;
    top: 15px;
    right: 19%;
    height: auto !important;
}

@media (max-width: 1200px) {
    header .container .right .nav_menu .home {
        right: 10%;
    }
}

@media (max-width: 768px) {
    header .container .right .nav_menu .home {
        right: 3%;
    }
}

header .container .right .nav_menu .home .header_button {
    background-color: transparent;
    border: none;
    padding: 0;
    height: 30px;
}

header .container .right .nav_menu .home .header_button:focus {
    outline: none;
}

header .container .right .nav_menu .home .header_button .menu__line {
    display: block;
    width: 37px;
    height: 2px;
    background-color: #333;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 0px auto 10px;
}

header .container .right .nav_menu .home .header_button .menu__line.active_hum {
    margin: 4px 0px;
}

header .container .right .nav_menu .home .header_button .menu__line:last-child {
    margin: 0 auto;
}

header .container .right .nav_menu .home .header_button .menu__line--top.active_hum {
    top: 6px;
    -webkit-transform: translatey(6px) rotate(45deg);
    transform: translatey(6px) rotate(45deg);
    background-color: #fff;
}

@media (max-width: 767px) {
    header .container .right .nav_menu .home .header_button .menu__line--top.active_hum {
        background-color: #333;
    }
}

header .container .right .nav_menu .home .header_button .menu__line--center.active_hum {
    opacity: 0;
}

header .container .right .nav_menu .home .header_button .menu__line--bottom.active_hum {
    bottom: 10px;
    -webkit-transform: translatey(-6px) rotate(-45deg);
    transform: translatey(-6px) rotate(-45deg);
    background-color: #fff;
}

@media (max-width: 767px) {
    header .container .right .nav_menu .home .header_button .menu__line--bottom.active_hum {
        background-color: #333;
    }
}

header .container .right .nav_menu .home .header_button_span {
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}

header .container .right .nav_menu .home .header_button_span.active_hum {
    color: #fff;
}

@media (max-width: 767px) {
    header .container .right .nav_menu .home .header_button_span.active_hum {
        color: #333;
    }
}

header .container .right .nav_menu .gnav {
    background-color: #f4f4f4;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 80;
    overflow-y: auto;
}

header .container .right .nav_menu .gnav .hum_logo {
    text-align: center;
    margin-top: 13px;
}

header .container .right .nav_menu .gnav .hum_logo img {
    width: 208px;
    margin-left: -10px;
}

header .container .right .nav_menu .gnav .gnav__wrap {
    width: 100vw;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 80px solid #2a6ab2;
}

@media (max-width: 767px) {
    header .container .right .nav_menu .gnav .gnav__wrap {
        border: 5px solid #2a6ab2;
    }
}

header .container .right .nav_menu .gnav .gnav__wrap .navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    header .container .right .nav_menu .gnav .gnav__wrap .navi {
        display: block;
        padding: 50px 0;
    }
}

header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
}

@media (max-width: 767px) {
    header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_left {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_left ul {
    margin-bottom: 0;
}

header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_left ul li {
    text-align: center;
    margin-bottom: 15px;
}

header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_left ul li:last-child {
    margin-bottom: 0;
}

header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_left ul li p,
header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_left ul li a {
    display: block;
    width: 250px;
    padding: 20px 0;
    background-color: #2a6ab2;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_left ul li p img,
header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_left ul li a img {
    margin: 0 0 5px 15px;
}

header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_left ul li p:hover {
    cursor: pointer;
}

header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
}

@media (max-width: 767px) {
    header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_right {
        margin-left: 0;
    }
}

header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_right ul {
    margin-bottom: 0;
}

header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_right ul li {
    margin-bottom: 15px;
}

header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_right ul li:last-child {
    margin-bottom: 0;
}

header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_right .logout_button {
    width: 250px;
    padding: 20px 30px;
    background-color: #414f5e;
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 700;
}

header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_right .logout_button img {
    width: 8%;
    margin: -5px 2% 0 0;
}

header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_right .set_button {
    width: 250px;
    padding: 20px 30px;
    background-color: #2a6ab2;
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 700;
}

header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_right .set_button img {
    width: 8%;
    margin: -5px 5% 0 0;
}

header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_right .label_master a,
header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_right .shiyou_shizai_master a {
    color: #fff;
}

header .container .right .nav_menu .gnav .gnav__wrap .navi .navi_right .kuraban_master img {
    width: 10.53%;
    margin: 0 0 5px 15px;
}


/****************************** トップ画面 ******************************/

@media (max-width: 767px) {
    .top_page.schedule {
        margin-top: 15px;
    }
}

.top_page.schedule .container .top_page_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .top_page.schedule .container .top_page_area {
        display: block;
    }
}

.top_page.schedule .container .top_page_area .left {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

@media (max-width: 768px) {
    .top_page.schedule .container .top_page_area .left {
        margin-top: 0px;
    }
}

.top_page.schedule .container .top_page_area .left .search_year_month_area table {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .top_page.schedule .container .top_page_area .left .search_year_month_area table {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .top_page.schedule .container .top_page_area .left .search_year_month_area table tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .top_page.schedule .container .top_page_area .left .search_year_month_area table tbody tr {
        display: block;
        width: 100%;
    }
}

.top_page.schedule .container .top_page_area .left .search_year_month_area table tbody tr .search_year_month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_page.schedule .container .top_page_area .left .search_year_month_area table tbody tr th,
.top_page.schedule .container .top_page_area .left .search_year_month_area table tbody tr td {
    border-top: none;
    height: 71px;
    vertical-align: middle;
    border: none;
}

@media (max-width: 767px) {
    .top_page.schedule .container .top_page_area .left .search_year_month_area table tbody tr th,
    .top_page.schedule .container .top_page_area .left .search_year_month_area table tbody tr td {
        display: block;
        width: 100%;
    }
}

.top_page.schedule .container .top_page_area .left .search_year_month_area table tbody tr th {
    width: 100px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .top_page.schedule .container .top_page_area .left .search_year_month_area table tbody tr th {
        height: auto;
    }
}

.top_page.schedule .container .top_page_area .left .search_year_month_area table tbody tr td .button_registration {
    width: 100%;
    font-weight: 700;
}

.top_page.schedule .container .top_page_area .left .calender_area {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .top_page.schedule .container .top_page_area .left .calender_area {
        margin-top: 0;
    }
}

.top_page.schedule .container .top_page_area .left .calender_area .display_year_month_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    margin-bottom: 25px;
}

.top_page.schedule .container .top_page_area .left .calender_area .display_year_month_area li {
    width: 150px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_page.schedule .container .top_page_area .left .calender_area .display_year_month_area li:hover {
    cursor: pointer;
}

.top_page.schedule .container .top_page_area .left .calender_area .display_year_month_area li:first-child a span {
    margin-bottom: -2px;
}

.top_page.schedule .container .top_page_area .left .calender_area .display_year_month_area li:last-child a span {
    margin-top: -1px;
}

.top_page.schedule .container .top_page_area .left .calender_area .display_year_month_area li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #555;
}

.top_page.schedule .container .top_page_area .left .calender_area .display_year_month_area li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_page.schedule .container .top_page_area .left .calender_area .calendar.table {
    margin-bottom: 50px;
}

.top_page.schedule .container .top_page_area .left .calender_area .calendar.table thead tr th {
    width: calc(100% / 7) !important;
}

.top_page.schedule .container .top_page_area .left .calender_area .calendar.table thead tr th:first-child {
    color: rgba(255, 0, 0, 0.6);
}

.top_page.schedule .container .top_page_area .left .calender_area .calendar.table thead tr th:last-child {
    color: rgba(0, 0, 255, 0.6);
}

.top_page.schedule .container .top_page_area .left .calender_area .calendar.table th,
.top_page.schedule .container .top_page_area .left .calender_area .calendar.table td {
    border: 1px solid #c7c7c7;
    text-align: center;
    font-weight: 700;
}

.top_page.schedule .container .top_page_area .left .calender_area .calendar.table td {
    height: 80px;
}

.top_page.schedule .container .top_page_area .left .calender_area .calendar.table td:hover {
    cursor: pointer;
    background-color: #fafc76;
}

.top_page.schedule .container .top_page_area .left .calender_area .calendar.table td .event {
    text-align: center;
}

.top_page.schedule .container .top_page_area .left .calender_area .calendar.table .sat .day {
    color: rgba(0, 0, 255, 0.6);
}

.top_page.schedule .container .top_page_area .left .calender_area .calendar.table .sun .day {
    color: rgba(255, 0, 0, 0.6);
}

.top_page.schedule .container .top_page_area .left .calender_area .calendar.table .holiday .day {
    color: rgba(0, 255, 0, 0.95);
}

.top_page.schedule .container .top_page_area .left .calender_area .calendar.table .holiday .holiday {
    color: rgba(0, 255, 0, 0.95);
    text-align: center;
    font-size: 0.5rem;
}

.top_page.schedule .container .top_page_area .left .calender_area .calendar.table .today .day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_page.schedule .container .top_page_area .left .calender_area .calendar.table .today .day span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 255, 0.6);
    color: #fff;
    border-radius: 9999px;
    width: 25px;
    height: 25px;
}

.top_page.schedule .container .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 768px) {
    .top_page.schedule .container .right {
        padding-left: 0px;
        text-align: center;
    }
}

.top_page.schedule .container .right ul {
    width: 80%;
}

.top_page.schedule .container .right ul li {
    width: 100%;
    height: 64px;
    background-color: #2a6ab2;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_page.schedule .container .right ul li p,
.top_page.schedule .container .right ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
}

.top_page.schedule .container .right ul li p img,
.top_page.schedule .container .right ul li a img {
    position: absolute;
    top: 35%;
    right: 25px;
}

.top_page.schedule .container .right ul li:hover {
    background-color: salmon;
    cursor: pointer;
}


/****************************** ユーザー設定 ******************************/

.setting {
    font-size: 1.1rem;
}

.setting .to_before .anchor_link {
    padding: 4px 6px;
}

.setting .user_list .add_button_area {
    text-align: right;
    margin-bottom: 20px;
}

.setting .user_list .add_button_area .anchor_link {
    padding: 4px 6px;
}

.setting .user_list_details {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.setting .user_list_details table {
    width: 100%;
}

@media (max-width: 767px) {
    .setting .user_list_details table {
        display: block;
        width: 100%;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .setting .user_list_details table tbody {
        border: 1px solid #ddd;
        display: block;
        width: 100%;
    }
}

.setting .user_list_details table tbody tr:nth-child(even) {
    background-color: rgba(42, 105, 178, 0.1);
}

@media (max-width: 767px) {
    .setting .user_list_details table tbody tr {
        display: block;
        width: 100%;
    }
}

.setting .user_list_details table tbody tr th {
    text-align: center;
}

@media (max-width: 767px) {
    .setting .user_list_details table tbody tr th {
        display: block;
        width: 100%;
        background-color: #a1bfe2;
    }
}

.setting .user_list_details table tbody tr td {
    text-align: center;
    padding: 4px 0 !important;
}

@media (max-width: 767px) {
    .setting .user_list_details table tbody tr td {
        display: block;
        width: 100%;
    }
}

.setting .user_list_details table tbody tr td a,
.setting .user_list_details table tbody tr td p {
    border-right: 0.5px solid #808080;
    padding: 6px 0 !important;
}

@media (max-width: 767px) {
    .setting .user_list_details table tbody tr td a,
    .setting .user_list_details table tbody tr td p {
        border-right: none;
    }
}

.setting .user_list_details table tbody tr td a {
    color: #2a6ab2;
    display: block;
    width: 100%;
}

.setting .user_list_details table tbody tr td a:hover {
    color: #2a6ab2;
}

.setting .user_list_details table tbody tr td p {
    width: 100%;
}

.setting .user_list_details table tbody tr td button {
    margin-left: 0;
}

.setting .user_list_details.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.setting .user_list_details.pc tr:first-child {
    background-color: #2a69b2;
    color: #fff;
    border: 1px solid #1a1a1a;
}

.setting .user_list_details.sp {
    display: none;
}

@media (max-width: 767px) {
    .setting .user_list_details.pc {
        display: none;
    }
    .setting .user_list_details.sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.setting .entry_sheet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .setting .entry_sheet table {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .setting .entry_sheet table tbody {
        display: block;
        width: 100%;
    }
}

.setting .entry_sheet table tbody tr:nth-child(odd) {
    background-color: rgba(42, 105, 178, 0.1);
}

@media (max-width: 767px) {
    .setting .entry_sheet table tbody tr {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .setting .entry_sheet table tbody tr th,
    .setting .entry_sheet table tbody tr td {
        display: block;
        width: 100%;
    }
}

.setting th,
.setting td {
    border: none;
    vertical-align: middle;
}

.setting .complete h3 {
    background-color: #fff;
    color: #000;
}

.user_lists .container .return_button_area {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .user_lists .container .return_button_area {
        margin-bottom: 20px;
    }
}

.user_lists .container .return_button_area .return_button {
    background-color: #2a6ab2;
    text-align: center;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 550;
    border-radius: 4px;
    margin-left: 5%;
}

@media (max-width: 768px) {
    .user_lists .container .return_button_area .return_button {
        display: block;
        width: 60%;
        padding: 10px 0;
        margin: 0 auto;
        font-size: 15px;
    }
}

.user_lists .container .add_button_area {
    margin-bottom: 50px;
    text-align: right;
}

@media (max-width: 768px) {
    .user_lists .container .add_button_area {
        margin-bottom: 50px;
    }
}

.user_lists .container .add_button_area .add_button {
    background-color: #2a6ab2;
    text-align: center;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 550;
    border-radius: 4px;
    margin-left: 50px;
    margin-bottom: 50px;
    margin-right: 5%;
}

@media (max-width: 768px) {
    .user_lists .container .add_button_area .add_button {
        display: block;
        width: 60%;
        padding: 10px 0;
        margin: 0 auto;
        font-size: 15px;
    }
}

.user_lists .container .table_area {
    margin-bottom: 150px;
    padding: 0 5px;
}

.user_lists .container .table_area table {
    width: 90%;
    margin-bottom: 30px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 20px 0;
}

.user_lists .container .table_area table tr {
    text-align: center;
}

.user_lists .container .table_area table tr:nth-child(even) {
    background-color: #e7f2ff;
}

.user_lists .container .table_area table tr:first-child {
    background-color: #2a6ab2;
}

.user_lists .container .table_area table tr th {
    padding: 18px 0 18px;
    color: #fff;
    font-size: 16px;
    border-right: 1px solid #fff;
}

@media (max-width: 768px) {
    .user_lists .container .table_area table tr th {
        display: block;
    }
}

.user_lists .container .table_area table tr td {
    padding: 18px 0 18px;
}

@media (max-width: 768px) {
    .user_lists .container .table_area table tr td {
        padding: 0;
    }
}

.user_lists .container .table_area table tr td a {
    background-color: #929292;
    text-align: center;
    padding: 10px 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .user_lists .container .table_area table tr td a {
        display: block;
        width: 120px;
        border-radius: 3px;
        margin: 0 auto;
    }
}

.user_lists .container .tbl-r06 tbody tr span {
    background-color: #2a6ab2;
    color: #fff;
    padding: 10px 0;
}

.user_lists .container .tbl-r06 tbody tr p {
    padding: 10px 0;
}

.user_lists .container .tbl-r06 tbody tr td {
    text-align: center;
    border: 1px solid #000;
}

.user_lists .container .tbl-r06 tr:nth-child(even) {
    background: #fbf5f5;
}

.user_lists .container .tbl-r06 td {
    border: none;
}

.user_lists .container .tbl-r06 .last {
    border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 768px) {
    .user_lists .container .tbl-r06 {
        width: 100%;
    }
    .user_lists .container .tbl-r06 .thead {
        display: none;
    }
    .user_lists .container .tbl-r06 td {
        display: block;
    }
    .user_lists .container .tbl-r06 span {
        font-weight: bold;
    }
    .user_lists .container .tbl-r06 .last {
        border-bottom: none;
    }
}

.user_add .container .return_button_area {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .user_add .container .return_button_area {
        margin-bottom: 20px;
    }
}

.user_add .container .return_button_area .return_button {
    background-color: #2a6ab2;
    text-align: center;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 550;
    border-radius: 4px;
    margin-left: 5%;
}

@media (max-width: 768px) {
    .user_add .container .return_button_area .return_button {
        display: block;
        width: 60%;
        padding: 10px 0;
        margin: 0 auto;
        font-size: 15px;
    }
}

.user_add .container .input_area {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .user_add .container .input_area {
        margin-bottom: 30px;
    }
}

.user_add .container .input_area .input_section {
    padding: 15px 10%;
}

@media (max-width: 768px) {
    .user_add .container .input_area .input_section {
        padding: 0%;
    }
}

.user_add .container .input_area .input_section .form-control {
    width: 60%;
    display: initial;
}

.user_add .container .input_area .input_section .input_1 {
    width: 50%;
    margin: 0 auto;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .user_add .container .input_area .input_section .input_1 {
        width: 100%;
        font-size: 15px;
    }
}

.user_add .container .input_area .input_section .input_1:nth-child(odd) {
    background-color: #e7f2ff;
}

.user_add .container .registration_buttum_area {
    text-align: center;
    margin-bottom: 100px;
}

.user_add .container .registration_buttum_area .registration_buttum {
    background-color: #2a6ab2;
    text-align: center;
    padding: 10px 50px;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .user_add .container .registration_buttum_area .registration_buttum {
        display: block;
        width: 40%;
        padding: 10px 0;
        margin: 0 auto;
        font-size: 15px;
    }
}


/****************************** パスワード再発行 ******************************/

.password_reissue {
    height: 100vh;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: rgba(42, 105, 178, 0.1);
}

.password_reissue .password_reissue_area {
    width: 50%;
}

@media (max-width: 767px) {
    .password_reissue .password_reissue_area {
        width: 100%;
    }
}

.password_reissue .submit_btn_area {
    text-align: center;
    margin-top: 25px;
}

.password_reissue .enter {
    width: 50%;
}

@media (max-width: 767px) {
    .password_reissue .enter {
        width: 100%;
    }
}

.password_reissue .enter h2 {
    background-color: #fff;
    border-bottom: 2px solid #2a6ab2;
}

.password_reissue .enter th {
    background-color: #2a69b2;
    text-align: center;
    color: #fff;
    border: 1px solid #1a1a1a;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .password_reissue .enter th {
        border: none;
    }
}

.password_reissue .enter td {
    background-color: #fff;
    border: 1px solid #1a1a1a;
}

@media (max-width: 767px) {
    .password_reissue .enter td {
        border: none;
    }
}

@media (max-width: 767px) {
    .password_reissue .enter .confirm_password th,
    .password_reissue .enter .confirm_password td {
        border: none;
    }
}

.password_reissue .password_reissue_complete .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .password_reissue .password_reissue_complete .container {
        width: 90%;
    }
}

.password_reissue .password_reissue_complete .container h2,
.password_reissue .password_reissue_complete .container .back_home {
    text-align: center;
}

.password_reissue .password_reissue_complete .container .back_home {
    margin-top: 25px;
}

.page.password_reissue.complete h3 {
    background-color: transparent;
}


/******************** CSV取込 ********************/

.csv_add .container .return_button_area {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .csv_add .container .return_button_area {
        margin-bottom: 20px;
    }
}

.csv_add .container .return_button_area .return_button {
    background-color: #2a6ab2;
    text-align: center;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 550;
    border-radius: 4px;
    margin-left: 5%;
}

@media (max-width: 768px) {
    .csv_add .container .return_button_area .return_button {
        display: block;
        width: 60%;
        padding: 10px 0;
        margin: 0 auto;
        font-size: 15px;
    }
}

.csv_add .container .input_area {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .csv_add .container .input_area {
        margin-bottom: 30px;
    }
}

.csv_add .container .input_area .input_section .form-control {
    width: 60%;
    display: initial;
}

.csv_add .container .input_area .input_section .input_1 {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .csv_add .container .input_area .input_section .input_1 {
        width: 100%;
        font-size: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.csv_add .container .input_area .input_section .input_1:nth-child(odd) {
    background-color: #e7f2ff;
}

.csv_add .container .input_area .input_section .input_1 span {
    display: block;
    width: 200px;
}

@media (max-width: 767px) {
    .csv_add .container .input_area .input_section .input_1 span {
        width: 100%;
        text-align: center;
        background-color: #59a7ff;
        color: #fff;
        padding: 5px 0;
    }
}

.csv_add .container .input_area .input_section .input_1 input {
    width: 100%;
}

@media (max-width: 767px) {
    .csv_add .container .input_area .input_section .input_1 input {
        padding: 5px 0;
        margin: 0 auto;
        width: 300px;
    }
}

.csv_add .container .capture_button_area {
    text-align: center;
    margin-bottom: 100px;
}

.csv_add .container .capture_button_area .capture_button {
    background-color: #2a6ab2;
    text-align: center;
    padding: 10px 50px;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .csv_add .container .capture_button_area .capture_button {
        display: block;
        width: 40%;
        padding: 10px 0;
        margin: 0 auto;
        font-size: 15px;
    }
}


/******************** CSV出力 ********************/

.page.csv_export .csv_export_top {
    margin-bottom: 20px;
}

.page.csv_export .csv_export_top h2 {
    margin-bottom: 0;
}

.page.csv_export .container h3 {
    background-color: #fff;
    color: #000;
}

@media (max-width: 767px) {
    .page.csv_export .container h3 {
        font-size: 25px;
        padding-left: 0;
    }
}

.page.csv_export .search_button_area {
    text-align: center;
    margin: 50px auto;
}

.page.csv_export .search_button_area .search_buttum {
    background-color: #2a6ab2;
    text-align: center;
    padding: 10px 50px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    margin-bottom: 50px;
}


/******************** 出庫一覧 ********************/

.shukko_lists_area {
    /* スクロールバーのスタイル */
}

.shukko_lists_area .shukko_lists_top {
    margin-bottom: 20px;
}

.shukko_lists_area .shukko_lists_top h2 {
    margin-bottom: 0;
}

.shukko_lists_area .container h3 {
    background-color: #fff;
    color: #000;
    font-weight: 700;
}

@media (max-width: 767px) {
    .shukko_lists_area .container h3 {
        font-size: 25px;
        padding-left: 0;
    }
}

.shukko_lists_area .container .input_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .shukko_lists_area .container .input_area {
        display: block;
    }
}

.shukko_lists_area .container .input_area .table {
    width: 100%;
}

@media (max-width: 767px) {
    .shukko_lists_area .container .input_area .table {
        display: block;
    }
}

@media (max-width: 767px) {
    .shukko_lists_area .container .input_area .table tbody {
        display: block;
        width: 100%;
    }
}

.shukko_lists_area .container .input_area .table tbody tr:nth-child(odd) {
    background-color: #e7f2ff;
}

.shukko_lists_area .container .input_area .table tbody tr:last-child {
    border-bottom: 1px solid #dee2e6;
}

@media (max-width: 767px) {
    .shukko_lists_area .container .input_area .table tbody tr {
        display: block;
        width: 100%;
    }
}

.shukko_lists_area .container .input_area .table tbody tr th,
.shukko_lists_area .container .input_area .table tbody tr td {
    line-height: 2;
    vertical-align: middle;
}

.shukko_lists_area .container .input_area .table tbody tr th {
    width: 15%;
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-left: 1px solid #dee2e6;
}

@media (max-width: 768px) {
    .shukko_lists_area .container .input_area .table tbody tr th {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .shukko_lists_area .container .input_area .table tbody tr th {
        display: block;
        width: 100%;
    }
}

.shukko_lists_area .container .input_area .table tbody tr td {
    width: 70%;
    border-right: 1px solid #dee2e6;
}

@media (max-width: 767px) {
    .shukko_lists_area .container .input_area .table tbody tr td {
        display: block;
        width: 100%;
        border-left: 1px solid #dee2e6;
    }
}

.shukko_lists_area .container .input_area .table tbody tr td .form-control {
    width: 40%;
}

@media (max-width: 767px) {
    .shukko_lists_area .container .input_area .table tbody tr td .form-control {
        width: 100%;
    }
}

.shukko_lists_area .container .input_area .table tbody tr td label {
    margin-right: 15px;
    font-weight: 700;
}

.shukko_lists_area .container .input_area .table tbody tr td label:hover {
    cursor: pointer;
}

.shukko_lists_area .search_buttum_area {
    text-align: center;
    margin-bottom: 50px;
}

.shukko_lists_area .search_buttum_area .search_buttum {
    background-color: #2a6ab2;
    text-align: center;
    padding: 10px 50px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    margin-bottom: 50px;
}

.shukko_lists_area .table_area::-webkit-scrollbar {
    height: 10px;
}

.shukko_lists_area .table_area::-webkit-scrollbar-track {
    border-radius: 5px;
}

.shukko_lists_area .table_area::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #e7e7e7;
}

@media screen and (max-width: 1410px) {
    .shukko_lists_area .table_area {
        width: 100%;
        margin: 0 auto;
    }
}

.shukko_lists_area .table_area table {
    width: 100%;
    table-layout: fixed;
    font-weight: 700;
}

@media screen and (max-width: 1410px) {
    .shukko_lists_area .table_area table {
        min-width: 890px;
    }
}

.shukko_lists_area .table_area table thead tr {
    height: 50px;
}

.shukko_lists_area .table_area table thead tr th {
    background-color: #2a6ab2;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #000;
}

.shukko_lists_area .table_area table tbody tr {
    height: 50px;
}

.shukko_lists_area .table_area table tbody:nth-child(even) {
    background-color: #e7f2ff;
}

.shukko_lists_area .table_area table tbody tr th {
    background-color: #2a6ab2;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #000;
}

.shukko_lists_area .table_area table td {
    border: 1px solid #000;
    text-align: center;
}

.shukko_lists_area .table_area table td a {
    color: #fff;
    padding: 10px 15px;
    background-color: #2a6ab2;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .shukko_lists_area .table_area table td a {
        display: block;
        width: 100px;
        border-radius: 3px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .shukko_lists_area .tbl-r06 {
        width: 100%;
    }
}

.shukko_lists_area .tbl-r06 tbody:nth-child(even) {
    background: #fbf5f5;
}

.shukko_lists_area .tbl-r06 tbody tr span {
    background-color: #2a6ab2;
    color: #fff;
    padding: 10px 0;
}

@media (max-width: 768px) {
    .shukko_lists_area .tbl-r06 tbody tr span {
        font-weight: bold;
    }
}

.shukko_lists_area .tbl-r06 tbody tr p {
    padding: 10px 0;
}

.shukko_lists_area .tbl-r06 tbody tr .list_id {
    width: 50px;
}

.shukko_lists_area .tbl-r06 tbody tr td {
    text-align: center;
    word-wrap: break-word;
}

.shukko_lists_area .tbl-r06 thead .thead th {
    white-space: unset;
    word-wrap: break-word;
}

.shukko_lists_area .tbl-r06 thead .thead .fixed01 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    color: #fff;
    background: #2a6ab2;
    font-weight: 700;
}

.shukko_lists_area .tbl-r06 thead .thead .fixed01:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
}

.shukko_lists_area .tbl-r06 thead .thead .fixed02 {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    color: #fff;
    background: #2a6ab2;
    font-weight: 700;
}

.shukko_lists_area .tbl-r06 thead .thead .fixed02:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
}

.shukko_lists_area .tbl-r06 thead .thead .fixed03 {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    color: #fff;
    background: #2a6ab2;
    font-weight: 700;
}

.shukko_lists_area .tbl-r06 thead .thead .fixed03:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
}

.shukko_lists_area .tbl-r06 .last {
    border-bottom: solid 1px #ccc;
}

@media (max-width: 768px) {
    .shukko_lists_area .tbl-r06 .last {
        border-bottom: none;
    }
}


/******************** 出庫指示詳細 ********************/

.shukko_detail_area h4 {
    font-size: 16px;
    padding: 15px 20px;
    margin: 0;
    background-color: #2a69b2;
    border: 1px solid #2a69b2;
    color: #fff;
    font-weight: 700;
}

.shukko_detail_area .shukko_detail_area_top {
    margin-bottom: 20px;
}

.shukko_detail_area .shukko_detail_area_top h2 {
    margin-bottom: 0;
}

.shukko_detail_area .container .button_area {
    text-align: right;
}

.shukko_detail_area .container .input_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .shukko_detail_area .container .input_area {
        display: block;
    }
}

@media (max-width: 767px) {
    .shukko_detail_area .container .input_area {
        margin-bottom: 30px;
    }
}

.shukko_detail_area .container .input_area table {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 768px) {
    .shukko_detail_area .container .input_area table {
        width: 100%;
    }
}

.shukko_detail_area .container .input_area table tbody tr {
    padding: 20px 0;
}

.shukko_detail_area .container .input_area table tbody tr.container-label-row {
  height: 110px;
}

@media (max-width: 768px) {
  .shukko_detail_area .container .input_area table tbody tr.container-label-row {
    height: 50px;
  }
}

.shukko_detail_area .container .input_area table tbody tr:nth-child(odd) {
    background-color: #e7f2ff;
}

.shukko_detail_area .container .input_area table tbody tr th {
    height: 50px;
    width: 35%;
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 768px) {
    .shukko_detail_area .container .input_area table tbody tr th {
        font-size: 15px;
        width: 40%;
    }
}

.shukko_detail_area .container .input_area table tbody tr td {
    height: 50px;
    width: 65%;
    font-weight: 700;
}

@media (max-width: 768px) {
    .shukko_detail_area .container .input_area table tbody tr td {
        width: 60%;
    }
}

.shukko_detail_area .container .input_area table tbody tr td .form-control {
    width: 80%;
    font-weight: 700;
}

@media (max-width: 768px) {
    .shukko_detail_area .container .input_area .input_area_right tbody tr:nth-child(odd) {
        background-color: #fff;
    }
}

@media (max-width: 768px) {
    .shukko_detail_area .container .input_area .input_area_right tbody tr:nth-child(even) {
        background-color: #e7f2ff;
    }
}

.shukko_detail_area .container .input_area .input_area_right tbody tr td div {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shukko_detail_area .container .input_area .input_area_right tbody tr td div .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  border: 2.5px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 10px;
}

.shukko_detail_area .container .input_area .input_area_right tbody tr td div .box p {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}


.shukko_detail_area .search_buttum_area {
    text-align: center;
    margin-bottom: 50px;
}

.shukko_detail_area .search_buttum_area .search_buttum {
    background-color: #2a6ab2;
    text-align: center;
    padding: 10px 50px;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    margin-bottom: 50px;
}

.shukko_detail_area .table_area {
    margin-bottom: 0px;
}

.shukko_detail_area .table_area table {
    width: 100%;
    table-layout: fixed;
}

.shukko_detail_area .table_area .tbl-r06 tbody:nth-child(even) {
    background-color: #e7f2ff;
}

.shukko_detail_area .table_area table tbody tr .remarks {
    background-color: #fff;
    text-align: left;
    font-weight: 700;
}

.shukko_detail_area .table_area table tbody tr th,
.shukko_detail_area .table_area table tbody tr td {
    height: 50px;
    border: 1px solid #000;
    white-space: unset;
    word-wrap: break-word;
}

.shukko_detail_area .table_area .tbl-r06 thead tr th {
    background-color: #2a6ab2;
    color: #fff;
    white-space: unset;
    word-wrap: break-word;
    text-align: center;
    height: 50px;
    border: 1px solid #000;
}

.shukko_detail_area .table_area table tbody tr .green_thead {
    background-color: #037a03b7;
    color: #fff;
    white-space: unset;
    word-wrap: break-word;
    text-align: center;
    font-weight: 700;
}

.shukko_detail_area .table_area table tbody tr td {
    text-align: center;
    font-weight: 700;
}

.shukko_detail_area .table_area table tbody tr td a {
    color: #fff;
    padding: 10px 15px;
    background-color: #2a6ab2;
    border-radius: 1px;
}

.shukko_detail_area .table_area table tbody tr td .btn-primary {
    background-color: #2a6ab2;
}

.shukko_detail_area .table_area .count_works {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .shukko_detail_area .table_area .count_works {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .shukko_detail_area .table_area .count_works tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .shukko_detail_area .table_area .count_works tbody tr {
        display: block;
        width: 100%;
        height: auto;
    }
}

.shukko_detail_area .table_area .count_works tbody tr th,
.shukko_detail_area .table_area .count_works tbody tr td {
    border: 1px solid #000;
    vertical-align: middle;
}

.shukko_detail_area .table_area .count_works tbody tr th {
    width: 15%;
    background-color: #2a6ab2;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 767px) {
    .shukko_detail_area .table_area .count_works tbody tr th {
        display: block;
        width: 100%;
        padding: 5px;
    }
}

.shukko_detail_area .table_area .count_works tbody tr td {
    text-align: center;
    background-color: #e7f2ff;
}

@media (max-width: 767px) {
    .shukko_detail_area .table_area .count_works tbody tr td {
        display: block;
        width: 100%;
        padding: 5px;
        min-height: 36px;
    }
}

.shukko_detail_area .table_area .barcode_area {
    text-align: right;
    margin-bottom: 25px;
}

.shukko_detail_area .table_area .barcode_area .modal_agency_search {
    border-radius: 0px;
}

.shukko_detail_area .table_area .shukko_detail_area_scroll .tbl-r06 tbody tr {
    border: 0px solid #000;
}

.shukko_detail_area .table_area .shukko_detail_area_scroll .tbl-r06 tbody tr:nth-child(even) td .check_complete:disabled::after {
    background: #fbf5f5;
}

.shukko_detail_area .table_area .shukko_detail_area_scroll .tbl-r06 tbody tr span {
    background-color: #2a6ab2;
    color: #fff;
    padding: 10px 0;
}

.shukko_detail_area .table_area .shukko_detail_area_scroll .tbl-r06 tbody tr p {
    padding: 10px 0;
}

.shukko_detail_area .table_area .shukko_detail_area_scroll .tbl-r06 tbody tr td {
    text-align: center;
    border: 1px solid #000;
    word-wrap: break-word;
    font-weight: 700;
}

.shukko_detail_area .table_area .shukko_detail_area_scroll .tbl-r06 tbody tr td .sagyou_btn {
    border-radius: 3px;
    padding: 5px 10px;
}

.shukko_detail_area .table_area .shukko_detail_area_scroll .tbl-r06 tbody tr td .check_complete:disabled {
    position: relative;
    margin: 0;
    cursor: pointer;
}

.shukko_detail_area .table_area .shukko_detail_area_scroll .tbl-r06 tbody tr td .check_complete:disabled::before {
    position: absolute;
    z-index: 1;
    top: 0.125rem;
    left: 0.1875rem;
    width: 0.75rem;
    height: 0.375rem;
    content: "";
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    border: 2px solid #000;
    border-top-style: none;
    border-right-style: none;
}

.shukko_detail_area .table_area .shukko_detail_area_scroll .tbl-r06 tbody tr td .check_complete:disabled:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.shukko_detail_area .table_area .shukko_detail_area_scroll .tbl-r06 tbody tr td .check_complete:disabled::after {
    position: absolute;
    top: 0rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    content: "";
    cursor: pointer;
    border: none;
    background: #ffffff;
}

.shukko_detail_area .table_area .shukko_detail_area_scroll .tbl-r06 thead .fixed01 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 0;
    color: #fff;
    font-weight: 700;
}

.shukko_detail_area .table_area .shukko_detail_area_scroll .tbl-r06 thead .fixed02 {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    color: #fff;
    font-weight: 700;
}

.shukko_detail_area .table_area .shukko_detail_area_scroll .tbl-r06 thead .fixed01:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
}

.shukko_detail_area .table_area .shukko_detail_area_scroll .tbl-r06 thead .fixed02:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
}

.shukko_detail_area .table_area table tbody:nth-child(even) {
    background: #fbf5f5;
}

.shukko_detail_area .table_area .tbl-r06 td {
    border: none;
}

.shukko_detail_area .table_area .tbl-r06 .last {
    border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 768px) {
    .shukko_detail_area .table_area .shukko_detail_area_scroll {
        overflow-x: scroll;
    }
    .shukko_detail_area .table_area .shukko_detail_area_scroll .tbl-r06 {
        width: 100%;
        min-width: 768px;
    }
    .shukko_detail_area .table_area .shukko_detail_area_scroll .tbl-r06 span {
        font-weight: bold;
    }
    .shukko_detail_area .table_area .shukko_detail_area_scroll .tbl-r06 .last {
        border-bottom: none;
    }
}

.shukko_detail_area .pagenavi {
    margin-top: 25px;
}

.shukko_detail_area .label_area {
    margin-bottom: 25px;
}

.shukko_detail_area .label_area table tr td {
    border: none;
    height: 70px;
    vertical-align: middle;
}

.shukko_detail_area .label_area table tr td div {
    width: 60%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shukko_detail_area .label_area table tr td div .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 2.5px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.shukko_detail_area .label_area table tr td div .box p {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.shukko_detail_area .shukko_detail_area_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .shukko_detail_area .shukko_detail_area_bottom {
        display: -ms-grid;
        display: grid;
    }
}

.shukko_detail_area .shukko_detail_area_bottom .left {
    display: inline-block;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .shukko_detail_area .shukko_detail_area_bottom .left {
        margin: 0 auto 60px;
    }
}

.shukko_detail_area .shukko_detail_area_bottom .left a {
    color: #fff;
    padding: 20px 20px;
    background-color: #2a6ab2;
}

.shukko_detail_area .shukko_detail_area_bottom .center {
    display: inline-block;
    color: #fff;
    padding: 17px 0 15px 10px;
    background-color: #2a6ab2;
    margin-right: 2px;
}

@media (max-width: 768px) {
    .shukko_detail_area .shukko_detail_area_bottom .center {
        display: inline-block;
    }
}

.shukko_detail_area .shukko_detail_area_bottom .center .camera {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

@media (max-width: 768px) {
    .shukko_detail_area .shukko_detail_area_bottom .center .camera {
        display: -ms-grid;
        display: grid;
        width: 300px;
    }
}

@media (max-width: 768px) {
    .shukko_detail_area .shukko_detail_area_bottom .center .camera p {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .shukko_detail_area .shukko_detail_area_bottom .center .camera input {
        width: 300px;
    }
}

.shukko_detail_area .shukko_detail_area_bottom .center input {
    color: #000;
}

@media (max-width: 768px) {
    .shukko_detail_area .shukko_detail_area_bottom .center {
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 10px 0 10px 5px;
    }
}

.shukko_detail_area .shukko_detail_area_bottom .rigth {
    display: inline-block;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .shukko_detail_area .shukko_detail_area_bottom .rigth {
        margin: 0 auto 60px;
    }
}

.shukko_detail_area .shukko_detail_area_bottom .rigth a {
    color: #fff;
    padding: 20px 20px;
    background-color: #2a6ab2;
}

.shukko_detail_area .upload_image_area {
    margin-bottom: 25px;
}

.shukko_detail_area .upload_image_area .upload_image_sheet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shukko_detail_area .upload_image_area .upload_image_sheet table th,
.shukko_detail_area .upload_image_area .upload_image_sheet table td {
    border: none;
    width: 200px;
    height: 66px;
    vertical-align: middle;
    font-weight: 700;
}

.shukko_detail_area .upload_image_area .upload_image_sheet .no_area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.shukko_detail_area .upload_image_area .upload_image_sheet .image_file_area {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.shukko_detail_area .upload_image_area .upload_image_sheet .plus_minus_button_area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.shukko_detail_area .upload_image_area .upload_image_sheet .plus_minus_button_area td div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shukko_detail_area .upload_image_area .upload_image_sheet .plus_minus_button_area td div .add_sheet {
    margin-right: 15px;
}

#modal-barcode .modal-dialog {
    max-width: 430px;
    margin: 1.75rem auto;
}

@media (max-width: 768px) {
    #modal-barcode .modal-dialog {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #modal-barcode .modal-dialog .modal-content {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    #modal-barcode .modal-dialog .modal-content .modal-body {
        padding: 0.5rem;
    }
}

#modal-barcode .modal-dialog .modal-content .modal-body .scan_area #photo-area.viewport {
    position: relative;
    width: 400px;
    height: 320px;
    /*
                        video {
                            transform: translateX(-20vw) translateY(-30vw);
                            width: 120vw;
                        }
                        canvas {
                            transform: translateX(-20vw) translateY(-200vw);
                        }
                        */
}

@media (max-width: 768px) {
    #modal-barcode .modal-dialog .modal-content .modal-body .scan_area #photo-area.viewport {
        width: 319.5px;
    }
}

#modal-barcode .modal-dialog .modal-content .modal-body .scan_area #photo-area.viewport video,
#modal-barcode .modal-dialog .modal-content .modal-body .scan_area #photo-area.viewport canvas {
    position: absolute;
    width: 400px;
    height: 320px;
}

@media (max-width: 768px) {
    #modal-barcode .modal-dialog .modal-content .modal-body .scan_area #photo-area.viewport video,
    #modal-barcode .modal-dialog .modal-content .modal-body .scan_area #photo-area.viewport canvas {
        width: 319.5px;
    }
}

#modal-barcode .modal-dialog .modal-content .modal-body .scan_area #photo-area.viewport canvas.drawingBuffer,
#modal-barcode .modal-dialog .modal-content .modal-body .scan_area #photo-area.viewport video.drawingBuffer {
    margin-left: 0px;
}

#modal-result .modal-dialog .modal-content {
    padding: 15px;
}

#modal-result .modal-dialog .modal-content .modal-result-body .scan_nyuko_number {
    font-size: 2.5rem;
    margin: 40px auto;
}

#modal-result .modal-dialog .modal-content .submit_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#modal-result .modal-dialog .modal-content .submit_area .button_registration {
    width: 200px !important;
}


/******************** 荷揃えチェック ********************/

.vanning_check .container .button_area_back {
    margin-bottom: 25px;
}

.vanning_check .container .vanning_check_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.vanning_check .container .vanning_check_top h2 {
    border-left: 3px solid #222;
    margin-left: 5%;
    padding-left: 2%;
    padding-right: 2%;
}

.vanning_check .container .input_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .vanning_check .container .input_area {
        display: block;
    }
}

.vanning_check .container .input_area .input_area_left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 768px) {
    .vanning_check .container .input_area .input_area_left {
        width: 100%;
    }
}

.vanning_check .container .input_area .input_area_left tbody tr {
    padding: 20px 0;
}

.vanning_check .container .input_area .input_area_left tbody tr:nth-child(odd) {
    background-color: #e7f2ff;
}

.vanning_check .container .input_area .input_area_left tbody tr th {
    height: 50px;
    width: 35%;
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding-left: 10%;
}

@media (max-width: 768px) {
    .vanning_check .container .input_area .input_area_left tbody tr th {
        font-size: 15px;
        padding-left: 5%;
    }
}

.vanning_check .container .input_area .input_area_left tbody tr td {
    height: 50px;
    width: 65%;
}

.vanning_check .container .input_area .input_area_left tbody tr td .form-control {
    width: 80%;
}

.vanning_check .container .input_area .input_area_right {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

@media (max-width: 768px) {
    .vanning_check .container .input_area .input_area_right {
        width: 100%;
    }
}

.vanning_check .container .input_area .input_area_right tbody tr:nth-child(odd) {
    background-color: #e7f2ff;
}

.vanning_check .container .input_area .input_area_right tbody tr th {
    height: 50px;
    width: 35%;
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

@media (max-width: 768px) {
    .vanning_check .container .input_area .input_area_right tbody tr th {
        font-size: 15px;
        padding-left: 5%;
    }
}

.vanning_check .container .input_area .input_area_right tbody tr td {
    height: 50px;
    width: 65%;
}

.vanning_check .container .input_area .input_area_right tbody tr td .form-control {
    width: 100%;
}

.vanning_check .siyou_sizai_h3_area {
    margin-top: 50px;
    background-color: #2a6ab2;
    text-align: center;
}

.vanning_check .siyou_sizai_h3_area h3 {
    padding: 15px 0;
    margin-bottom: 0;
}

.vanning_check .shiyoushizai_input_area {
    margin-bottom: 50px;
}

.vanning_check .shiyoushizai_input_area ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 15px;
    margin-bottom: 0px;
}

.vanning_check .shiyoushizai_input_area ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 15px;
    margin-bottom: 15px;
    height: 50px;
}

.vanning_check .shiyoushizai_input_area ul li p {
    width: 200px;
    font-weight: bold;
}

.vanning_check .shiyoushizai_input_area ul li input {
    width: 80%;
}

.vanning_check .lable_h3_area {
    background-color: #2a6ab2;
    text-align: center;
}

.vanning_check .lable_h3_area h3 {
    padding: 15px 0;
    margin-bottom: 0;
}

.vanning_check .checkbox_area {
    padding: 25px;
    background-color: #e7f2ff;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.vanning_check .checkbox_area label {
    font-weight: bold;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.vanning_check .checkbox_area label:hover {
    cursor: pointer;
}

.vanning_check .button_area {
    text-align: center;
    margin-bottom: 100px;
}

.vanning_check .button_area .registration_buttum {
    background-color: #2a6ab2;
    text-align: center;
    padding: 10px 50px;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .vanning_check .button_area .registration_buttum {
        margin-right: 0;
    }
}

.vanning_check .button_area .lists_return_button {
    background-color: #707070;
    text-align: center;
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 550;
    border-radius: 4px;
    margin-left: 5%;
}

@media (max-width: 768px) {
    .vanning_check .button_area .lists_return_button {
        margin-left: 1%;
    }
}


/******************** 作業内容 ********************/

.sagyou_naiyou .container table tr th,
.sagyou_naiyou .container table tr td {
    height: 50px;
    border: 1px solid #000;
    vertical-align: middle;
    font-weight: 700;
}

.sagyou_naiyou .container table tr th {
    background-color: #2a6ab2;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.sagyou_naiyou .container table tr td {
    text-align: center;
}

.sagyou_naiyou .container .sagyou_naiyou_contents {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_no {
        overflow-x: scroll;
    }
}

@media (max-width: 767px) {
    .sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_no table {
        min-width: 768px;
    }
}

.sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_no table tr th:first-child {
    width: 25%;
}

.sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_no table tr .remarks {
    text-align: left;
}

.sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_koumoku {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_koumoku {
        overflow-x: scroll;
    }
}

@media (max-width: 767px) {
    .sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_koumoku table {
        min-width: 768px;
    }
}

.sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_koumoku table tr:nth-child(even) td {
    background-color: #e7f2ff;
}

.sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_koumoku table tr th,
.sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_koumoku table tr td {
    border-top: none;
}

.sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_koumoku table tr th {
    width: 25%;
}

.sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_koumoku table tr td {
    padding: 20px 0;
}

.sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_koumoku table tr td:nth-child(3) {
    text-indent: 1rem;
    text-align: left;
}

@media (max-width: 767px) {
    .sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_info_detail {
        overflow-x: scroll;
    }
}

@media (max-width: 767px) {
    .sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_info_detail table {
        min-width: 768px;
    }
}

.sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_info_detail table tr th,
.sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_info_detail table tr td {
    border-top: none;
}

.sagyou_naiyou .container .sagyou_naiyou_contents .sagyou_info_detail table tr th {
    width: calc(100% / 7);
}

.sagyou_naiyou .container .submit_area {
    margin-top: 50px;
}

.sagyou_naiyou .container .submit_area table tr td {
    border: none;
    background-color: transparent;
}


/******************** 輸入入荷予定一覧 ********************/

.nyuuko_lists_area {
    /* スクロールバーのスタイル */
}

.nyuuko_lists_area .nyuuko_lists_top {
    margin-bottom: 20px;
}

.nyuuko_lists_area .nyuuko_lists_top h2 {
    margin-bottom: 0;
}

.nyuuko_lists_area .container h3 {
    background-color: #fff;
    color: #000;
}

@media (max-width: 767px) {
    .nyuuko_lists_area .container h3 {
        font-size: 25px;
        padding-left: 0;
    }
}

.nyuuko_lists_area .container .input_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .nyuuko_lists_area .container .input_area {
        display: block;
    }
}

.nyuuko_lists_area .container .input_area .table {
    width: 100%;
}

@media (max-width: 767px) {
    .nyuuko_lists_area .container .input_area .table {
        display: block;
    }
}

@media (max-width: 767px) {
    .nyuuko_lists_area .container .input_area .table tbody {
        display: block;
        width: 100%;
    }
}

.nyuuko_lists_area .container .input_area .table tbody tr:nth-child(odd) {
    background-color: #e7f2ff;
}

.nyuuko_lists_area .container .input_area .table tbody tr:last-child {
    border-bottom: 1px solid #dee2e6;
}

@media (max-width: 767px) {
    .nyuuko_lists_area .container .input_area .table tbody tr {
        display: block;
        width: 100%;
    }
}

.nyuuko_lists_area .container .input_area .table tbody tr th,
.nyuuko_lists_area .container .input_area .table tbody tr td {
    line-height: 2;
    vertical-align: middle;
}

.nyuuko_lists_area .container .input_area .table tbody tr th {
    width: 15%;
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-left: 1px solid #dee2e6;
}

@media (max-width: 768px) {
    .nyuuko_lists_area .container .input_area .table tbody tr th {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .nyuuko_lists_area .container .input_area .table tbody tr th {
        display: block;
        width: 100%;
    }
}

.nyuuko_lists_area .container .input_area .table tbody tr td {
    width: 70%;
    border-right: 1px solid #dee2e6;
}

@media (max-width: 767px) {
    .nyuuko_lists_area .container .input_area .table tbody tr td {
        display: block;
        width: 100%;
        border-left: 1px solid #dee2e6;
    }
}

.nyuuko_lists_area .container .input_area .table tbody tr td .form-control {
    width: 40%;
}

@media (max-width: 767px) {
    .nyuuko_lists_area .container .input_area .table tbody tr td .form-control {
        width: 100%;
    }
}

.nyuuko_lists_area .container .input_area .table tbody tr td label {
    margin-right: 15px;
}

.nyuuko_lists_area .container .input_area .table tbody tr td label:hover {
    cursor: pointer;
}

.nyuuko_lists_area .search_buttum_area {
    text-align: center;
    margin-bottom: 50px;
}

.nyuuko_lists_area .search_buttum_area .search_buttum {
    background-color: #2a6ab2;
    text-align: center;
    padding: 10px 50px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    margin-bottom: 50px;
}

.nyuuko_lists_area .scrollbar::-webkit-scrollbar,
.nyuuko_lists_area .table_area::-webkit-scrollbar {
    height: 10px;
}

.nyuuko_lists_area .scrollbar::-webkit-scrollbar-track,
.nyuuko_lists_area .table_area::-webkit-scrollbar-track {
    border-radius: 5px;
}

.nyuuko_lists_area .scrollbar::-webkit-scrollbar-thumb,
.nyuuko_lists_area .table_area::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #e7e7e7;
}

@media screen and (max-width: 1410px) {
    .nyuuko_lists_area .scrollbar {
        width: 100%;
        margin: 0 auto;
        height: 10px;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

.nyuuko_lists_area .scrollbar .inner {
    width: 100%;
    height: 1px;
}

@media screen and (max-width: 1410px) {
    .nyuuko_lists_area .scrollbar .inner {
        min-width: 1410px;
    }
}

.nyuuko_lists_area .table_area {
    margin: 0 -150px 100px;
}

@media screen and (max-width: 1410px) {
    .nyuuko_lists_area .table_area {
        width: 100%;
        margin: 0 auto;
        overflow-x: scroll;
    }
}

.nyuuko_lists_area .table_area table {
    width: 100%;
    table-layout: fixed;
}

@media screen and (max-width: 1410px) {
    .nyuuko_lists_area .table_area table {
        min-width: 1410px;
    }
}

.nyuuko_lists_area .table_area table tbody tr {
    border: 1px solid #000;
    height: 50px;
}

.nyuuko_lists_area .table_area table tbody tr:nth-child(even) {
    background-color: #e7f2ff;
}

.nyuuko_lists_area .table_area table tbody tr th {
    background-color: #2a6ab2;
    color: #fff;
    text-align: center;
}

.nyuuko_lists_area .table_area table tbody tr td {
    border: 1px solid #000;
    text-align: center;
}

.nyuuko_lists_area .table_area table tbody tr td a {
    color: #fff;
    padding: 10px 15px;
    background-color: #2a6ab2;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .nyuuko_lists_area .table_area table tbody tr td a {
        display: block;
        width: 100px;
        border-radius: 3px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .nyuuko_lists_area .tbl-r06 {
        width: 100%;
    }
}

.nyuuko_lists_area .tbl-r06 tbody tr:nth-child(even) {
    background: #fbf5f5;
}

.nyuuko_lists_area .tbl-r06 tbody tr span {
    background-color: #2a6ab2;
    color: #fff;
    padding: 10px 0;
}

@media (max-width: 768px) {
    .nyuuko_lists_area .tbl-r06 tbody tr span {
        font-weight: bold;
    }
}

.nyuuko_lists_area .tbl-r06 tbody tr p {
    padding: 10px 0;
}

.nyuuko_lists_area .tbl-r06 tbody tr .list_id {
    width: 50px;
}

.nyuuko_lists_area .tbl-r06 tbody tr th,
.nyuuko_lists_area .tbl-r06 tbody tr td {
    text-align: center;
    word-wrap: break-word;
}

.nyuuko_lists_area .tbl-r06 .last {
    border-bottom: solid 1px #ccc;
}

@media (max-width: 768px) {
    .nyuuko_lists_area .tbl-r06 .last {
        border-bottom: none;
    }
}


/******************** 輸入入荷予定詳細 ********************/

.nyuuko_yotei_detail_area .nyuuko_yotei_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.nyuuko_yotei_detail_area .nyuuko_yotei_list table {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nyuuko_yotei_detail_area .nyuuko_yotei_list table tr {
    border: 1px solid #000;
    height: 50px;
}

.nyuuko_yotei_detail_area .nyuuko_yotei_list table tr:nth-child(even) {
    background-color: #e7f2ff;
}

.nyuuko_yotei_detail_area .nyuuko_yotei_list table tr th {
    background-color: #2a6ab2;
    color: #fff;
    text-align: center;
    width: 250px;
}

.nyuuko_yotei_detail_area .nyuuko_yotei_list table tr td {
    border: 1px solid #000;
    text-align: center;
}

.nyuuko_yotei_detail_area .nyuuko_yotei_list .teble_1 {
    margin-right: 25px;
}

.nyuuko_yotei_detail_area .nyuuko_yotei_list .teble_2 {
    margin-left: 25px;
}


/******************** 輸出搬入予定一覧 ********************/

.hannyu_lists_area {
    /* スクロールバーのスタイル */
}

.hannyu_lists_area .hannyu_lists_top {
    margin-bottom: 20px;
}

.hannyu_lists_area .hannyu_lists_top h2 {
    margin-bottom: 0;
}

.hannyu_lists_area .container h3 {
    background-color: #fff;
    color: #000;
}

@media (max-width: 767px) {
    .hannyu_lists_area .container h3 {
        font-size: 25px;
        padding-left: 0;
    }
}

.hannyu_lists_area .container .input_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .hannyu_lists_area .container .input_area {
        display: block;
    }
}

.hannyu_lists_area .container .input_area .table {
    width: 100%;
}

@media (max-width: 767px) {
    .hannyu_lists_area .container .input_area .table {
        display: block;
    }
}

@media (max-width: 767px) {
    .hannyu_lists_area .container .input_area .table tbody {
        display: block;
        width: 100%;
    }
}

.hannyu_lists_area .container .input_area .table tbody tr:nth-child(odd) {
    background-color: #e7f2ff;
}

.hannyu_lists_area .container .input_area .table tbody tr:last-child {
    border-bottom: 1px solid #dee2e6;
}

@media (max-width: 767px) {
    .hannyu_lists_area .container .input_area .table tbody tr {
        display: block;
        width: 100%;
    }
}

.hannyu_lists_area .container .input_area .table tbody tr th,
.hannyu_lists_area .container .input_area .table tbody tr td {
    line-height: 2;
    vertical-align: middle;
}

.hannyu_lists_area .container .input_area .table tbody tr th {
    width: 15%;
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-left: 1px solid #dee2e6;
}

@media (max-width: 768px) {
    .hannyu_lists_area .container .input_area .table tbody tr th {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .hannyu_lists_area .container .input_area .table tbody tr th {
        display: block;
        width: 100%;
    }
}

.hannyu_lists_area .container .input_area .table tbody tr td {
    width: 70%;
    border-right: 1px solid #dee2e6;
}

@media (max-width: 767px) {
    .hannyu_lists_area .container .input_area .table tbody tr td {
        display: block;
        width: 100%;
        border-left: 1px solid #dee2e6;
    }
}

.hannyu_lists_area .container .input_area .table tbody tr td .form-control {
    width: 40%;
}

@media (max-width: 767px) {
    .hannyu_lists_area .container .input_area .table tbody tr td .form-control {
        width: 100%;
    }
}

.hannyu_lists_area .container .input_area .table tbody tr td label {
    margin-right: 15px;
}

.hannyu_lists_area .container .input_area .table tbody tr td label:hover {
    cursor: pointer;
}

.hannyu_lists_area .search_buttum_area {
    text-align: center;
    margin-bottom: 50px;
}

.hannyu_lists_area .search_buttum_area .search_buttum {
    background-color: #2a6ab2;
    text-align: center;
    padding: 10px 50px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    margin-bottom: 50px;
}

.hannyu_lists_area .scrollbar::-webkit-scrollbar,
.hannyu_lists_area .table_area::-webkit-scrollbar {
    height: 10px;
}

.hannyu_lists_area .scrollbar::-webkit-scrollbar-track,
.hannyu_lists_area .table_area::-webkit-scrollbar-track {
    border-radius: 5px;
}

.hannyu_lists_area .scrollbar::-webkit-scrollbar-thumb,
.hannyu_lists_area .table_area::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #e7e7e7;
}

@media screen and (max-width: 1410px) {
    .hannyu_lists_area .scrollbar {
        width: 100%;
        margin: 0 auto;
        height: 10px;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

.hannyu_lists_area .scrollbar .inner {
    width: 100%;
    height: 1px;
}

@media screen and (max-width: 1410px) {
    .hannyu_lists_area .scrollbar .inner {
        min-width: 1410px;
    }
}

.hannyu_lists_area .table_area {
    margin: 0 -150px 100px;
}

@media screen and (max-width: 1410px) {
    .hannyu_lists_area .table_area {
        width: 100%;
        margin: 0 auto;
        overflow-x: scroll;
    }
}

.hannyu_lists_area .table_area table {
    width: 100%;
    table-layout: fixed;
}

@media screen and (max-width: 1410px) {
    .hannyu_lists_area .table_area table {
        min-width: 1410px;
    }
}

.hannyu_lists_area .table_area table tbody tr {
    border: 1px solid #000;
    height: 50px;
}

.hannyu_lists_area .table_area table tbody tr:nth-child(even) {
    background-color: #e7f2ff;
}

.hannyu_lists_area .table_area table tbody tr th {
    background-color: #2a6ab2;
    color: #fff;
    text-align: center;
}

.hannyu_lists_area .table_area table tbody tr td {
    border: 1px solid #000;
    text-align: center;
}

.hannyu_lists_area .table_area table tbody tr td a {
    color: #fff;
    padding: 10px 15px;
    background-color: #2a6ab2;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .hannyu_lists_area .table_area table tbody tr td a {
        display: block;
        width: 100px;
        border-radius: 3px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .hannyu_lists_area .tbl-r06 {
        width: 100%;
    }
}

.hannyu_lists_area .tbl-r06 tbody tr:nth-child(even) {
    background: #fbf5f5;
}

.hannyu_lists_area .tbl-r06 tbody tr span {
    background-color: #2a6ab2;
    color: #fff;
    padding: 10px 0;
}

@media (max-width: 768px) {
    .hannyu_lists_area .tbl-r06 tbody tr span {
        font-weight: bold;
    }
}

.hannyu_lists_area .tbl-r06 tbody tr p {
    padding: 10px 0;
}

.hannyu_lists_area .tbl-r06 tbody tr .list_id {
    width: 50px;
}

.hannyu_lists_area .tbl-r06 tbody tr th,
.hannyu_lists_area .tbl-r06 tbody tr td {
    text-align: center;
    word-wrap: break-word;
}

.hannyu_lists_area .tbl-r06 .last {
    border-bottom: solid 1px #ccc;
}

@media (max-width: 768px) {
    .hannyu_lists_area .tbl-r06 .last {
        border-bottom: none;
    }
}


/******************** 輸出搬入予定詳細 ********************/

.yusyutu_hannyu_detail_area .yusyutu_hannyu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.yusyutu_hannyu_detail_area .yusyutu_hannyu_list table {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.yusyutu_hannyu_detail_area .yusyutu_hannyu_list table tr {
    border: 1px solid #000;
    height: 50px;
}

.yusyutu_hannyu_detail_area .yusyutu_hannyu_list table tr:nth-child(even) {
    background-color: #e7f2ff;
}

.yusyutu_hannyu_detail_area .yusyutu_hannyu_list table tr th {
    background-color: #2a6ab2;
    color: #fff;
    text-align: center;
    width: 250px;
}

.yusyutu_hannyu_detail_area .yusyutu_hannyu_list table tr td {
    border: 1px solid #000;
    text-align: center;
}

.yusyutu_hannyu_detail_area .yusyutu_hannyu_list .teble_1 {
    margin-right: 25px;
}

.yusyutu_hannyu_detail_area .yusyutu_hannyu_list .teble_2 {
    margin-left: 25px;
}


/******************** 使用資材マスタ ********************/

.page.shiyou_shizai_list .table_area table {
    width: 100%;
    table-layout: fixed;
}

.page.shiyou_shizai_list .table_area table tr:first-child {
    background-color: #2a6ab2;
}

.page.shiyou_shizai_list .table_area table tr th,
.page.shiyou_shizai_list .table_area table tr td {
    text-align: center;
}

.page.shiyou_shizai_list .table_area table tr th {
    color: #fff;
}

.page.shiyou_shizai_list .button_registration {
    margin-right: 0px;
}

.page.shiyou_shizai_registration .container {
    max-width: 750px;
}

.page.shiyou_shizai_registration .container table {
    width: 100%;
}

.page.shiyou_shizai_registration .container table tbody tr:first-child {
    background-color: #e6f2ff;
}

.page.shiyou_shizai_registration .container table tbody tr th {
    width: 250px;
    padding: 20px 0px 20px 20px;
}

.page.shiyou_shizai_registration .container .button_registration {
    margin-right: 0px;
}


/******************** ラベルマスタ ********************/

.page.label_list .table_area table {
    width: 100%;
    table-layout: fixed;
}

.page.label_list .table_area table tr:first-child {
    background-color: #2a6ab2;
}

.page.label_list .table_area table tr th,
.page.label_list .table_area table tr td {
    text-align: center;
}

.page.label_list .table_area table tr th {
    color: #fff;
}

.page.label_list .button_registration {
    margin-right: 0px;
}

.page.label_registration table {
    width: 100%;
}

@media (max-width: 767px) {
    .page.label_registration table {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page.label_registration table tbody {
        display: block;
        width: 100%;
    }
}

.page.label_registration table tbody tr:first-child {
    background-color: #e6f2ff;
}

@media (max-width: 767px) {
    .page.label_registration table tbody tr {
        display: block;
        width: 100%;
    }
}

.page.label_registration table tbody tr th {
    width: 250px;
    padding: 20px 0px 20px 20px;
}

@media (max-width: 767px) {
    .page.label_registration table tbody tr th {
        display: block;
        width: 100%;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .page.label_registration table tbody tr td {
        display: block;
        width: 100%;
        padding: 0 10px 10px;
    }
}

.page.label_registration .button_registration {
    margin-right: 0px;
}


/******************** 荷渡形態マスタ ********************/

.page.niwatashi_keitai_list .table_area table {
    width: 100%;
    table-layout: fixed;
}

.page.niwatashi_keitai_list .table_area table tr:first-child {
    background-color: #2a6ab2;
}

.page.niwatashi_keitai_list .table_area table tr th,
.page.niwatashi_keitai_list .table_area table tr td {
    text-align: center;
}

.page.niwatashi_keitai_list .table_area table tr th {
    color: #fff;
}

.page.niwatashi_keitai_list .button_registration {
    margin-right: 0px;
}

.page.niwatashi_keitai_registration .container {
    max-width: 750px;
}

.page.niwatashi_keitai_registration .container table {
    width: 100%;
}

.page.niwatashi_keitai_registration .container table tbody tr:first-child {
    background-color: #e6f2ff;
}

.page.niwatashi_keitai_registration .container table tbody tr th {
    width: 250px;
    padding: 20px 0px 20px 20px;
}

.page.niwatashi_keitai_registration .container .button_registration {
    margin-right: 0px;
}


/******************** 倉番マスタ ********************/

.page.kuraban_list .table_area table {
    width: 100%;
    table-layout: fixed;
}

.page.kuraban_list .table_area table tr:first-child {
    background-color: #2a6ab2;
}

.page.kuraban_list .table_area table tr th,
.page.kuraban_list .table_area table tr td {
    text-align: center;
}

.page.kuraban_list .table_area table tr th {
    color: #fff;
}

.page.kuraban_list .button_registration {
    margin-right: 0px;
}

.page.kuraban_registration .container {
    max-width: 750px;
}

.page.kuraban_registration .container table {
    width: 100%;
}

.page.kuraban_registration .container table tbody tr:first-child {
    background-color: #e6f2ff;
}

.page.kuraban_registration .container table tbody tr th {
    width: 250px;
    padding: 20px 0px 20px 20px;
}

.page.kuraban_registration .container .button_registration {
    margin-right: 0px;
}


/******************** フッター ********************/

footer {
    background-color: #2a6ab2;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    margin-top: auto;
}

@media (max-width: 768px) {
    footer {
        font-size: 10px;
        padding: 10px 0;
    }
}


/******************** ハンバーガーメニュー展開時 ********************/

html.is-fixed {
    overflow: hidden;
}


/*# sourceMappingURL=admin.css.map */