.clearfix::before, .clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

/*SCHOOLEX SP*/
.schoolex {
  padding: 0 0 5rem;
}

.schoolex .mdl-btn_wrap a {
  font-size: 1.8rem;
}

.schoolex .mdl-headline03 {
  margin-bottom: 2.5rem;
}

.schoolex .mdl-headline03 .sm {
  font-size: 1.7rem;
  line-height: 1.4;
  display: inline-block;
}

.schoolex .mdl-headline03 img {
  width: 28.8rem;
  margin-top: 1rem;
}

.schoolex .schoolex_copy {
  margin-bottom: 5rem;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.875;
}

.schoolex .schoolex_copy .sm {
  font-size: 1rem;
}

.schoolex .priceSchoolex {
  margin-top: 0.25rem;
}

.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: 1px;
  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: 3.5rem;
}

.schoolex .priceSchoolex .s02::before {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0 0.7rem 1.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: -1.5rem;
  padding: 2.4rem 0 2rem;
}

.schoolex_list .item {
  padding-left: 1.5rem;
  width: 50%;
  margin-bottom: 2rem;
}

.schoolex_list .item_inner {
  background: #fff;
  height: 100%;
}

.schoolex_list .item_pht img {
  width: 100%;
}

.schoolex_list .item_int {
  padding: 1.5rem 0.85rem;
}

.schoolex_list .item_int .ttl {
  color: #ee4e4e;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #ee4e4e;
  padding-bottom: 1rem;
  margin-bottom: 0.6rem;
}

.schoolex_list .item_int .ttl .sm {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.87500;
}

.schoolex_list .item_int .ttl .hl {
  background-color: #ee4e4e;
  color: #fff;
  padding: 0 0.5rem;
  display: inline-block;
}

.schoolex_list .item_int .copy {
  font-size: 1rem;
  line-height: 1.87500;
  color: #202020;
}

.schoolex_list .item_int .copy .sm {
  font-size: 0.9rem;
}

.schoolex-bnr {
  position: relative;
}

.schoolex-bnr .image {
  background: url(../img/schoolex_bnr.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 17.6rem;
}

.schoolex-bnr .image img {
  opacity: 0;
  width: 100%;
}

.schoolex-bnr .mdl-btn_wrap {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  right: 0;
  padding: 0 1.5rem;
}

.schoolex-bnr .mdl-btn_wrap a {
  font-size: 1.8rem;
}

/*# sourceMappingURL=schoolex_sp.css.map */