/* ------------------------------
    p-acceptlist
------------------------------ */
.p-acceptlist {
  margin-top: 21.5rem;
}
@media screen and (max-width: 768px) {
  .p-acceptlist {
    margin-top: 28rem;
  }
}

.p-acceptlist + .p-acceptlist {
  margin-top: 6.4rem;
  padding-top: 7.7rem;
  border-top: 1px solid #dee0e3;
}
@media screen and (max-width: 768px) {
  .p-acceptlist + .p-acceptlist {
    margin-top: 7rem;
    padding-top: 0;
    border-top: none;
  }
}

.p-acceptlist--non_degree {
  padding-bottom: 11.5rem;
}
@media screen and (max-width: 768px) {
  .p-acceptlist--non_degree {
    padding-bottom: 10rem;
  }
}

.p-acceptlist__ttl {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  color: #008482;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-acceptlist__ttl {
    font-size: 3.2rem;
    line-height: 1.4375;
  }
}

.p-acceptlist__ttl-small {
  display: block;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-acceptlist__ttl-small {
    font-size: 2.8rem;
  }
}

.p-acceptlist-wrap {
  margin-top: 4rem;
}

.p-acceptlist-wrap + .p-acceptlist-wrap {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-acceptlist-wrap + .p-acceptlist-wrap {
    margin-top: 8rem;
  }
}

.p-acceptlist-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-acceptlist-flex {
    display: block;
    margin-top: 4rem;
  }
}

.p-acceptlist-flex__txtarea {
  width: 60rem;
  padding-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-acceptlist-flex__txtarea {
    width: 100%;
    padding-top: 0;
  }
}

.p-acceptlist-flex__img {
  width: 44rem;
  height: 25rem;
  border-radius: 1rem;
  overflow: hidden;
}
.p-acceptlist-flex__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-acceptlist-flex__img {
    width: 100%;
    height: 38rem;
    margin-top: 5rem;
  }
}

.p-acceptlist-flex__txt {
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-acceptlist-flex__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}

.p-acceptlist-flex__txt + .p-acceptlist-flex__txt {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-acceptlist-flex__txt + .p-acceptlist-flex__txt {
    margin-top: 3.7rem;
  }
}

.p-acceptlist-flex__link {
  font-size: 1.6rem;
  margin-top: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-acceptlist-flex__link {
    font-size: 2.8rem;
    margin-top: 2.5rem;
  }
}

.p-acceptlist-flex__txtarea .c-btn-border01 {
  margin-top: 5rem;
  max-width: 57.3rem;
}
@media screen and (max-width: 768px) {
  .p-acceptlist-flex__txtarea .c-btn-border01 {
    margin-top: 2.8rem;
    max-width: inherit;
  }
}
/*# sourceMappingURL=accept.css.map */
