.d_btn{
    font-size: 12px;
    border-radius: 5%;
    border: 1px solid #000;
}

.form_input{
    background: #F9FCFF;
}

.form_conf_input{
    background: #fffaf5;
    overflow: auto;
}

.form_del_input{
    background: #fff5f5;
}

.conf_textarea{
    min-height: 120px;
}

.f_conf .form-control{
    background: #F0EBE7 !important;
}

#menu-btn-check {
    display: none;
}

.menu-content{
    display: none;
}

.no-display {
    display: none;
    height: 0px;
    margin: 0;
    padding: 0;
}
.row{
    margin-top: 10px;
}
.row>* {
    margin-top:0px;
}

.row>hr {
    margin:8px 3px 3px 3px;
    height:3px;
    color: #000;
}
.row input, select, label{
    /*height: 2.2em;*/
    padding: 2px 6px;
    margin: 2px;
}
.row button{
    margin-top: 4px;
    margin-bottom: 4px;
}
label.form-label{
    margin-bottom:2px;
    font-weight: bold;
    height: 1.6em;
    font-size: smaller;
}
p.form-control{
    height: 2.2em;
    padding: 2px 6px;
    margin: 2px;
}
select.form-select{
    padding: 0.15rem 0.225rem 0.15rem 0.75rem;
}
.row ul {
    list-style-type:none;
    width: max-content;
}
.row ul>li {
    line-height: 1.8em;
    font-size: 30px;
    margin-left: 20px;
}
.row ul a {
    text-decoration: none;
}
.col-md-5 {
    flex: 0 0 auto;
    width: 5%;
    padding: 0px;
}
.col-md-8 {
    flex: 0 0 auto;
    width: 8%;
    padding: 0px;
}
.col-md-10 {
    flex: 0 0 auto;
    width: 10%;
    padding: 0px;
}
.col-md-12d {
    flex: 0 0 auto;
    width: 12%;
    padding: 0px;
}
.col-md-15 {
    flex: 0 0 auto;
    width: 15%;
    padding: 0px;
}
.col-md-20 {
    flex: 0 0 auto;
    width: 20%;
    padding: 0px;
}
.col-md-22d {
    flex: 0 0 auto;
    width: 22%;
    padding: 0px;
}
.col-md-25 {
    flex: 0 0 auto;
    width: 25%;
    padding: 0px;
}
.col-md-30 {
    flex: 0 0 auto;
    width: 30%;
    padding: 0px;
}
.col-md-35 {
    flex: 0 0 auto;
    width: 35%;
    padding: 0px;
}
.col-md-40 {
    flex: 0 0 auto;
    width: 40%;
    padding: 0px;
}
.col-md-50 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0px;
}
.col-md-70 {
    flex: 0 0 auto;
    width: 70%;
    padding: 0px;
}
.col-md-80 {
    flex: 0 0 auto;
    width: 80%;
    padding: 0px;
}
.col-md-100 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0px;
}

input.delivery_distance, p.delivery_distance{
    width: calc(100% - 2em);
    display: inline-block;
}

.inbound-slip{
    color: #0080ff;
}

.continuation-slip{
    color: #ff8080;
}

.sales-slip{
    color: #004000;
}

button.btn-delete{
    color: #dc3545;
    border-color: #dc3545;
    padding: 2px;
    margin: 4px 1px;
}

.inline-force{
    display: inline-block !important;
    width: max-content;
}

.right-align{
    text-align: right;
}

.company-logo{
    font-size:12px !important;
    font-weight: bold;
}
table.table{
    height: fit-content;
}
th.static{
    position: sticky;
    top: 0;
    left: 0;
    background-color:#ffffff;
}
th.static::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #000;
    background: #fff;
    z-index: -1;
  }

@media print {
    header.w-100{
        display: none !important;
    }

    nav.bg-dark{
        display: none;
    }

    .no-print-area{
        display: none !important;
    }
}


@media all and (max-width:767px) {

    .sp_non{
        display: none;
    }


    .p-3{
        padding: 10px 0 !important;
    }

    nav.bg-dark{
        display: none;
    }

    /**************************************/
    /* バーガーメニュー
    /**************************************/
    .menu-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #000;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }

    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    .hamburger-menu #menu-btn-check{
        display: none;
    }

    .menu-content {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 80;
        background-color: #404040;
        transition: all 0.5s;
    }

    .menu-content ul {
        padding: 70px 10px 0;
    }
    .menu-content ul li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }
    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color:#ffffff;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
    }
    .menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }

    #menu-btn-check:checked ~ .menu-content {
        left: 0;
    }

    

}