@page {
  size: 210mm 297mm;
  margin: 0;
  -webkit-print-color-adjust: exact;
}
@media print {
  html, body {
    zoom: 0.8;
    padding: 0;
    margin: 0;
    page-break-after: avoid;
    page-break-before: avoid;
    font-size: 18px;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  #pageUrl {
    padding: 20px;
    font-size: 20px;
    color: #999;
    border: solid #e4e4e4;
    border-width: 1px 0;
    margin: 60px 40px 0 40px;
  }
  #pageUrl span {
    padding-right: 10px;
    color: #000;
  }
  #satisfied,
  header .nav_wrap .nav_guide nav,
  header .nav_wrap .nav_guide .other_link,
  header .site_map-wrap,
  .comm_linemap .fix_home,
  .comm_linemap .fix_btn-wrap,
  .sns_btn-box,
  .page_top-wrap,
  .tit_btn-wrap,
  .page_view h4,
  .rpt_slide_wrap,
  .page_view .btn_list,
  .hd_search,
  .onair_popup,
  .mini_popup-guide,
  .side_popup-guide,
  footer {
    display: none !important;
  }
  .fix_line .linemap_guide-box {
    position: static !important;
  }
  .org_chart .dept01 li.ledger ul {
    display: block;
    text-align: center;
  }
  .org_chart .dept01 li.ledger ul li {
    display: inline-block;
    margin: 0 30px;
  }
  .org_chart .dept01 li.vice > div {
    display: block;
  }
  .org_chart .dept01 li.vice > div ul.d02 {
    margin-left: auto;
    width: calc(50% - 165px);
  }
  .org_chart .dept01 li.vice > div ul.d02 li a::after {
    left: -165px;
    width: 165px;
  }
  .org_chart .dept02 {
    background-color: #f8f9fb;
    position: relative;
  }
  .org_chart .dept02 > li {
    margin-top: 0;
    padding-top: 30px;
    position: relative;
  }
  .org_chart .dept02 > li::after {
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    border-left: 1px dashed #cdcdcd;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .org_chart .dept02 > li:last-child::after {
    display: none;
  }
  .org_chart .dept02 > li:nth-of-type(2n-1)::before {
    width: 122%;
    height: 1px;
    border-top: 1px dashed #cdcdcd;
    top: 0px;
    left: 50% !important;
    background: none !important;
  }
}