@media (max-width: 2000px) {
  /* スタイルの変更 */
  body {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #e8ecef;
  }
  /* 他のスタイルの変更 */
  .container {
    width: 100%;
  }

  .main {
    margin: 0;
  }

  header._order-count {
    min-width: 100%;
    margin: 0 0 24px 0;
  }

  .head_container {
    width: 100%;
    padding: 0 24px 0 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .head_container ._image-ruxsys-logo {
    background-image: url(../images/logo.png);
    width: 200px;
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 180px;
    margin: 0 auto;
  }

  .sec {
    min-width: 100%;
  }

  .sec-content {
    margin: 0 0 24px 24px;
  }

  /* --------------------------- */
  /* Parts.cssの上書き設定       */
  /* --------------------------- */
  ._h-label._no-label {
    margin-bottom: 12px;
    font-size: 1.2rem;
  }

  /* --------------------------- */
  /* 新規設定                    */
  /* --------------------------- */
  ._print-categories ._label p {
    margin-bottom: 0;
    font-size: initial;
  }

  .cont-total-count,
  .cont-stock-count,
  .cont-backorder-count {
    width: 100%;
    padding: 4px 8px;
    border: 1px solid #192f60;
    background-color: #192f60;
    /* border: 1px solid #124700;
  background-color: #124700; */
    color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    box-shadow: 0px 0px 15px 7px rgba(0, 0, 0, 0.1);
  }

  .cont-total-count {
    height: 180px;
  }

  .cont-stock-count,
  .cont-backorder-count {
    height: 140px;
    border: 1px solid #fff;
    background-color: #fff;
    color: initial;
  }

  ._h-label._no-label + p {
    font-size: 1.2rem;
  }

  ._count-number {
    font-size: 2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: 0.06em;
  }
}
