@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/assets/images/about/history/header_bg_01_sec.jpg");
  }
  #global-content .module-tableLayout05 {
    margin-bottom: 40px;
  }
  #global-content .module-tableLayout05 th {
    white-space: nowrap;
  }
}
.device-view-pc #global-header header {
  background-image: url("/assets/images/about/history/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .module-tableLayout05 {
  margin-bottom: 40px;
}
.device-view-pc #global-content .module-tableLayout05 th {
  white-space: nowrap;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/assets/images/about/history/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .module-tableLayout05 {
    margin-bottom: 8%;
  }
  .device-js-on #global-content .module-tableLayout05 th {
    white-space: nowrap;
  }
}
