  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/en/assets/images/about/learn-more/publications/header_bg_01_sec.jpg");
  }
  #global-content .article {
    margin-top: 2em;
  }
  #global-content .module-lead02{
    margin: 2em 0 1em;
  }
  #global-content .marginType01{
    margin-top: 3em;
  }
  #global-wrapper .module-commonLayout .linkText p{
    font-size: 16px;
  }
  #global-content .listText {
    color: #000;
  }   
}
.device-view-pc #global-header header {
  background-image: url("/en/assets/images/about/learn-more/publications/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .article {
  margin-top: 2em;
}
.device-view-pc #global-content .module-lead02{
  margin: 2em 0 1em;
}
.device-view-pc #global-content .marginType01{
  margin-top: 3em;
}
.device-view-pc #global-wrapper .module-commonLayout .linkText p{
  font-size: 16px;
}
.device-view-pc #global-content .listText {
  color: #000;
} 
/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/en/assets/images/about/learn-more/publications/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .article {
    margin-top: 2em;
  }
  .device-js-on #global-content .module-lead02{
    margin-top: 2em!important;
    margin-bottom: 1em!important;
  }
  .device-js-on #global-content .marginType01{
    margin-top: 3em;
  }
  .device-js-on #global-content .listText {
    color: #000;
  }  
}
