/* 用紙サイズの指定（A4） */
@page {
  margin: 10mm;

  size: 210mm 297mm; /* A4縦サイズの場合 */
}
@media print {
  /* 全体設定 */
  body {
    /* width: 1200px; */
    /* zoom: .8; */
    -webkit-print-color-adjust: exact; /* 印刷時でも背景色や背景画像を表示 */
  }
  /* 改ページをいれる場合 */
  /* section {
    page-break-before: always;
  }
  section + section.new-none:not(:root) {
    page-break-before: avoid;
  }
  .new-page {
    page-break-before: always;
  } */

  .header {
    position: absolute !important;
  }

  .animFadeUp {
    opacity: 1 !important;
    transform: translate(0px, 0px) !important;

    rotate: none !important;
    scale: none !important;
    translate: none !important;
  }

  #spMenu {
    display: none !important;
  }
}

