@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
    /* font-family: "Noto Sans Japanese", sans-serif !important; */
    font-family: "Lato", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}
.group_logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* padding: 0 75px; */
}

.footer__under {
	background-color: #043491;
	padding: 46px 0 47px;
	text-align: center;
}
.footer__inner--head .logo img {
	width: 234px;
}

    /* .footer__inner {
    padding: 52px 0 25px;
} */

.form-control {
    background-color: #fff !important;
}

.sale_price::-webkit-outer-spin-button,
.sale_price::-webkit-inner-spin-button,
.sub_total::-webkit-outer-spin-button,
.sub_total::-webkit-inner-spin-button,
.sales_tax_amount::-webkit-outer-spin-button,
.sales_tax_amount::-webkit-inner-spin-button,
.estimate_printing_fee_exc_sales_tax::-webkit-outer-spin-button,
.estimate_printing_fee_exc_sales_tax::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.sale_price,
.sub_total,
.sales_tax_amount,
.estimate_printing_fee_exc_sales_tax {
    -moz-appearance: textfield;
}

.datepicker-days {
    font-size: 93%;
}
.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #f00 !important;
}
.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #00f !important;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td i.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

/* .bootstrap-datetimepicker-widget th.dow:nth-last-child(2),
    .bootstrap-datetimepicker-widget td:nth-last-child(2) {
        color: #00f !important;
    }
    .bootstrap-datetimepicker-widget th.dow:last-child,
    .bootstrap-datetimepicker-widget td:last-child {
        color: #f00 !important;
    } */

.input-group-text {
    padding: 0.2rem 1.2rem;
    font-size: 1.2rem;
    height: calc(1.5em + 2px + 0.5rem);
}

.menu {
    font-size: 0.3rem;
}
.history dl {
    font-size: 90%;
}
.history_list_d:hover,
.stock_list_d:hover,
.item_list_d:hover,
.location_list_d:hover,
.office_list_d:hover,
.staff_list_d:hover,
.list_d:hover {
    background: #ffff00 !important;
}

.office_list_d td,
.staff_list_d td {
    background-color: transparent;
}

.history_list_d.is_deleted:hover,
.stock_list_d.is_deleted:hover,
.item_list_d.is_deleted:hover,
.location_list_d.is_deleted:hover {
    color: rgba(255, 0, 0, 0.5) !important;
}

.item label.item_label {
    padding: 0 !important;
    margin-bottom: 0 !important;
    border-color: #6cb2eb !important;
    border-bottom: 1px solid #6cb2eb !important;
    width: 100%;
}

.item label {
    margin: 0;
    padding: 0.3rem !important;
    font-size: 0.7rem;
    color: #6cb2eb !important;
}
.information li span:nth-of-type(1) {
    color: #eb6c6c !important;
}
.information li span:nth-of-type(2) {
    color: #fff !important;
    width: 4rem;
    display: inline-block;
}
thead {
    background-color: darkgrey;
    color: white;
}
.table th,
.table td {
    /* width: revert; */
}
.comfirm dt,
.ondemand_item dt,
.envelope_item dt,
.business_card_item dt {
    font-size: 0.7rem;
    color: #6cb2eb !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    border-color: #6cb2eb !important;
    border-bottom: 1px solid #6cb2eb !important;
}
.comfirm .dt2 {
    font-size: 0.7rem;
    color: #6cb2eb !important;
    padding: 0 0 0 1rem !important;
    margin-bottom: 0 !important;
    border: none !important;
    font-weight: normal;
    line-height: 1.4rem !important;
}
.comfirm dd,
.ondemand_item dd,
.envelope_item dd,
.business_card_item dd {
    padding: 0.375rem 0 !important;
    margin-bottom: 0.5rem !important;
    font-weight: 400;
    line-height: 1.6;
    min-height: 2.3rem;
}
.comfirm .dd2 {
    padding: 0 1rem 0 0 !important;
    margin-bottom: 0 !important;
    min-height: 1rem !important;
}

.pdf_upload_loader {
    fill: none;
    stroke: white;
    stroke-width: 10;
    stroke-linecap: round;
    stroke-dasharray: 230 230;
    animation: loader 1.4s infinite cubic-bezier(.4,0,.3,1), loading 1.2s infinite linear;
    vertical-align: middle;
    width: 1.25rem;
    height: 1.25rem;
}
.pdf_upload_loader1 {
    fill: none;
    stroke: lightblue;
    stroke-width: 10;
    stroke-linecap: round;
    stroke-dasharray: 230 230;
    animation: loader 1.4s infinite cubic-bezier(.4,0,.3,1), loading 1.2s infinite linear;
    vertical-align: middle;
    width: 1.25rem;
    height: 1.25rem;
}
@keyframes loader {
    from { stroke-dashoffset: 230; }
    to { stroke-dashoffset: -230; }
}
@keyframes loading {
    from { transform: none; }
    to { transform: rotate(360deg); }
}

.required::after {
    content: " *";
    color: red;
    /* vertical-align: middle; */
    font-size: larger;
    line-height: 1;
}
.required_info::before {
    content: "* ";
    color: red;
    /* vertical-align: middle; */
    font-size: larger;
    line-height: 1;
}


@media screen and (min-width: 992px) {
    .sp_disp {
        display: none;
    }
    .items_category_search{
        width: 25%;
        float: right;
        top: 2.5rem;
        position: relative;
    }
    .pdf_download_btn{
        width: 20%;
        float: right;
        top: 2.5rem;
        position: relative;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .sp_disp {
        display: none;
    }
    .delivery .label1 {
        order: 1;
    }
    .delivery .label2 {
        order: 2;
    }
    .delivery .label3 {
        order: 5;
    }
    .delivery .label4 {
        order: 6;
    }
    .delivery .input1 {
        order: 3;
    }
    .delivery .input2 {
        order: 4;
    }
    .delivery .input3 {
        order: 7;
    }
    .delivery .input4 {
        order: 8;
    }
    .sp_tr_2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom-width: var(--bs-border-width);
    }
    .sp_tr_2 th {
        width: 50% !important;
        border-bottom: none;
    }
    .sp_tr_2 td {
        width: 50% !important;
        border-bottom: none;
    }
    
    .items_category_search{
        width: 34%;
        float: right;
        top: 2rem;
        position: relative;
    }
    .pdf_download_btn{
        width: 25%;
        float: right;
        top: 2rem;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    #app {
        min-height: 100% !important;
    }
    #app .nav1 {
        position: absolute;
        right: 0;
    }
    .navbar-brand {
        display: inline-grid;
        font-size: 60%;
    }
    .sub_title {
        margin-left: 0 !important;
    }

    .information li {
        padding: 0.5rem;
    }
    .information li span {
        font-size: 0.7rem;
        display: block;
    }

    .h1_title{
        max-width: 100%;
        padding-left: 0 !important;
        margin-top: .5rem !important;
    }

    /* thead tr.history_list_h,
    thead tr.location_list_h,
    thead tr.stock_list_h,
    thead tr.item_list_h,
    thead tr.information_list_h,
    thead tr.staff_list_h,
    .history dt,
    .location dt,
    .stock dt,
    .item dt,
    .information dt {
        display: none;
    } */
    /* table td::before, */
    .history_list_d td::before,
    .location_list_d td::before,
    .stock_list_d td::before,
    .information_list_d td::before,
    .item_list_d td::before {
        content: attr(data-label);
        color: #6cb2eb;
        font-size: 0.7rem;
    }
    .history dd::before {
        text-align: left !important;
        content: attr(data-label);
        color: #6cb2eb;
        font-size: 0.7rem;
    }

    tbody tr.history_list_d,
    tbody tr.location_list_d,
    tbody tr.stock_list_d,
    tbody tr.item_list_d,
    tbody tr.information_list_d {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /* font-size: 80%; */
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
    tbody tr.history_list_d td,
    tbody tr.location_list_d td,
    tbody tr.stock_list_d td,
    tbody tr.item_list_d td,
    tbody tr.information_list_d td {
        border: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0.25rem 1rem !important;
        width: 100%;
        max-width: 90vw;
    }
    tbody tr.history_list_d a,
    tbody tr.location_list_d a,
    tbody tr.item_list_d a,
    tbody tr.stock_list_d a {
        padding: 0 0 0.5rem 0 !important;
    }

    .location_list_d br.pc_disp {
        display: contents;
    }

    #d1 {
        order: 1;
        padding: 0.25rem 1rem 0 !important;
        width: 50% !important;
    }
    #d2 {
        order: 3;
        width: 100%;
        padding: 0 1rem !important;
    }
    #d3 {
        order: 4;
        width: 100%;
        padding: 0 1rem !important;
    }
    #d4 {
        order: 2;
        padding: 0.25rem 1rem 0 !important;
        width: 50% !important;
    }
    #d5 {
        order: 5;
        padding: 0 1rem 0.25rem !important;
        width: 50% !important;
    }
    #d6 {
        order: 6;
        padding: 0 1rem 0.25rem !important;
        width: 50% !important;
    }
    .sp_tr,
    .sp_tr_2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom-width: var(--bs-border-width);
    }
    .sp_tr_2 th {
        width: 50% !important;
        border-bottom: none;
    }
    .sp_tr_2 td {
        width: 50% !important;
        border-bottom: none;
    }
    .sp_order_0 {
        order: 0;
        width: 50% !important;
        border-bottom: none;
    }
    .sp_order_1 {
        order: 1;
        width: 50% !important;
        border-bottom: none;
    }
    .sp_order_2 {
        order: 2;
        width: 50% !important;
        border-bottom: none;
    }
    .sp_order_3 {
        order: 3;
        width: 50% !important;
        border-bottom: none;
    }
    .sp_order_4 {
        order: 4;
        width: 50% !important;
        border-bottom: none;
    }
    .sp_order_5 {
        order: 5;
        width: 50% !important;
        border-bottom: none;
    }
    .sp_order_6 {
        order: 6;
        width: 50% !important;
        border-bottom: none;
    }
    .sp_order_7 {
        order: 7;
        width: 50% !important;
        border-bottom: none;
    }
    .sp_order_2_100 {
        order: 2;
        width: 100% !important;
        border-bottom: none;
    }

    .sp3_order_0 {
        order: 0;
        width: calc(100% / 3 * 2) !important;
        border-bottom: none;
        font-size: 90%;
    }
    .sp3_order_1 {
        order: 1;
        width: calc(100% / 3) !important;
        border-bottom: none;
        font-size: 90%;
    }
    .sp3_order_2 {
        order: 2;
        width: calc(100% / 3 * 2) !important;
        border-bottom: none;
        font-size: 90%;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .sp3_order_3 {
        order: 3;
        width: calc(100% / 3) !important;
        border-bottom: none;
        font-size: 90%;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .sp3_order_4 {
        order: 4;
        width: calc(100% / 3) !important;
        border-bottom: none;
        font-size: 90%;
    }
    .sp3_order_5 {
        order: 5;
        width: calc(100% / 3) !important;
        border-bottom: none;
        font-size: 90%;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .sp3_order_6 {
        order: 6;
        width: calc(100% / 3) !important;
        border-bottom: none;
        font-size: 90%;
        padding-right: 0.5rem !important;
    }
    .sp3_order_7 {
        order: 7;
        width: calc(100% / 3) !important;
        border-bottom: none;
    }

    .page-link {
        padding: 0.25rem 0.5rem;
    }
    .item_1 {
        order: 1;
    }
    .item_2 {
        order: 3;
    }
    .item_3 {
        order: 2;
    }
    .item_4 {
        order: 4;
    }
    .item_5 {
        order: 5;
    }
    .item_6 {
        order: 6;
    }
    .item_7 {
        order: 7;
    }
    .item_8 {
        order: 8;
    }
    .w65 {
        width: 65% !important;
    }
    .w35 {
        width: 35% !important;
    }

    .btn2 {
        float: none !important;
        margin-left: auto;
        max-width: 12rem;
        display: block;
    }
    .delivery .label1 {
        order: 1;
    }
    .delivery .label2 {
        order: 3;
    }
    .delivery .label3 {
        order: 5;
    }
    .delivery .label4 {
        order: 7;
    }
    .delivery .input1 {
        order: 2;
    }
    .delivery .input2 {
        order: 4;
    }
    .delivery .input3 {
        order: 6;
    }
    .delivery .input4 {
        order: 8;
    }

    .information h1 {
        font-size: 10vw;
    }

    .information .btn_1,
    .information .btn_2 {
        width: 50%;
    }
    .information .btn_1 a {
        width: 100%;
    }
    .information .btn_2 form button {
        width: 100%;
    }
    .sp_border_none {
        border: none !important;
    }
    .sp_bg_white {
        background-color: #fff !important;
    }
    .header_nav_btn {
        height: 85% !important;
    }
    .items_category_search{
        margin-bottom: 0.75rem;
        width: 75%;
        margin-left: auto;
    }
    .pdf_download_btn{
        margin-bottom: 0.75rem !important;
        width: 51%;
        margin-left: auto !important;
        display: block;
    }
}


/* .items_category_search select option {
    color:#f00 !important;
} */

.modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9500;
    background: rgba(0, 0, 0, 0.75);
}
.modal.is-show {
    display: block;
}
.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    z-index: 9800;
    background: #ffffff;
    transform: translate(-50%, -50%);
}
.modal-bg.is-show {
    display: block;
}

.item_wrap input[type="number"]::-webkit-outer-spin-button,
.item_wrap input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.item_wrap input[type="number"] {
    -moz-appearance: textfield;
}

.menu_btn:hover {
    opacity: 0;
}

.submenu_btn:hover {
    opacity: 0.8;
}

.title_bar{
    border-left: 0.5rem solid #2bacc8;
}
.title_bar img {
    margin-left: -0.45rem;
}

table tr:nth-child(2n) {
    /* 表の偶数行のみを対象に装飾するCSS */
    background-color: white;
}

input::placeholder {
    opacity: 0.5 !important;
    color: #6cb2eb !important;
}

.faq_contents .accordion-button.collapsed,
.faq_contents .accordion-button:focus,
.faq_contents .accordion-button:not(.collapsed),
.faq_contents .accordion-body {
    background: #fff;
}

.faq_contents .accordion-button:not(.collapsed){
    box-shadow: none;
}

.faq_contents .accordion-button.collapsed::after {
    background-image: url("../image/pages/accodion_off.svg");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../image/pages/accodion_on.svg");
}