  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/en/assets/images/academics/programs-offered-in-english/index/header_bg_01_sec.jpg");
  }
  #global-content .article .module-title05 {
    padding-top: 40px;
  }
  #global-content .article .module-title05:first-child {
    padding-top: 0;
  }
  #global-content .article.pt40 {
    padding-top: 40px;
  }
}
.device-view-pc #global-header header {
  background-image: url("/en/assets/images/academics/programs-offered-in-english/index/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .article .module-title05 {
  padding-top: 40px;
}
.device-view-pc #global-content .article .module-title05:first-child {
  padding-top: 0;
}
.device-view-pc #global-content .article.pt40 {
  padding-top: 40px;
}

/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/en/assets/images/academics/programs-offered-in-english/index/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .article .module-title05 {
    padding-top: 8%;
  }
  .device-js-on #global-content .article .module-title05:first-child {
    padding-top: 0;
  }
  .device-js-on #global-content .article.pt40 {
    padding-top: 8%;
  }
}
