@charset "UTF-8";
/* 印刷 */
@media print {
  body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }
  div.inner_contents {
    overflow: auto !important;
    overflow-y: auto !important;
  }
}

/* IE10以上 */
@media print and (-ms-high-contrast: none) {
  body {
    zoom: 1.8;
    width: 1200px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

@media print {
  body {
    min-width: auto;
  }
  #header,
  div.menu_controll,
  div.menu-list,
  #to_top_btn,
  p.kwn_footer,
  .btn {
    display: none;
  }
  @page {
    size: A4;
    margin: 0;
  }
}

@media print {
  .sp_only {
    display: none;
  }
}

@media print {
  div.inner_contents {
    height: auto;
  }
  .flow_list .stepbarwrap {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
/*# sourceMappingURL=print.css.map */