@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-content .secMain .module-title01 {
    font-weight: normal;
  }
}
.device-view-pc #global-content .secMain .module-title01 {
  font-weight: normal;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header.type02 header .headerInner {
    padding-bottom: 6.66667%;
  }
  .device-js-on #global-content .secMain .module-title01 {
    font-weight: normal;
  }
}
