@media print {
  /* Hide the header inner section */
  #header_inner {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sei_tab {
    display: none !important;
  }
  .gotop {
    display: none !important;
  }
  .create_runland {
    display: none !important;
  }
  .map_link {
    display: none !important;
  }
  iframe {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
}