  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/ja/assets/images/about/learn-more/data/header_bg_01_sec.jpg");
  }
  #global-content .module-profileType06 .profileInner {
    min-height: 175px;
  }
  #global-content .module-profileType06 .profileInner .profileL,
  #global-content .module-profileType06 .profileInner .profileR {
    padding-left: 160px;
  }
  #global-content .module-profileType06 .profileInner .profileL .profilePic {
    width: 140px;
  }
  #global-content .profileDetail p {
    padding-top: 1.5em;
  }
  #global-content .profileDetail p:first-child {
    padding-top: 0;
  }
  #global-content .printBreak{
    page-break-before: always;
  }
}
.device-view-pc #global-header header {
  background-image: url("/ja/assets/images/about/learn-more/data/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .module-profileType06 .profileInner {
  min-height: 175px;
}
.device-view-pc #global-content .module-profileType06 .profileInner .profileL,
.device-view-pc #global-content .module-profileType06 .profileInner .profileR {
  padding-left: 160px;
}
.device-view-pc #global-content .module-profileType06 .profileInner .profileL .profilePic {
  width: 140px;
}
.device-view-pc #global-content .profileDetail p {
  padding-top: 1.5em;
}
.device-view-pc #global-content .profileDetail p:first-child {
  padding-top: 0;
}
.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("/ja/assets/images/about/learn-more/data/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;
  }
}
