  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/en/assets/images/about/history/header_bg_01_sec.jpg");
  }
  #global-content .historyNav,
  #global-content .article {
    padding-top: 40px;
  }
  #global-content .caption {
    margin-bottom: 0.2em;
    font-size: 14px;
    font-weight: bold;
  }
  #global-content #timelineWrap {
    margin-bottom: 40px;
    width: 100%;
    height: 860px;
  }
  #global-content .module-tableLayout04 tr:first-child{
    background-color: #fff;
    color: #333;
  }
  #global-content .module-tableLayout04 tr:first-child td{
    font-weight: normal;
  }
  #global-content .module-tableLayout04 tr:first-child td:nth-child(2) {
    text-align: left;
  }
  #global-content .module-boxText{
    margin-bottom: 40px;
  }
}
.device-view-pc #global-header header {
  background-image: url("/en/assets/images/about/history/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .historyNav,
.device-view-pc #global-content .article {
  padding-top: 40px;
}
.device-view-pc #global-content .caption {
  margin-bottom: 0.2em;
  font-size: 14px;
  font-weight: bold;
}
.device-view-pc #global-content #timelineWrap {
  margin-bottom: 40px;
  width: 100%;
  height: 860px;
}
.device-view-pc #global-content .module-tableLayout04 tr:first-child{
  background-color: #fff;
  color: #333;
}
.device-view-pc #global-content .module-tableLayout04 tr:first-child td{
  font-weight: normal;
}
.device-view-pc #global-content .module-tableLayout04 tr:first-child td:nth-child(2) {
  text-align: left;
}
.device-view-pc #global-content .module-boxText{
  margin-bottom: 40px;
}
/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/en/assets/images/about/history/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .historyNav,
  .device-js-on #global-content .article {
    padding-top: 8%;
  }
  .device-js-on #global-content .caption {
    margin-bottom: 0.2em;
    font-size: 116.66667%;
    font-weight: bold;
  }
  .device-js-on #global-content #timelineWrap {
    margin-bottom: 8%;
    width: 100%;
    height: 550px;
  }
  .device-js-on #global-content .module-tableLayout04 tr:first-child{
    background-color: #fff;
    color: #333;
  }
  .device-js-on #global-content .module-tableLayout04 tr:first-child td{
    font-weight: normal;
  }
  .device-js-on #global-content .module-tableLayout04 tr:first-child td:nth-child(2) {
    text-align: left;
  }
  .device-js-on #global-content .module-boxText{
    margin-bottom: 3em;
  }  
}
