﻿@charset "utf-8";

@media print {
  body {
    width: 270mm;
  }

  .sim-container {
    max-width: 240mm !important;
  }

  header,
  .l-page-header,
  .lead,
  .print-wrap,
  footer,
  .l-footer__contact,
  .c-button__page-top,
  .noprintArea,
  #pageTop {
    display: none !important;
  }

  #simulation2 .condition_wrap {
    width: 800px;
    margin-top: 20px;
  }

  .l-main__personal {
    margin-top: 0 !important;
  }

  .l-content {
    margin-top: 0 !important;
  }

  .l-section {
    margin-top: 20px !important;
  }
}
