  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/en/assets/images/admissions/undergraduate/pearl/header_bg_01_sec.jpg");
  }
  #global-content .mapArea {
    margin: 20px 0;
  }
  #global-content .mapArea #map {
    height: 380px;
    width: 100%;
  }
  #global-content .marginType01 {
    margin-top: 20px;
  }
}
.device-view-pc #global-header header {
  background-image: url("/en/assets/images/admissions/undergraduate/pearl/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .mapArea {
  margin: 20px 0;
}
.device-view-pc #global-content .mapArea #map {
  height: 380px;
  width: 100%;
}
.device-view-pc #global-content .marginType01 {
  margin-top: 20px;
}
/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/en/assets/images/admissions/undergraduate/pearl/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .mapArea {
    position: relative;
    padding-top: 48.26667%;
    margin: 4% 0;
  }
  .device-js-on #global-content .mapArea #map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .device-js-on #global-content .faqItems {
    word-break: break-word;
  }
}
