@charset "utf-8";

@media print{
  html {
    -webkit-print-color-adjust: exact;
  }
  body {
    zoom: 80%;
  }
  header {
   position: inherit !important;
  }
  .top_features,
  .clinic_slides1,
  .page_feature #sec02,
  .page_medical06 #sec02 article,
  .access_route,
  .layout03 dl,
  .layout05 dl,
  footer {
    page-break-inside: avoid;
  }
  .top_medical {
    page-break-inside: avoid;
    background-position: bottom center;
    margin-top: 0;
    padding-top: 70px;
  }
  .top_medical .h2_wrapper {
    padding-top: 50px;
    margin-top: 30px;
    top: 0;
  }
  .pagetop {
    display: none !important;
  }
}