@charset "UTF-8";
/* CSS Document */

@media print {

  html, body {
    height: auto !important;
    overflow: visible !important;
  }

  * {
    overflow: visible !important;
  }

  .headNavi,
  .nav,
  .hamburger {
    display: none !important; /* 不要なら非表示 */
  }

}	