  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/ja/assets/images/academics/international/header_bg_01_sec.jpg");
  }
  #global-content .mapArea {
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  #global-content .mapArea #map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #global-content .module-tableLayout04 img {
    width: 100%;
  }
  #global-content .marginType01 {
    margin-bottom: 2em;
  }
  #global-content .marginType02 {
    margin-top: 3em;
  }
  #global-content .collegeName {
    font-weight: bold;
  }
}
.device-view-pc #global-header header {
  background-image: url("/ja/assets/images/academics/international/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .mapArea {
  margin-bottom: 40px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.device-view-pc #global-content .mapArea #map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.device-view-pc #global-content .module-tableLayout04 img {
  width: 100%;
}
.device-view-pc #global-content .marginType01 {
  margin-bottom: 2em;
}
.device-view-pc #global-content .marginType02 {
  margin-top: 3em;
}
.device-view-pc #global-content .collegeName {
  font-weight: bold;
}
/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/ja/assets/images/academics/international/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .mapArea {
    position: relative;
    margin: 0 4% 8%;
  }
  .device-js-on #global-content .mapArea .mapImg img {
    width: 100%;
  }
  .device-js-on #global-content .module-tableLayout04 img {
    width: 100%;
  }
  .device-js-on #global-content .marginType01 {
    margin-bottom: 2em;
  }
  .device-js-on #global-content .marginType02 {
    margin-top: 3em;
  }
  .device-js-on #global-content .collegeName {
    font-weight: bold;
  }
}
