  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/en/assets/images/about/learn-more/honorary-degrees/header_bg_01_sec.jpg");
  }
  #global-content .module-tableLayout04 table tbody td:first-child p:first-child {
    font-size: 14px;
  }
  #global-content .module-tableLayout04 table tbody td:first-child p:first-child a {
    color: #005;
    font-weight: bold;
  }
  #global-content .module-tableLayout04 table tbody td:first-child p:first-child a:hover {
    text-decoration: underline;
  }
  #global-content .module-tableLayout04 table tbody td:first-child p + p {
    margin-top: 10px;
  }
}
.device-view-pc #global-header header {
  background-image: url("/en/assets/images/about/learn-more/honorary-degrees/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .module-tableLayout04 table tbody td:first-child p:first-child {
  font-size: 14px;
}
.device-view-pc #global-content .module-tableLayout04 table tbody td:first-child p:first-child a {
  color: #005;
  font-weight: bold;
}
.device-view-pc #global-content .module-tableLayout04 table tbody td:first-child p:first-child a:hover {
  text-decoration: underline;
}
.device-view-pc #global-content .module-tableLayout04 table tbody td:first-child p + p {
  margin-top: 10px;
}
/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/en/assets/images/about/learn-more/honorary-degrees/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .module-tableLayout04 table tbody td:first-child p:first-child {
  font-size: 116.66667%;
  font-weight: bold;
  }
  .device-js-on #global-content .module-tableLayout04 table tbody td:first-child p:first-child a {
    color: #005;
    font-weight: bold;
  }
  .device-js-on #global-content .module-tableLayout04 table tbody td:first-child p + p {
    margin-top: 2%;
  }
}
