.clearfix::before, .clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

/*SCHOOLEX PC*/
.schoolex {
  padding: 6rem 0 10rem;
}

.schoolex .mdl-btn_wrap a {
  min-width: 46rem;
  font-size: 2.4rem;
}

.schoolex .mdl-headline03 .sm {
  font-size: 2.8rem;
}

.schoolex .mdl-headline03 img {
  width: 53.5rem;
  margin-top: 0.5rem;
}

.schoolex .schoolex_copy {
  margin-bottom: 4.5rem;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.875;
}

.schoolex .schoolex_copy .sm {
  font-size: 1.2rem;
}

.schoolex .priceSchoolex {
  margin-top: 0.5rem;
}

.schoolex .priceSchoolex .s01 {
  font-weight: normal;
  color: #000;
  font-size: 95%;
  position: relative;
}

.schoolex .priceSchoolex .s01::before, .schoolex .priceSchoolex .s01::after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ee4e4e;
  content: "";
  position: absolute;
}

.schoolex .priceSchoolex .s01::before {
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.schoolex .priceSchoolex .s01::after {
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

.schoolex .priceSchoolex .s02 {
  position: relative;
  padding-left: 5.5rem;
}

.schoolex .priceSchoolex .s02::before {
  position: absolute;
  top: 50%;
  left: 2.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3rem 0 1.3rem 2rem;
  border-color: transparent transparent transparent #c5bba2;
}

.schoolex_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4rem;
  padding: 3rem 0;
}

.schoolex_list .item {
  padding-left: 4rem;
  width: 33.333333%;
  margin-bottom: 3rem;
}

.schoolex_list .item_inner {
  background: #fff;
  height: 100%;
}

.schoolex_list .item_pht img {
  width: 100%;
}

.schoolex_list .item_int {
  padding: 1.5rem 1.8rem;
}

.schoolex_list .item_int .ttl {
  color: #ee4e4e;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: 2px solid #ee4e4e;
  padding-bottom: 1.3rem;
  margin-bottom: 1.3rem;
}

.schoolex_list .item_int .ttl .sm {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.87500;
}

.schoolex_list .item_int .ttl .hl {
  background-color: #ee4e4e;
  color: #fff;
  padding: 0 0.9rem;
  display: inline-block;
}

.schoolex_list .item_int .copy {
  font-size: 1.6rem;
  line-height: 1.87500;
  color: #202020;
}

.schoolex_list .item_int .copy .sm {
  font-size: 1.2rem;
}

.schoolex-bnr {
  position: relative;
}

.schoolex-bnr .image {
  background: url(../img/schoolex_bnr.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}

.schoolex-bnr .image img {
  opacity: 0;
  width: 100%;
}

.schoolex-bnr .mdl-btn_wrap {
  position: absolute;
  bottom: 2.6rem;
  width: 100%;
  right: 0;
}

.schoolex-bnr .mdl-btn_wrap a {
  min-width: 46rem;
  font-size: 2.4rem;
}

@media print, screen and (max-width: 1023px) {
  .schoolex .mdl-btn_wrap a {
    min-width: 38rem;
    font-size: 2rem;
  }
  .schoolex .mdl-headline03 .sm {
    font-size: 3.2rem;
  }
  .schoolex .copy {
    font-size: 1.5rem;
  }
  .schoolex_list {
    margin-left: -2rem;
  }
  .schoolex_list .item {
    padding-left: 2rem;
    width: 50%;
  }
  .schoolex-bnr .mdl-btn_wrap {
    bottom: 2rem;
  }
  .schoolex-bnr .mdl-btn_wrap a {
    min-width: 38rem;
    font-size: 2rem;
  }
}

/*# sourceMappingURL=schoolex_pc.css.map */