@media (max-width: 599px) {
  html, body {
    font-size: 13px;
    padding: 10px 5px !important;
  }
}
/*
section.__information .__table tr.__supplier-memo th {
  color: transparent; /* 元のテキストを見えなくする */
  position: relative; /* 擬似要素の基準 */
}*/
/*
section.__information .__table tr.__supplier-memo th::after {
  content: "弊社採番請求番号";
  color: #000; /* テキスト色（必要に応じて調整） */
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); /* 元のテキスト位置と垂直方向を合わせる */
  width: 100%;
  padding-left: 1em; /* 既存のpaddingと合わせる */
}*/