@media screen and (min-width: 768px) {

  button:hover:not(:disabled),
  a:hover {
    opacity: 0.7;
  }
  button:disabled {
    background:#777777;
  }
  .sideNav {
    position: sticky;
    height: 100vh;
    top: 0;
  }

  .orderArea .sideNav li:nth-child(1) img {
    left: -2px;
  }
  .onBehalfArea .sideNav li:nth-child(1) img {
    left: -2px;
  }

  .mainHead {
    margin-left: 32px;
  }

  .txtArea_b>div:nth-child(1) {
    width: calc(100% - 13em - 51px);
    padding-bottom: 13px;
  }

  .theadArea02>div:nth-child(1),
  .tbodyArea .txtArea_t>div:nth-child(1),
  .theadArea02>div:nth-child(2),
  .tbodyArea .txtArea_t>div:nth-child(2) {
    width: calc(50% - 40px - 8.5em);
  }

  .theadArea02>div:nth-child(3),
  .tbodyArea .txtArea_t>div:nth-child(3),
  .theadArea02>div:nth-child(4),
  .tbodyArea .txtArea_t>div:nth-child(4) {
    width: calc(5em + 20px);
  }

  .theadArea02>div:nth-child(5),
  .tbodyArea .txtArea_t>div:nth-child(5) {
    width: calc(7em + 40px);
  }

  .theadArea>div:nth-child(1)>div:nth-child(1),
  .listBox th:nth-child(1)>div:nth-child(1),
  .listBox td:nth-child(1)>div:nth-child(1) {
    padding-left: 5px;
  }

  .cl50 {
    display: flex;
  }

  .sp {
    display: none;
  }

  .mainArea02,
  .btnArea_fix,
  .btnArea_fix02 {
    width: 900px;
  }

  .cl50>* {
    width: 50%;
  }

  .txtArea_b {
    border-top: 1px solid #d7dce2;
  }

  .modalBox05 .inner {
    min-width: 400px;
  }

  .tbodyArea .txtArea_t>div:nth-child(5) {
    position: relative;
    top: 4px;
  }

  .messageBox_input {
    width: 900px;
  }

  .sideNav ul {
    width: max-content;
  }

  .sideNav ul li {
    height: 3em;
  }

  .sideNav ul li a {
    text-decoration: none;
    height: 100%;
  }

  #confirm_modal .modal-content {
    width: 500px;
  }

  div.mainArea #filter_date_range input,
  div.mainArea #inspection_filter_date_range input {
    width: fit-content !important;
  }
}
