  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/en/assets/images/research/by-campus/header_bg_01_sec.jpg");
  }
  #global-content .linkCaption .module-title05{
    margin: 2em 0 1em;
    font-weight: normal!important;
  }
  #global-content .marginType01{
    margin-top: 40px;
  }
  #global-content .module-listLayout01 .listItems .listItem{
    padding-top: 20px;
  }
  #global-content .listText {
    color: #000;
  }  
}
.device-view-pc #global-header header {
  background-image: url("/en/assets/images/research/by-campus/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .linkCaption .module-title05{
  margin: 2em 0 1em;
  font-weight: normal!important;
}
.device-view-pc #global-content .marginType01{
  margin-top: 40px;
}
.device-view-pc #global-content .module-listLayout01 .listItems .listItem{
  padding-top: 20px;
}
.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/research/by-campus/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .module-title05{
    margin-left: 8%;
    margin-right: 8%;
  }  
  .device-js-on #global-content .linkCaption .module-title05{
    margin-top: 2em;
    font-weight: normal!important;
  }
  .device-js-on #global-content .marginType01{
    margin-top: 3em;
  }
  .device-js-on #global-content .listText {
    color: #000;
  }  
}
