@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/assets/images/admissions/undergraduate_bg.jpg");
  }
  #global-content .marginType01 {
    margin-top: 20px;
  }
  #global-content .subTitle {
    font-weight: bold;
  }
  #global-content .txtAnchorRed a {
    color: #d00;
    font-weight: bold;
  }
  #global-content .txtAnchorRed .module-listLayout01 {
    margin-top: 40px;
    text-align: center;
  }
  #global-content .txtAnchorRed .listItems {
    width: auto;
    display: inline-block;
  }
  #global-content .txtAnchorRed .iconArrowRed {
    background-color: #d00;
  }
}
.device-view-pc #global-header header {
  background-image: url("/assets/images/admissions/undergraduate_bg.jpg");
}
.device-view-pc #global-content .marginType01 {
  margin-top: 20px;
}
.device-view-pc #global-content .subTitle {
  font-weight: bold;
}
.device-view-pc #global-content .txtAnchorRed a {
  color: #d00;
  font-weight: bold;
}
.device-view-pc #global-content .txtAnchorRed .module-listLayout01 {
  margin-top: 40px;
  text-align: center;
}
.device-view-pc #global-content .txtAnchorRed .listItems {
  width: auto;
  display: inline-block;
}
.device-view-pc #global-content .txtAnchorRed .iconArrowRed {
  background: #d00;
}
/**********************************/
/* tablet */
/**********************************/
@media screen and (min-width: 751px) and (max-width: 1120px) {
  .device-js-on #global-header.type02 header .headerInner .title {
    line-height: 1;
    font-size: 32px;
  }
  .device-js-on #global-wrapper .module-tab {
    display: inherit;
  }
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/assets/images/admissions/undergraduate_bg_sp.jpg");
  }
  .device-js-on #global-content .marginType01 {
    margin-top: 1em;
  }
  .device-js-on #global-header.type02 header .headerInner .title {
    line-height: 1;
  }
  .device-js-on #global-content .subTitle {
    font-weight: bold;
  }
  .device-js-on #global-wrapper .module-commonLayout .module-lead03 {
    margin-left: 0;
  }
  .device-js-on #global-content .txtAnchorRed a {
    color: #d00;
    font-weight: bold;
  }
  .device-js-on #global-content .txtAnchorRed .module-listLayout01 {
    margin-top: 10%;
  }
  .device-js-on #global-content .txtAnchorRed .iconArrowRed {
    background: #d00;
  }
}
