@charset "UTF-8";
/* ------------------------------------------------------------
// 印刷設定
------------------------------------------------------------ */
@media print {
  a {
    text-decoration: none !important;
  }
  table,
  p {
    page-break-inside: avoid !important;
  }
  .header-wrap {
    position: static !important;
  }
  .header-wrap .header-content .header-contact a.mail-btn {
    display: none !important;
  }
  .hero-wrap {
    height: calc(100vh - 114px) !important;
  }
  nav,
  .hamburger,
  .pagetop {
    display: none !important;
  }
}