@media print {
  #wpadminbar {
    display: none !important;
  }
  .l-header {
    position: relative !important;
  }
  .c-sp-fix {
    display: none !important;
  }
  .l-header__toggle {
    position: absolute !important;
  }
  #page-top {
    display: none !important;
  }
  *,
  *::before,
  *::after {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    font-size: 12pt;
  }
  .wp-block-column .wp-block-image img {
    max-width: 50% !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  p,
  blockquote,
  table,
  figure {
    page-break-inside: avoid;
  }
  .l-main,
  main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}/*# sourceMappingURL=print.css.map */