@charset "utf-8";
/* LESS Document */
/*----------------------
			　base
-----------------------*/
/*----------------------
			　common
-----------------------*/
/* clearfix */
.cf:before,
.cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* img */
img {
  border: 0px;
}
a.img_hover:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}
/* link */
a {
  color: #009;
  text-decoration: none;
}
a:visited {
  color: #606;
}
a:hover {
  color: #06c;
  text-decoration: underline;
}
/* list */
ul,
ol,
li {
  list-style: none;
}
/*----------------------
			　layout
-----------------------*/
.m0 {
  margin: 0px !important;
}
.mlr10 {
  margin: 0px 10px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb05 {
  padding-bottom: 05px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.padding {
  padding: 0px !important;
}
.plr10 {
  padding: 0px 10px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.tll {
  text-align: left;
}
.tlc {
  text-align: center;
}
.tlr {
  text-align: right;
}
/* fontsize */
.fz10 {
  font-size: 10px;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz24 {
  font-size: 24px;
}
/* list */
.flr {
  float: right;
}
.fll {
  float: left;
}
/* wide */
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.fb {
  font-weight: bold;
}
.trs {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.textOut {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  text-indent: 100%;
}
@media screen and (max-width: 959px) {
  #wrapper p {
    font-size: 14px;
    line-height: 1.9em;
  }
  #wrapper #main #content #mainarea {
    width: 100%;
  }
  #wrapper #main #content #mainarea .school-name {
    border-radius: 0 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  #wrapper p {
    line-height: 1.7em;
  }
  #wrapper #main {
    margin-top: 51px;
  }
  #wrapper #main #content #mainarea .index-block {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 479px) {
  #wrapper p {
    font-size: 13px;
    line-height: 1.6em;
  }
  #wrapper #main {
    margin-top: 0;
  }
  #wrapper #main #content #mainarea .h2-block {
    max-width: 100%;
  }
  #wrapper #main #content #mainarea .h2-block .number {
    width: 57px;
    height: 57px;
    font-size: 32px;
  }
  #wrapper #main #content #mainarea .h2-block .number::after {
    bottom: -6px;
    right: -4px;
    width: 10px;
    height: 10px;
  }
  #wrapper #main #content #mainarea .h2-block .h2-text-content {
    background-position-x: 50%;
    background-position-y: 1.5vw;
    min-height: calc(32.5vw - 47px);
  }
  #wrapper #main #content #mainarea .h2-block.h2-block3 .h2-text-content {
    min-height: calc(32.5vw - 45px);
  }
  #wrapper #main #content #mainarea .block-relative {
    position: relative;
  }
  #wrapper #main #content #mainarea .block-relative .block-blocks img {
    position: absolute;
    width: 42px;
    height: auto;
  }
  #wrapper #main #content #mainarea .block-relative .block-blocks img:nth-child(1) {
    top: 27%;
    left: 8%;
  }
  #wrapper #main #content #mainarea .block-relative .block-blocks img:nth-child(2) {
    width: 38px;
    top: 26.5%;
    right: 3%;
    left: unset;
  }
  #wrapper #main #content #mainarea .block-relative .block-blocks img:nth-child(3) {
    top: 26.6%;
    left: unset;
    width: 17px;
    right: 15%;
  }
  #wrapper #main #content #mainarea .block-relative .block-blocks img:nth-child(4) {
    top: 41%;
    left: unset;
    width: 37px;
    right: 6%;
  }
  #wrapper #main #content #mainarea .block-relative .block-blocks img:nth-child(5) {
    top: 43%;
    left: unset;
    width: 36px;
    right: 14%;
  }
  #wrapper #main #content #mainarea .block-relative .block-blocks img:nth-child(6) {
    top: 37.5%;
    left: 3%;
    width: 42px;
  }
  #wrapper #main #content #mainarea .block-relative .block-blocks img:nth-child(7) {
    top: 50%;
    left: 11%;
    width: 26px;
  }
  #wrapper #main #content #mainarea .block-relative .block-blocks img:nth-child(8) {
    top: 53%;
    left: 3%;
    width: 26px;
  }
  #wrapper #main #content #mainarea .block-relative .block-blocks img:nth-child(9) {
    top: 57%;
    left: unset;
    width: 25px;
    right: 1%;
  }
  #wrapper #main #content #mainarea .block-relative .block-blocks img:nth-child(10) {
    top: 65%;
    left: 3%;
    width: 46px;
  }
  #wrapper #main #content #mainarea .block-relative .block-blocks img:nth-child(11) {
    top: 67.5%;
    left: 13%;
    width: 17px;
  }
  #wrapper #main #content #mainarea .block-relative .block-blocks img:nth-child(12) {
    top: 77.2%;
    left: unset;
    width: 42px;
    right: 3%;
  }
  #wrapper #main #content #mainarea .block-relative .block-blocks img:nth-child(13) {
    top: 77.7%;
    left: unset;
    width: 17px;
    right: 17%;
  }
  #wrapper #main #content #mainarea .block-relative .block-blocks img:nth-child(14) {
    top: 83.8%;
    left: 4%;
  }
  #wrapper #main #content #mainarea .block-relative .block-blocks img:nth-child(15) {
    top: 95%;
    left: 4%;
    width: 32px;
  }
  #wrapper #main #content #mainarea .block-relative .block-blocks img:nth-child(16) {
    top: 96.6%;
    left: 7%;
    width: 56px;
  }
}
