@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/assets/images/education/header_bg_01.jpg");
  }
  #global-header .title a {
    color: #fff;
  }
  #global-content .module-commonLayout .txtCenter {
    text-align: center;
  }
  #global-content .module-title01 {
    background-color: #005;
    color: #fff;
  }
  #global-content .module-lead01,
  #global-content .module-lead02 {
    margin-bottom: 30px;
  }
  #global-content .module-boxType01 {
    padding: 20px 28px;
    text-align: left;
    background-color: #efefef;
    margin-bottom: 70px;
  }
  #global-content .module-boxType01 .module-title05 {
    margin-bottom: 10px;
  }
  #global-content .module-boxType01 .module-lead02 {
    margin-bottom: 0;
  }
  #global-content .module-tableLayout05 td[rowspan="4"] {
    vertical-align: middle;
    text-align: center;
  }
  #global-content .module-tableLayout05 a {
    color: #005;
  }
  #global-content .tableTitle {
    color: #fdb50a;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }
  #global-content .tableTitleNotes {
    padding-left: 1em;
    color: #f00;
  }
  #global-content .module-tableLayout02 + .module-tableLayout02 {
    margin-top: 10px;
  }
  #global-content .module-tableLayout02 .detailColumn .detailWrap {
    background-color: #fdb50a;
  }
  #global-content .module-tableLayout02 .detailColumn .detailWrap .detailBody p {
    color: #fff;
    font-size: 15px;
  }
}
.device-view-pc #global-header header {
  background-image: url("/assets/images/education/header_bg_01.jpg");
}
.device-view-pc #global-content .detailBody p {
  text-align: center;
}
.device-view-pc #global-header .title a {
  color: #fff;
}
.device-view-pc #global-content .module-title01 {
  background-color: #005;
  color: #fff;
}
.device-view-pc #global-content .module-lead01,
.device-view-pc #global-content .module-lead02 {
  margin-bottom: 30px;
}
.device-view-pc #global-content .module-boxType01 {
  padding: 20px 28px;
  text-align: left;
  background-color: #efefef;
  margin-bottom: 70px;
}
.device-view-pc #global-content .module-boxType01 .module-title05 {
  margin-bottom: 10px;
}
.device-view-pc #global-content .module-boxType01 .module-lead02 {
  margin-bottom: 0;
}
.device-view-pc #global-content .module-tableLayout05 td[rowspan="4"] {
  vertical-align: middle;
  text-align: center;
}
.device-view-pc #global-content .module-tableLayout05 a {
  color: #005;
}
.device-view-pc #global-content .tableTitle {
  color: #fdb50a;
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.device-view-pc #global-content .module-tableLayout02 + .module-tableLayout02 {
  margin-top: 10px;
}
.device-view-pc #global-content .module-tableLayout02 .detailColumn .detailWrap {
  background-color: #fdb50a;
}
.device-view-pc #global-content .module-tableLayout02 .detailColumn .detailWrap .detailBody p {
  color: #fff;
  font-size: 15px;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/assets/images/education/header_bg_01_sp.jpg");
  }
  .device-js-on #global-header .title a {
    color: #fff;
  }
  .device-js-on #global-content .module-title01 {
    background-color: #005;
    color: #fff;
  }
  .device-js-on #global-content .module-commonLayout .module-lead01,
  .device-js-on #global-content .module-commonLayout .module-lead02 {
    margin: 0 4% 6%;
  }
  .device-js-on #global-content .module-boxType01 {
    padding: 1.5em 0;
    text-align: left;
    background-color: #efefef;
    margin: 0 4% 12%;
  }
  .device-js-on #global-content .module-boxType01 .module-title05 {
    margin-bottom: 2%;
  }
  .device-js-on #global-content .module-boxType01 .module-lead02 {
    margin: 0 4% 0;
  }
  .device-js-on #global-content .module-tableLayout05 td[rowspan="4"] {
    vertical-align: middle;
    text-align: center;
  }
  .device-js-on #global-content .module-tableLayout05 a {
    color: #005;
  }
  .device-js-on #global-content .tableTitle {
    color: #fdb50a;
    font-size: 120%;
    text-align: left;
    margin: 0 4% 4%;
  }
  .device-js-on #global-content .module-tableLayout02 + .module-tableLayout02 {
    margin-top: 4%;
  }
  .device-js-on #global-content .module-tableLayout02 .detailColumn .detailWrap {
    background-color: #fdb50a;
  }
  .device-js-on #global-content .module-tableLayout02 .detailColumn .detailWrap .detailBody p {
    color: #fff;
  }
}
