@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/assets/images/education/header_bg_01.jpg");
  }
  #global-header .headerLead {
    margin: 0 25px 25px 0;
    width: 43.26923%;
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #global-header .headerLead p {
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
    text-shadow: 1px 1px 10px #070102;
  }
  #global-content .module-tableLayout01 {
    margin-top: 10px;
  }
  #global-content .module-tableLayout01:first-child {
    margin-top: 0;
  }
  #global-content .module-listLayout01 {
    padding-top: 30px;
  }
  #global-content .secCenter .module-listLayout01 {
    padding-top: 10px;
  }
  #global-content .movieArea {
    margin-top: 70px;
  }
  #global-content .movieArea iframe {
    width: 560px;
    height: 315px;
    margin: 0 auto;
  }
}
.device-view-pc #global-header header {
  background-image: url("/assets/images/education/header_bg_01.jpg");
}
.device-view-pc #global-header .headerLead {
  margin: 0 25px 25px 0;
  width: 43.26923%;
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 0;
}
.device-view-pc #global-header .headerLead p {
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
  text-shadow: 1px 1px 10px #070102;
}
.device-view-pc #global-content .module-tableLayout01 {
  margin-top: 10px;
}
.device-view-pc #global-content .module-tableLayout01:first-child {
  margin-top: 0;
}
.device-view-pc #global-content .module-listLayout01 {
  padding-top: 30px;
}
.device-view-pc #global-content .secCenter .module-listLayout01 {
  padding-top: 10px;
}
.device-view-pc #global-content .movieArea {
  margin-top: 70px;
}
.device-view-pc #global-content .movieArea iframe {
  width: 560px;
  height: 315px;
  margin: 0 auto;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/assets/images/education/header_bg_01_sp.jpg");
  }
  .device-js-on #global-header .headerLead {
    padding-top: 8%;
    text-align: left;
  }
  .device-js-on #global-header .headerLead p {
    margin: 0 8%;
    font-size: 125%;
    line-height: 1.8;
    font-weight: 100;
  }
  .device-js-on #global-content .module-tableLayout01 {
    margin-top: 2.89855%;
  }
  .device-js-on #global-content .module-tableLayout01:first-child {
    margin-top: 0;
  }
  .device-js-on #global-content .secUndergraduate .module-tableLayout01 .link {
    margin-top: 2.89855%;
  }
  .device-js-on #global-content .secCenter .module-title01 {
    margin-bottom: 5px;
  }
  .device-js-on #global-content .movieArea {
    margin: 8% auto 0;
    width: 92%;
    padding-top: 51.75%;
    position: relative;
  }
  .device-js-on #global-content .movieArea iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
