@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/en/assets/images/admissions/fees/header_bg_01_sec.jpg");
  }
  #global-content .marginType01 {
    margin-top: 3em;
  }
  #global-content .marginType02 {
    margin-top: 2em;
  }  
  #global-content .module-listLayout03{
    margin: 15px 0 20px;
  }
  #global-content .module-commonLayout p.module-title05{
    margin-bottom: 0;
  }
  #global-content i {
    font-style: italic;
  }
  #global-content .module-lead02 .subLead {
    font-weight: bold;
  }
  #global-wrapper .module-commonLayout .module-lead02 p{
    padding-top: 5px;
  }
}
.device-view-pc #global-header header {
  background-image: url("/en/assets/images/admissions/fees/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .marginType01 {
  margin-top: 3em;
}
.device-view-pc #global-content .marginType02 {
  margin-top: 2em;
}  
.device-view-pc #global-content .module-listLayout03{
  margin: 15px 0 20px;
}
.device-view-pc #global-content .module-commonLayout p.module-title05{
  margin-bottom: 0;
}
.device-view-pc #global-content i {
  font-style: italic;
}
.device-view-pc #global-content .module-lead02 .subLead {
  font-weight: bold;
}
.device-view-pc #global-wrapper .module-commonLayout .module-lead02 p{
  padding-top: 5px;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/en/assets/images/admissions/fees/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .marginType01 {
    margin-top: 2em;
  }
  .device-js-on #global-content .marginType02 {
    margin-top: 1.5em!important;
  }  
  .device-js-on #global-content .module-listLayout03{
    margin-top: 1em;
    margin-bottom: 2em;
  }
  .device-js-on #global-content i {
    font-style: italic;
  }
  .device-js-on #global-content .module-lead02 .subLead {
    font-weight: bold;
  }
  .device-js-on #global-wrapper .module-commonLayout .module-lead02 p{
    padding-top: 5px;
  }
}

