  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/ja/assets/images/academics/affiliated-schools/header_bg_01_sec.jpg");
  }
  #global-content .module-boxColumn2Type03 .link {
    padding-top: 20px;
  }
}
.device-view-pc #global-header header {
  background-image: url("/ja/assets/images/academics/affiliated-schools/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .module-boxColumn2Type03 .link {
  padding-top: 20px;
}
/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/ja/assets/images/academics/affiliated-schools/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .module-boxColumn2Type03 .link {
    padding-top: 2.66667%;
  }
}
