@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/assets/images/admissions/header_bg_01.jpg");
  }
  #global-content .mgn {
    margin-top: 40px;
  }
  #global-content .linkList .module-boxColumn2 {
    margin-top: 40px;
    width: 100%;
    position: relative;
  }
  #global-content .linkList .module-boxColumn2:first-child {
    margin-top: 0;
  }
  #global-content .linkList .module-boxL {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-content .linkList .module-boxL a {
    width: 100%;
    height: 100%;
    display: block;
  }
  #global-content .linkList .module-boxL .linkOuter {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    display: table;
    background-color: #005;
  }
  #global-content .linkList .module-boxL .linkOuter .linkInner {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  #global-content .linkList .module-boxL .linkOuter .linkInner .txt {
    padding-left: 1.5em;
    font-size: 17px;
    display: inline-block;
    position: relative;
  }
  #global-content .linkList .module-boxL .linkOuter .linkInner .txt:after {
    content: "";
    position: absolute;
    top: 0.15em;
    left: 0;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #global-content .linkList .module-boxL .linkOuter .linkInner .module-iconBlankM01 {
    margin-left: 1em;
  }

  #global-content .module-lead01 {
    margin-bottom: 40px;
  }
}
.device-view-pc #global-header header {
  background-image: url("/assets/images/admissions/header_bg_01.jpg");
}
.device-view-pc #global-content .mgn {
  margin-top: 40px;
}
.device-view-pc #global-content .linkList .module-boxColumn2 {
  margin-top: 40px;
  width: 100%;
  position: relative;
}
.device-view-pc #global-content .linkList .module-boxColumn2:first-child {
  margin-top: 0;
}
.device-view-pc #global-content .linkList .module-boxL {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-content .linkList .module-boxL a {
  width: 100%;
  height: 100%;
  display: block;
}
.device-view-pc #global-content .linkList .module-boxL .linkOuter {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  display: table;
  background-color: #005;
}
.device-view-pc #global-content .linkList .module-boxL .linkOuter .linkInner {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.device-view-pc #global-content .linkList .module-boxL .linkOuter .linkInner .txt {
  padding-left: 1.5em;
  font-size: 17px;
  display: inline-block;
  position: relative;
}
.device-view-pc #global-content .linkList .module-boxL .linkOuter .linkInner .txt:after {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateZ(1px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.device-view-pc #global-content .linkList .module-boxL .linkOuter .linkInner .module-iconBlankM01 {
  margin-left: 1em;
}

.device-view-pc #global-content .module-lead01 {
  margin-bottom: 40px;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/assets/images/admissions/header_bg_01_sp.jpg");
  }
  .device-js-on #global-content .mgn {
    margin-top: 8%;
  }
  .device-js-on #global-content .linkList .module-boxColumn2 {
    margin-top: 8%;
  }
  .device-js-on #global-content .linkList .module-boxColumn2:first-child {
    margin-top: 0;
  }
  .device-js-on #global-content .linkList .module-boxL {
    margin: 0 auto 4%;
    width: 92%;
  }
  .device-js-on #global-content .linkList .module-boxL a {
    width: 100%;
    font-weight: bold;
    color: #fff;
    display: block;
    position: relative;
    background-color: #005;
  }
  .device-js-on #global-content .linkList .module-boxL a .linkOuter {
    padding: 2.89855%;
  }
  .device-js-on #global-content .linkList .module-boxL a .linkOuter .linkInner .txt {
    font-size: 125%;
    line-height: 1.5;
  }
  .device-js-on #global-content .linkList .module-boxL a .linkOuter .linkInner .txt:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .device-js-on #global-content .linkList .module-boxL a .linkOuter .module-iconBlankM01 {
    margin-left: 0.5em;
  }

  .device-js-on #global-content .module-lead01 {
    margin-bottom: 8%!important;
  }
}
