@charset "UTF-8";
#global-content .video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
#global-content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 751px), print {
  #global-header header {
    background-image: url("/assets/images/admissions/header_bg_01.jpg");
  }
  .module-lead02, .module-lead03 {
    margin: 0 0 40px !important;
  }
  #global-wrapper .module-boxColumn2 .linkOuter .linkInner .listBlank{
    margin-left: 1em;
  }
}
@media screen and (max-width: 750px) {
  #global-header header {
    background-image: url("/assets/images/admissions/header_bg_01_sp.jpg");
  }
  .module-lead02, .module-lead03 {
    margin: 0 4% 8% !important;
  }
  #global-content .module-boxColumn1 {
    width: 92%;
    margin: 0 auto;
  }
}
