@charset "UTF-8";
/* ------------------------------------------------------------
// 印刷設定
------------------------------------------------------------ */
@media print {
  body {
    background: none !important;
  }
  a {
    text-decoration: none !important;
  }
  .header-wrap {
    position: static !important;
    height: 80px !important;
  }
  .header-spacer {
    display: none !important;
  }
  .white-wrap {
    padding: 40px 0 !important;
  }
  .sp-contact {
    display: none !important;
  }
  #pagetop {
    display: none !important;
  }
}/*# sourceMappingURL=print.css.map */