  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/en/assets/images/about/president/vice-presidents/header_bg_01_sec.jpg");
  }
  #global-content .module-profileType06 .profileDetail p {
    padding-top: 1.5em;
  }
  #global-content .module-profileType06 .profileDetail p:first-child {
    padding-top: 0;
  }
  #global-content .module-profileType06 .profileOuter {
    min-height: 150px;
  }
  #global-content .printBreak{
    page-break-before: always;
  }
}
.device-view-pc #global-header header {
  background-image: url("/en/assets/images/about/president/vice-presidents/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .module-profileType06 .profileDetail p {
  padding-top: 1.5em;
}
.device-view-pc #global-content .module-profileType06 .profileDetail p:first-child {
  padding-top: 0;
}
.device-view-pc #global-content .module-profileType06 .profileOuter {
  min-height: 150px;
}
.device-view-pc #global-content .printBreak{
  page-break-before: always;
}
/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/en/assets/images/about/president/vice-presidents/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .module-profileType06 .profileDetail p {
    padding-top: 1.5em;
  }
  .device-js-on #global-content .module-profileType06 .profileDetail p:first-child {
    padding-top: 0;
  }
}
