@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/assets/images/education/header_bg_01_sec.jpg");
  }
  #global-content .module-commonLayout .module-boxColumn2 {
    margin-top: 40px;
  }
  #global-content .module-commonLayout .module-boxColumn2 .module-boxL {
    width: 150px;
  }
  #global-content .module-commonLayout .module-boxColumn2 .module-boxR {
    width: 534px;
  }
  #global-content .exchangeBox {
    margin-top: 40px;
    padding: 20px;
    border: 1px solid #333;
  }
}
.device-view-pc #global-header header {
  background-image: url("/assets/images/education/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .module-commonLayout .module-boxColumn2 {
  margin-top: 40px;
}
.device-view-pc #global-content .module-commonLayout .module-boxColumn2 .module-boxL {
  width: 150px;
}
.device-view-pc #global-content .module-commonLayout .module-boxColumn2 .module-boxR {
  width: 534px;
}
.device-view-pc #global-content .exchangeBox {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #333;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/assets/images/education/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .exchangeBox {
    margin-top: 5.33333%;
    padding: 2.66667%;
    border: 1px solid #333;
  }
  .device-js-on #global-content .module-commonLayout .module-boxColumn2 .module-boxL .module-boxImg {
    margin-top: 8%;
    margin-bottom: 5.33333%;
  }
  .device-js-on #global-content .module-commonLayout .module-boxColumn2 .module-boxL .module-boxImg img {
    width: 150px;
    height: auto;
  }
}
