  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/ja/assets/images/admissions/examinations/header_bg_01_sec.jpg");
  }
  #global-content .marginType01 {
    margin-bottom: 1em;
  }
  #global-content .marginType02 {
    margin-bottom: 2em;
  }
  #global-content .module-listLayout08 .listItem .listWrap .listDetail a {
    color: #005;
  }
  #global-wrapper .boxColumn .listItems {
    margin: -2em 0 0 -2em;
  }
  #global-wrapper .boxColumn .listItems:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #global-wrapper .boxColumn .listItems > .listItem {
    float: left;
    padding-top: 0;
    margin: 2em 0 0 2em;
  }
}
.device-view-pc #global-header header {
  background-image: url("/ja/assets/images/admissions/examinations/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .marginType01 {
  margin-bottom: 1em;
}
.device-view-pc #global-content .marginType02 {
  margin-bottom: 2em;
}
.device-view-pc #global-content .module-listLayout08 .listItem .listWrap .listDetail a {
  color: #005;
}
.device-view-pc #global-wrapper .boxColumn .listItems {
  margin: -2em 0 0 -2em;
}
.device-view-pc #global-wrapper .boxColumn .listItems:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #global-wrapper .boxColumn .listItems > .listItem {
  float: left;
  padding-top: 0;
  margin: 2em 0 0 2em;
}
/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/ja/assets/images/admissions/examinations/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .marginType01 {
    margin-bottom: 1em;
  }
  .device-js-on #global-content .marginType02 {
    margin-bottom: 2em;
  }
  .device-js-on #global-content .module-listLayout08 .listItem .listWrap .listDetail a {
    color: #005;
  }
  .device-js-on #global-wrapper .boxColumn .listItems {
    margin-top: -2em;
  }
  .device-js-on #global-wrapper .boxColumn .listItems:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on #global-wrapper .boxColumn .listItems > .listItem {
    float: left;
    padding-top: 0;
    width: 50%;
    margin-top: 2em;
  }
}
