@media (max-width: 960px) {
    body {
        font-size: 1.2em;
        line-height: 1.2;
    }
    h3 {
        font-size: 1.6rem;
        line-height: 1.0;
        margin-bottom: 1.4rem;
    }
    h4 {
        font-size: 1.6rem;
        line-height: 1.0;
        margin-bottom: 1.4rem;
    }
    h6 {
        font-size: 1.4rem;
        letter-spacing: 0;
        line-height: 1.2;
    }
    .button {
        font-size: 0.8rem;
        height: 2.4rem;
        line-height: 2.4rem;
        padding: 0 2.0rem;
    }
    input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], input[type='color'], input[type='date'], input[type='month'], input[type='week'], input[type='datetime'], input[type='datetime-local'], input:not([type]), textarea, select {
        height: 2.4rem;
        margin-bottom: 1rem;
    }
    select {
        padding: 0 1.0rem;

    }
    legend {
        font-size: 1.6rem;
        font-weight: 400;
        margin-bottom: 1.4rem;
    }
    label {
        font-size: 1.4rem;
        font-weight: 400;
        margin-bottom: 1.0rem;
    }
}

.button_eye {
    width: 20px;
    position: absolute;
    right: 56px;
    transform: translateY(-42px);
    border: 0;
    background: none;
    padding: 0;
}
@media (max-width: 960px) {
    .button_eye {
        transform: translateY(-28px);
    }
}

.error-message {
    color: #cc1f1a;
    top: -10px;
    position: relative;
}

li {
    list-style-type: none;
}

.container {
    max-width: 130rem !important;
}

.top-nav {
    max-width: 130rem !important;
    padding: 0 2rem !important;
}
@media (max-width: 960px) {
    .top-nav {
        padding: 2rem !important;
    }
}

@media (max-width: 960px) {
    .top-nav {
        display: block !important;
    }
}

.top-nav-title img {
    padding-top: 15px;
}
@media (max-width: 960px) {
    .top-nav-title img {
        padding-top: 0;
        padding-bottom: 15px;
    }
}

.top-nav-links {
    margin: 15px 0 !important;
}
@media (max-width: 960px) {
    .top-nav-links {
        margin: 5px 0 !important;
    }
}

.top-nav-links ul {
    margin: 15px 0 !important;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 960px) {
    .top-nav-links ul {
        margin: 5px 0 !important;
    }
}

.top-nav-links li {
    margin: 0;
    padding: 0;
    min-width: 70px;
}
@media (max-width: 960px) {
    .top-nav-links li {
        min-width: 36px;
    }
}

.top-nav-links li a {
    display: grid;
    border: #0066bb solid 1px;
    background: #fff;
    border-radius: 5px;
    padding: 0.6rem;
    text-align: center;
    color: #0066bb;
    font-size: 1.1rem;
    line-height: 1.5;
}
@media (max-width: 960px) {
    .top-nav-links li a {
        font-size: 0.6rem;
        padding: 0.3rem;
        margin: 0 0.2rem;
    }
}

.top-nav-links li.current a {
    background: #0066bb33;
}

.top-nav-links li a i {
    font-size: 2.5rem;
}
@media (max-width: 960px) {
    .top-nav-links li a i {
        font-size: 1.8rem;
    }
}

.top-nav-links li a span {
    display: block;
}

.select-division {
    margin: 15px 0 !important;
}

.select-division ul {
    margin: 15px 0 !important;
    display: flex;
}
@media (max-width: 960px) {
    .select-division ul {
        display: block;
    }
}

.select-division li {
    margin: 0;
    padding: 0;
    min-width: 270px;
}
@media (max-width: 960px) {
    .select-division li {
        min-width: 190px;
        margin: 15px !important;
    }
}

.select-division li a {
    display: grid;
    border: #0066bb solid 1px;
    background: #fff;
    border-radius: 10px;
    padding: 5rem;
    text-align: center;
    color: #0066bb;
    font-size: 3rem;
    line-height: 1.5;
}
@media (max-width: 960px) {
    .select-division li a {
        padding: 2rem;
        font-size: 2rem;
        display: flex;
    }
}

.select-division li a i {
    font-size: 8rem;
}
@media (max-width: 960px) {
    .select-division li a i {
        font-size: 4rem;
        margin: 0 1rem;
    }
}

.select-division li a span {
    display: block;
    padding-top: 10px;
}

.select-division a {
    margin: 0 2rem;
    font-weight: bold;
}
@media (max-width: 960px) {
    .select-division a {
        margin: 0 0.5rem;
    }
}

.side-nav-item > div {
    display: flex;
}
.nav-group i {
    margin-right: 6px;
    margin-top: 3px;
}
@media (max-width: 960px) {
    .nav-group {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
    }
    .nav-group i {
        margin-top: 0;
    }
    .side-nav-item {
        margin: 0 1.5rem 0 0;
    }
    .side-nav-item > div {
        display: flex;
        text-align: center;
    }
    .nav-group span {
        font-size: 0.6em;
    }
}

.dashboard_title {
    font-size: 20px;
    font-weight: bold;
}
@media (max-width: 960px) {
    .dashboard_title {
        font-size: 14px;
    }
}

td.center {
    text-align: center;
}

.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
    background-color: #0066bb;
    border: 0.1rem solid #0066bb;
    margin: 0 2px;
}

.button.right, button.right, input[type='button'].right, input[type='reset'].right, input[type='submit'].right {
    display: block;
    margin-left: auto;
}

.dashboard .content {
    margin-bottom: 20px;
}

.nav-group {
    margin-bottom: 20px;
}

.input_check {
    display: block !important;
    accent-color: #0066bb;
    margin: 0;
    width: 2rem;
    height: 2rem;
}

.container {
    padding-bottom: 2rem !important;
}

.div_edit_button {
    width: 100%;
    padding-top: 10px;
    display: flex;
}

.div_password_button {
    display: flex;
}

@media (max-width: 960px) {
    .jspreadsheet_data table {
        display: table;
    }
    
    .jspreadsheet_data tbody {
        display: table-row-group;
    }

    .jspreadsheet_data td,
    .jspreadsheet_data th {
        display: table-cell;
        font-size: 12px;
        padding: 0.8rem 1.0rem;
    }
}

th .button, td .button {
    margin-bottom: 0 !important;
    height: 2.8rem !important;
    line-height: 2.8rem !important;
}
.button.transparent {
    background-color: #77addb;
    border: 0.1rem solid #77addb;
}
.button.transparent:hover {
    background-color: #aab1b6;
    border-color: #aab1b6;
}
@media (max-width: 960px) {
    th .button, td .button {
        margin-bottom: 0 !important;
        height: 2.4rem !important;
        line-height: 2.4rem !important;
    }
}

@media (max-width: 960px) {
    .view_table {
        display: table !important;
    }
    
    .view_table tbody {
        display: table-row-group !important;
    }

    .view_table th,
    .view_table td {
        display: block !important;
        white-space: normal;
        font-size: 12px;
        padding: 0.8rem 1.0rem;
    }

    .view_table td:first-child,
    .view_table th:first-child {
        padding-left: 0 !important;
        padding-right: 1.0rem !important;
    }
    
    .view_table td:last-child,
    .view_table th:last-child {
        padding-left: 1.0rem !important;
        padding-right: 0 !important;
    }

    .list_table {
        display: table !important;
    }
    
    .list_table tbody {
        display: table-row-group !important;
    }

    .list_table td,
    .list_table th {
        display: table-cell !important;
        font-size: 12px;
        padding: 0.8rem 1.0rem;
    }
    
    .list_table td:first-child,
    .list_table th:first-child {
        padding-left: 0 !important;
        padding-right: 1.0rem !important;
    }
    
    .list_table td:last-child,
    .list_table th:last-child {
        padding-left: 1.0rem !important;
        padding-right: 0 !important;
    }
}

.title-block {
    padding-top: 10px;
}
@media (max-width: 960px) {
    .title-block {
        padding-top: 10px;
        flex-direction: column-reverse;
        display: flex;
        /* padding-bottom: 20px; */
    }
}

.search-block {
    display: flex;
    padding: 0 20px;
}
.search-block input[type="text"] {
    width: 300px;
}
.search-block input[type="date"], 
.search-block input[type="month"], 
.search-block select {
    width: 150px;
}
@media (max-width: 960px) {
    .search-block {
        padding: 10px 0;
        width: 100%;
    }
    .search-block input[type="text"], 
    .search-block input[type="date"], 
    .search-block input[type="month"], 
    .search-block select {
        width: 100%;
    }
}

.hoop-search-block {
    display: flex;
    padding: 0 20px;
}
.hoop-search-block input[type="text"] {
    width: 300px;
} 
.hoop-search-block input[type="date"], 
.hoop-search-block input[type="month"], 
.hoop-search-block select {
    width: 150px;
}
@media (max-width: 960px) {
    .hoop-search-block {
        padding: 10px 0;
        width: 100%;
    }
    .hoop-search-block input[type="text"], 
    .hoop-search-block input[type="date"], 
    .hoop-search-block input[type="month"], 
    .hoop-search-block select {
        width: 100%;
    }
}
.hoop-button-block {
    display: flex;
    margin-left: auto;
    flex-wrap: wrap;
}
.hoop-button-block a {
    margin-bottom: 4px;
}

.auto_information {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
.auto_information span {
    padding-left: 6px;
}

.thumbtack a {
    color: #606c76;
}
.thumbtack i.invisible {
    visibility:hidden;
}
.thumbtack.index:hover i {
    visibility:hidden;
}
.thumbtack.index:hover i.invisible {
    visibility:visible;
}

.sites table .row {
    padding-top: 4px;
    padding-bottom: 4px;
}
.site_title {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}

.site_information {
    padding: 3px 15px 0 15px !important;
}
@media (max-width: 960px) {
    .site_information {
        padding: 0 !important;
    }
}

.site_information td {
    padding: 0.4rem 0.6rem;
}
.site_information td:first-child {
    width: 100px;
}

.site_other_check {
    display: flex;
}
.site_other_check label {
    margin-right: 20px !important;
}

.td_information_title {
    overflow: hidden;
    max-width: 400px;
}

.cost_information {
    display: flex !important;
}
.column.cost_information input {
    width: 80%;
}
@media (max-width: 960px) {
    .column.cost_information input {
        width: 100%;
    }
}
.cost_information p {
    width: 150px;
    padding-top: 8px;
}
.cost_information p span {
    padding-left: 10px;
}
@media (max-width: 960px) {
    .cost_information p span {
        padding-left: 2px;
    }
}
.cost_information select {
    color: black !important;
}
.invisible {
    visibility: hidden;
}
.hidden {
    display: none !important;
}

.jexcel thead td {
    text-align: center !important;
}
.jexcel tr td {
    font-size: small;
}
.jexcel_nested td {
    text-align: center;
}
.jexcel_toolbar {
    background-color: white !important;
    border: none !important;
}
.jexcel_toolbar i.jexcel_toolbar_item {
    position: relative;
    /* top: 31px; */
    left: 6px;
}
.jexcel_toolbar i.jexcel_toolbar_item:hover {
    background-color: transparent !important;
}
.jexcel > tbody > tr > td.readonly {
    color: #606c76 !important;
}
@media (max-width: 960px) {
    .jexcel tr td {
        font-size: xx-small;
    }
}

#jspreadsheet_controls {
    padding-left: 20px;
    width: 100%;
    display: flex;
}
.jspreadsheet_button {
    border: none;
    background-color: #606c76;
    border-radius: 0.1rem;
    padding: 0 1rem;
    line-height: 1rem;
    height: 24px;
}
#display_total {
    font-size: 1.6rem;
    margin: 0 0 0 auto;
    text-align: center;
}
#jspreadsheet_hoop #display_total {
    z-index: 22;
    font-size: 1.6rem;
    margin: 0.5rem 0 0 auto;
}
@media (max-width: 960px) {
    #jspreadsheet_controls {
        display: block;
    }
    .jspreadsheet_button {
        font-size: 8px;
        margin-bottom: 5px;
    }
    #display_total {
        font-size: 1.2rem;
    }
    #jspreadsheet_hoop #display_total {
        font-size: 1.2rem;
    }
}

.cost_error {
    color: #cc1f1a;
    text-align: right;
}

#jspreadsheet_cost {
    width: 100%;
    padding-bottom: 20px;
}
/* 行見出し固定 */
#jspreadsheet_cost .jexcel > thead {
    position: sticky !important;
    top: 0;
    z-index: 1010;
}
#jspreadsheet_cost .jexcel > thead > tr:last-child > td {
    border-bottom: 1px solid #ccc;
}
/* 列見出し固定 */
#jspreadsheet_cost .jexcel > thead > tr > td:nth-child(1) {
    position: sticky !important;
    left: 0;
    z-index: 1000;
    border-right: 1px solid #ccc;
}
#jspreadsheet_cost .jexcel > tbody > tr > td:nth-child(1) {
    position: sticky !important;
    left: 0;
    z-index: 1000;
    border-right: 1px solid #ccc;
}

#cell_value {
    color: #888888;
    background-color: #eee;
}

.costs_total {
    border-right: 0.1rem solid #ccc;
    border-top: 0.1rem solid #ccc;
    table-layout: fixed;
}
.costs_total td, .costs_total th {
    border-left: 0.1rem solid #ccc;
    border-bottom: 0.1rem solid #ccc;
    padding: 0.1rem;
    text-align: center;
}
.costs_total_title {
    width: 150px;
}
@media (max-width: 960px) {
    .costs_total_title {
        width: 90px;
    }
}

.checkbox_label {
    font-size: 1.7rem;
    font-weight: 400;
}
@media (max-width: 960px) {
    .checkbox_label {
        font-size: 12px;
        font-weight: 400;
    }
}

div:where(.swal2-container).swal2-center>.swal2-popup {
    font-size: 100% !important;
}
div:where(.swal2-container).swal2-center>.swal2-popup .form-group {
    padding-top: 10px !important;
}
div:where(.swal2-container).swal2-center>.swal2-popup th,
div:where(.swal2-container).swal2-center>.swal2-popup td {
    border-bottom: none !important;
    padding: 0 !important;
}
div:where(.swal2-container).swal2-center>.swal2-popup .swal2-styled {
    height: 44px !important;
    padding-top: 5px !important;
}

.delivered_pitch_list {
    max-height:400px;
    padding-right: 20px;
    overflow-y: scroll;
}
.delivered_pitch {
    margin-bottom: 0.4rem;
}

.hoop_container {
    max-width: none !important;
}

#jspreadsheet_hoop .not_ordered {
    color: #cc1f1a !important;
}
#jspreadsheet_hoop tbody > tr.not_ordered > td.readonly {
    color: #cc1f1a !important;
}
#jspreadsheet_hoop .not_completed {
    color: #0066bb !important;
}
#jspreadsheet_hoop tbody > tr.not_completed > td.readonly {
    color: #0066bb !important;
}
.jexcel_row {
    color: #606c76 !important;
}

#jspreadsheet_hoop {
    width: 100%;
    /* padding-bottom: 20px; */
}

/* 行見出し固定 */
#jspreadsheet_hoop .jexcel > thead {
    position: sticky !important;
    top: 0;
    z-index: 20;
}
#jspreadsheet_hoop .jexcel > thead > tr:last-child > td {
    border-bottom: 1px solid #ccc;
}

/* 列固定の解除（行見出しだけ固定） */
/* 選択セルの右下ポインタを非表示 */
#jspreadsheet_hoop .jexcel_corner {
    display: none;
}
#jspreadsheet_hoop .jexcel > thead > tr > td:nth-child(1) {
    position: sticky !important;
    left: 0;
    z-index: 19;
}
#jspreadsheet_hoop .jexcel > tbody > tr > td:nth-child(1) {
    position: sticky !important;
    left: 0;
    z-index: 19;
}
@media (max-width: 960px) {
    #jspreadsheet_hoop .jexcel > thead > tr > td:nth-child(1) {
        border-right: 1px solid #ccc;
    }
    #jspreadsheet_hoop .jexcel > tbody > tr > td:nth-child(1) {
        border-right: 1px solid #ccc;
    }
}
@media (min-width: 961px) {
    #jspreadsheet_hoop .jexcel > thead > tr > td:nth-child(2) {
        position: sticky !important;
        left: calc(0px + 50px);
        z-index: 19;
    }
    #jspreadsheet_hoop .jexcel > thead > tr > td:nth-child(3) {
        position: sticky !important;
        left: calc(50px + 80px);
        z-index: 19;
    }
    #jspreadsheet_hoop .jexcel > thead > tr > td:nth-child(4) {
        position: sticky !important;
        left: calc(130px + 80px);
        z-index: 19;
    }
    #jspreadsheet_hoop .jexcel > thead > tr > td:nth-child(5) {
        position: sticky !important;
        left: calc(210px + 80px);
        z-index: 19;
    }
    #jspreadsheet_hoop .jexcel > thead > tr > td:nth-child(6) {
        position: sticky !important;
        left: calc(290px + 80px);
        z-index: 19;
    }
    #jspreadsheet_hoop .jexcel > thead > tr > td:nth-child(7) {
        position: sticky !important;
        left: calc(370px + 50px);
        z-index: 19;
        border-right: 1px solid #ccc;
    }
    #jspreadsheet_hoop .jexcel > tbody > tr > td:nth-child(2) {
        position: sticky !important;
        left: calc(0px + 50px);
        z-index: 19;
    }
    #jspreadsheet_hoop .jexcel > tbody > tr > td:nth-child(3) {
        position: sticky !important;
        left: calc(50px + 80px);
        z-index: 19;
    }
    #jspreadsheet_hoop .jexcel > tbody > tr > td:nth-child(4) {
        position: sticky !important;
        left: calc(130px + 80px);
        z-index: 19;
    }
    #jspreadsheet_hoop .jexcel > tbody > tr > td:nth-child(5) {
        position: sticky !important;
        left: calc(210px + 80px);
        z-index: 19;
    }
    #jspreadsheet_hoop .jexcel > tbody > tr > td:nth-child(6) {
        position: sticky !important;
        left: calc(290px + 80px);
        z-index: 19;
    }
    #jspreadsheet_hoop .jexcel > tbody > tr > td:nth-child(7) {
        position: sticky !important;
        left: calc(370px + 50px);
        z-index: 19;
        border-right: 1px solid #ccc;
    }
}

#jspreadsheet_hoop .jexcel > tbody > tr > td > input[type="checkbox"] {
    position: relative;
    width: 12px;
    height: 12px;
    margin-top: 0;
    border: 1px solid #606c76;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
#jspreadsheet_hoop .jexcel > tbody > tr > td > input[type="checkbox"]:checked {
    border: 1px solid #0066bb;
    background-color: #0066bb;
}
#jspreadsheet_hoop .jexcel > tbody > tr > td > input[type="checkbox"]:checked:before {
    position: absolute;
    top: 0px;
    left: 3px;
    transform: rotate(50deg);
    width: 4px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}

#jspreadsheet_pivot {
    width: 100%;
    padding-bottom: 20px;
}
#jspreadsheet_pivot1 {
    width: 100%;
    padding-bottom: 20px;
}
#jspreadsheet_pivot2 {
    width: 100%;
    padding-bottom: 20px;
}
/* 行見出し固定 */
#jspreadsheet_pivot .jexcel > thead {
    position: sticky !important;
    top: 0;
    z-index: 1010;
}
#jspreadsheet_pivot .jexcel > thead > tr:last-child > td {
    border-bottom: 1px solid #ccc;
}
/* 列見出し固定 */
#jspreadsheet_pivot .jexcel > thead > tr > td:nth-child(1) {
    position: sticky !important;
    left: 0;
    z-index: 1000;
    border-right: 1px solid #ccc;
}
#jspreadsheet_pivot .jexcel > tbody > tr > td:nth-child(1) {
    position: sticky !important;
    left: 0;
    z-index: 1000;
    border-right: 1px solid #ccc;
}

#jspreadsheet_pivot .jexcel > tbody > tr > td > input[type="checkbox"] {
    position: relative;
    width: 12px;
    height: 12px;
    margin-top: 0;
    border: 1px solid #606c76;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
#jspreadsheet_pivot .jexcel > tbody > tr > td > input[type="checkbox"]:checked {
    border: 1px solid #0066bb;
    background-color: #0066bb;
}
#jspreadsheet_pivot .jexcel > tbody > tr > td > input[type="checkbox"]:checked:before {
    position: absolute;
    top: 0px;
    left: 3px;
    transform: rotate(50deg);
    width: 4px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}

.no_power {
    pointer-events: none;
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
}

.pin {
    background-color: transparent;
    border: none;
}

.filter_group {
    padding-bottom: 10px;
}
.filter_title {
    font-size: 16px;
}
.filter_contents {
    display: flex;
    flex-wrap: wrap;
}
.filter_contents li {
    margin: 5px;
}
.filter_contents label {
    margin: 0;
}
.filter_contents label input {
    display: none;
}
.filter_contents label span {
    color: #606c76;
    font-size: 14px;
    border: 1px solid #aab1b6;
    border-radius: 20px;
    padding: 0 12px;
    display: table-cell;
    cursor: pointer;
    height: 24px;
}
.filter_contents label input:checked + span {
    color: #FFF;
    background: #77addb;
    border: 1px solid #77addb;
}
.filter_reset {
    width: 100%;
}
@media (max-width: 960px) {
    .filter_contents label span {
        height: 0;
    }
}

.statistics {
    border-top: 0.1rem solid #aab1b6;
    border-bottom: 0.1rem solid #aab1b6;
    margin-bottom: 30px;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}
@media (max-width: 960px) {
    .statistics {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}
.statistics tr {
    border-bottom: 0.1rem solid #aab1b6;
}
.statistics th {
    padding: 6px;
}
.statistics td {
    padding: 6px;
    text-align: right;
}
.statistics td:first-child {
    text-align: left;
}
.statistics td.hidden {
    display: none !important;
}

.search_label {
    width: 100px;
    padding-top: 6px;
}

#monthly_chart {
    width: 100%;
    margin-bottom: 40px;
}

.filter_column {
    overflow: auto;
    overflow-x: hidden;
    margin-top: 26px !important;
}

.add_frame {
    font-size: 1.2rem;
    background: #666;
    color: #fff;
    margin-left: 2rem;
    display: inline-block;
    padding: 3px 2rem;
    border-radius: 50px;
    cursor: pointer;
}

/* ===========================
製番一覧のハンバーガーメニュー
https://web-note.org/programming/css/drawer-css-only/#google_vignette
=========================== */
.header_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}
.header_logo {
    display: inline-block;
}
#drawer-toggle {
    display: none;
}
.drawer_btn {
    position: relative;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin-bottom: 1.2rem;
    z-index: 1050;
}
.drawer_btn > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2px;
    background-color: black;
    transform: translateX(-50%);
}
.drawer_btn > span:first-child {
    transform: translate(-50%, calc(-50% - 0.5rem));
    transition: transform 0.3s ease;
}
.drawer_btn > span:nth-child(2) {
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
}
.drawer_btn > span:last-child {
    transform: translate(-50%, calc(-50% + 0.5rem));
    transition: transform 0.3s ease;
}
#drawer-toggle:checked + .drawer_btn > span:first-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}
#drawer-toggle:checked + .drawer_btn > span:nth-child(2) {
    opacity: 0;
}
#drawer-toggle:checked + .drawer_btn > span:last-child {
    transform: translate(-50%, -50%) rotate(45deg);
}
.drawer_nav {
    position: absolute;
    top: -10px;
    left: -180px;
    background-color: #77addb22;
    display: none;
    animation: appear .5s ease;
    z-index: 1200;
}
#drawer-toggle:checked + .drawer_btn + .drawer_nav {
    display: block;
    animation: appear .5s ease;
}
@keyframes appear {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.drawer_nav_inner {
    width: 250px;
    padding: 7rem 2rem 1rem;
    margin: 0 0 0 auto;
}
.drawer_nav_menu {
    display: grid;
    list-style: none;
    padding: 0;
}
.drawer_nav_item a {
    width: 100%;
}
.drawer_nav_item button {
    width: 100%;
}

#jspreadsheet_transport {
    width: 100%;
    /* padding-bottom: 20px; */
}

/* 行見出し固定 */
#jspreadsheet_transport .jexcel > thead {
    position: sticky !important;
    top: 0;
    z-index: 1010;
}
#jspreadsheet_transport .jexcel > thead > tr:last-child > td {
    border-bottom: 1px solid #ccc;
}

#jspreadsheet_transport .jexcel > thead > tr > td:nth-child(1) {
    position: sticky !important;
    left: 0;
    z-index: 1000;
    border-right: 1px solid #ccc;
}
#jspreadsheet_transport .jexcel > tbody > tr > td:nth-child(1) {
    position: sticky !important;
    left: 0;
    z-index: 1000;
    border-right: 1px solid #ccc;
}

#jspreadsheet_transport .jexcel > tbody > tr > td > input[type="checkbox"] {
    position: relative;
    width: 12px;
    height: 12px;
    margin-top: 0;
    border: 1px solid #606c76;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
#jspreadsheet_transport .jexcel > tbody > tr > td > input[type="checkbox"]:checked {
    border: 1px solid #0066bb;
    background-color: #0066bb;
}
#jspreadsheet_transport .jexcel > tbody > tr > td > input[type="checkbox"]:checked:before {
    position: absolute;
    top: 0px;
    left: 3px;
    transform: rotate(50deg);
    width: 4px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}

.screw_button {
    padding-bottom: 10px;
}

.statistics_oils {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.statistics_oils td {
    width: 15%;
}

.statistics_button {
    margin-left: 20px; 
    padding: 0 10px; 
    height: 2.2rem !important; 
    line-height: 2.0rem !important;
}
@media (max-width: 960px) {
    .statistics_button {
        font-size: 1rem;
    }
}

.statistics thead {
    background-color: #e2e2e2;
}

.transports_statistics {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.transports_statistics tbody tr:last-child {
    background-color: #0066bb33;
}

.display_column_dialog {
    width: 40% !important;
}

.required_column::after {
    content: "必須";
    color: #ffffff;
    background: #cc1f1a;
    font-size: 0.7em;
    padding: 0.3em 0.5em;
    border-radius: 0.3em;
    margin-left:1em;
}

#jspreadsheet_transport .not_ordered {
    color: #2f75b5 !important;
}
#jspreadsheet_pivot .not_ordered {
    color: #cc1f1a !important;
}

#jspreadsheet_sales1, #jspreadsheet_sales2 {
    width: 100%;
    /* padding-bottom: 20px; */
}

.filter_contents_statistics li {
    margin: 20px 30px;
}
@media (max-width: 960px) {
    .filter_column_statistics {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }
    .filter_contents_statistics li {
        margin: 10px 30px;
    }
}
.filter_contents_statistics label {
    margin: 0;
    display: flex;
}
.filter_contents_statistics label input {
    display: none;
}
.filter_contents_statistics label span {
    color: #606c76;
    font-size: 14px;
    border: 1px solid #aab1b6;
    border-radius: 20px;
    padding: 6px 12px;
    display: table-cell;
    cursor: pointer;
    height: 36px;
    width: 100%;
    text-align: center;
}
.filter_contents_statistics label input:checked + span {
    color: #FFF;
    background: #77addb;
    border: 1px solid #77addb;
}

#table13.statistics {
    border-top: none;
}
@media (max-width: 960px) {
    #table13.statistics {
        font-size: 10px;
    }
    .filter_contents_statistics label span {
        font-size: 12px;
        height: 26px;
    }
}
#table13.statistics td:first-child {
    width: 40%;
}
#table13.statistics thead {
    background-color: rgba(255, 255, 255, 0);
}
#table13.statistics thead td {
    border-bottom: 0.1rem solid #aab1b6;
}
#table14.statistics {
    border-top: none;
}
@media (max-width: 960px) {
    #table14.statistics {
        font-size: 10px;
    }
}
#table14.statistics td:first-child {
    width: 40%;
}
#table14.statistics thead {
    background-color: rgba(255, 255, 255, 0);
}
#table14.statistics thead td {
    border-bottom: 0.1rem solid #aab1b6;;
}

.daily {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.daily .not_number {
    text-align: left;
}

.sale_title {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.sale_title div {
    display: flex;
}
.sale_title p {
    padding-right: 20px;
}
.sale_title button {
    margin-left: 20px; 
    padding: 0 10px; 
    height: 3rem !important; 
    line-height: 2.0rem !important;
}
@media (max-width: 960px) {
    .sale_title {
        font-size: 16px;
        line-height: 2.4rem;
    }
    .sale_title div {
        display: block;
    }
    .sale_title button {
        font-size: 0.8rem;
        height: 2.4rem !important; 
        line-height: 2.4rem !important;
        padding: 0 2.0rem;
    }
}

#jspreadsheet_sales2 tbody tr:last-child td {
    border-top: 0.5rem double #ccc;
}
#jspreadsheet_sales2 tbody tr:last-child td:not(:first-child) {
    text-align: right !important;
}

#jspreadsheet_sales2 .completed {
    color: #bbb !important;
}

.table_item_prices {
    display: table !important;
    width: 100% !important;
    margin-bottom: 20px;
}
.table_item_prices tbody {
    display: table-row-group !important;
}
.table_item_prices td:first-child {
    width: 200px;
}
.table_item_prices input {
    width: 35%;
    margin-bottom: 0;
}
@media screen and (max-width: 960px) {
    .table_item_prices {
        width: 80%;
    }
    .table_item_prices .thead {
        display: none;
    }
    .table_item_prices tr {
        width: 100%;
    }
    .table_item_prices td {
        display: block !important;
        text-align: right;
        width: 100%;
    }
    .table_item_prices td:first-child {
        width: 100%;
        background: #ccc;
        color: #fff;
        font-weight: bold;
        text-align: left;
        padding: 1.2rem 1.5rem !important;
    }
    .table_item_prices td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 10px;
    }
    .table_item_prices td:last-child {
        padding-right: 1.0rem !important;
    }
}

.table_transportations_prices {
    display: table !important;
    width: 100% !important;
    margin-bottom: 20px;
}
.table_transportations_prices tbody {
    display: table-row-group !important;
}
.table_transportations_prices input {
    margin-bottom: 0;
}
@media screen and (max-width: 960px) {
    .table_transportations_prices {
        width: 80%;
    }
    .table_transportations_prices .thead {
        display: none;
    }
    .table_transportations_prices tr {
        width: 100%;
    }
    .table_transportations_prices td {
        display: block !important;
        text-align: right;
        width: 100%;
    }
    .table_transportations_prices td:first-child {
        background: #ccc;
        color: #fff;
        font-weight: bold;
        text-align: left;
        padding: 1.2rem 1.5rem !important;
    }
    .table_transportations_prices td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 10px;
    }
    .table_transportations_prices td:last-child,th:last-child {
        padding: 1.2rem 1.5rem !important;
    }        
    .table_transportations_prices input {
        width: 80%;
    }
}

.chart_dialog {
    width: 60% !important;
}
#shipped_chart {
    max-height:300px;
    max-width:100%;
}
@media screen and (max-width: 960px) {
    .chart_dialog {
        width: 90% !important;
    }
    #shipped_chart {
        max-height:100%;
    }
}

.costs .list_table .button {
    padding: 0 2.0rem;
}

.input_single {
    margin: 5px 10px !important;
}

.search_single {
    display: flex;
}