@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-content .module-listLayout01 {
    padding-top: 30px;
  }
  #global-content .module-listLayout01 a {
    color: #000 !important;
    font-weight: normal !important;
  }
}
.device-view-pc #global-content .module-listLayout01 {
  padding-top: 30px;
}
.device-view-pc #global-content .module-listLayout01 a {
  color: #000 !important;
  font-weight: normal !important;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header.type02 header .headerInner {
    padding-bottom: 6.66667%;
  }
  .device-js-on #global-content .module-listLayout01 {
    margin: 0 !important;
    padding-top: 5.33333%;
  }
  .device-js-on #global-content .module-listLayout01 a {
    color: #000 !important;
    font-weight: normal !important;
  }
}
