<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@page {
  size: A4;
}

/* A4横 */
@media print {
  /* 印刷専用のCSSを記述 */
  /*--------------

--------------*/
  .header,
  .footer {
    display: none;
  }
  .company .service,
  .company .common_bnr {
    display: none;
  }
  body {
    font-size: 20px;
  }
}
/*# sourceMappingURL=print.css.map */</pre></body></html>