  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/en/assets/images/research/collaboration/header_bg_01_sec.jpg");
  }
  #global-content .capBg {
    font-weight: bold;
    background-color: #efefef;
  }
  #global-content .article {
    padding-top: 50px;
  }
  #global-content .links {
    padding-top: 20px;
  }
  #global-wrapper .module-commonLayout .module-title05{
    margin-bottom: 0;
  }  
  #global-content .listText {
    color: #000;
  }   
}
.device-view-pc #global-header header {
  background-image: url("/en/assets/images/research/collaboration/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .capBg {
  font-weight: bold;
  background-color: #efefef;
}
.device-view-pc #global-content .article {
  padding-top: 50px;
}
.device-view-pc #global-content .links {
  padding-top: 20px;
}
.device-view-pc #global-wrapper .module-commonLayout .module-title05{
  margin-bottom: 0;
}  
.device-view-pc #global-content .listText {
  color: #000;
} 
/****/
/* tablet */
/****/
@media screen and (min-width: 751px) and (max-width: 1120px) {
  .device-js-on #global-header.type02 header .headerInner .title {
    line-height: 1;
    font-size: 32px;
  }
}
/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/en/assets/images/research/collaboration/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .capBg {
    font-weight: bold;
    background-color: #efefef;
  }
  .device-js-on #global-content .article {
    padding-top: 9.33333%;
  }
  .device-js-on #global-content .links {
    padding-top: 5.33333%;
  }
  .device-js-on #global-wrapper .module-commonLayout .module-title05{
    margin-bottom: 0;
  }
  .device-js-on #global-content .listText {
    color: #000;
  }  
}
