@charset "utf-8";

/* Print
---------------------------------------------------*/
@media print {
  html {
    -webkit-print-color-adjust: exact;
  }

  body {
    zoom: 77%;
    width: 1400px;
    min-width: inherit;
  }

  #fixedArea {
    position: inherit;
  }

  #fixedArea.fixed {
    position: relative;
  }

  #fixedArea.fixed header {
    display: block;
  }

  #applicable-area,
  #process,
  #e-learning,
  #download,
  .page-break {
    page-break-before: always !important; /*ページの改行の指定*/
  }
}

@media print and (-ms-high-contrast: none) { /* IE */
  body {
    zoom: 78%;
  }
}
