/* Print CSS Setting
============================================ */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  img {
    width: auto;
    max-width: 100%;
  }
  /* Header */
  .header {
    margin-bottom: 10px;
  }
  .header__pc-logo img {
    width: 237px !important;
  }
  .header__pc-upper, .header__pc-menu {
    display: none;
  }
  .header__sp-wrap {
    display: none;
  }
  .floating-menu {
    display: none;
  }

  /* Header-takarakuji */
  .header-takarakuji .header__sp-side {
    display: none;
  }

  /* Contents */
  .section__table-sp {
    display: none;
  }
  .section__image-block-sp {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .moduleBlock {
    break-before: page;
  }
  .step__block {
    break-before: page;
  }
  .step__block .step__carousel-wrap {
    break-before: page;
  }
  .step__image.js-fix-height-child {
    height: auto !important;
  }
  .step__image--bg-white {
    height: auto !important;
  }
  .floating-rightarea {
    display: none;
  }

  /* Footer */
  .footer-menu {
    display: none;
  }
  .footer-copyright {
    align-items: center;
    border-top: 0;
    display: flex;
    height: 54px;
    padding: 0;
  }
  .footer-copyright__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
    text-align: center;
    width: 100%;
  }
  .pagetop {
    display: none;
  }
}

/*# sourceMappingURL=common_p.css.map */
