.refund-of-scholarship .contents .page-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .refund-of-scholarship .contents .page-ttl {
    margin-bottom: 40px;
  }
}
.refund-of-scholarship .page-subttl {
  margin: 50px 0 20px;
}
.refund-of-scholarship .middle-ttl:before {
  height: calc(100% - 20px);
}
.refund-of-scholarship__img {
  width: 255px;
}
.refund-of-scholarship__img img {
  width: 100%;
  height: 100%;
}
.refund-of-scholarship .small-ttl {
  margin-top: 50px;
}
.refund-of-scholarship .download {
  width: 255px;
}
@media screen and (max-width: 767px) {
  .refund-of-scholarship .download {
    width: auto;
  }
}
.refund-of-scholarship .download a .excel-thumb {
  border: 1px solid #CCCCCC;
  overflow: hidden;
}
.refund-of-scholarship .download a .excel-thumb img {
  transition: 0.5s ease;
}
.refund-of-scholarship .download a:hover .excel-thumb img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .refund-of-scholarship .download a:hover .excel-thumb img {
    transform: scale(1);
  }
}
.refund-of-scholarship .download a:hover .excel-link p {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .refund-of-scholarship .download a:hover .excel-link p {
    color: #222222;
  }
}
.refund-of-scholarship .download a:hover .excel-link p span:before {
  background: none;
}
@media screen and (max-width: 767px) {
  .refund-of-scholarship .download a:hover .excel-link p span:before {
    background: #222222;
  }
}
.refund-of-scholarship .point-copy {
  margin-top: 30px;
}
.refund-of-scholarship .excel-link {
  margin-top: 10px;
}
.refund-of-scholarship .excel-link span {
  position: relative;
}
.refund-of-scholarship .excel-link span::before {
  content: "";
  display: block;
  width: 6em;
  height: 1px;
  background: #222222;
  position: absolute;
  bottom: -2px;
  transition: all 0.2s ease;
}
.refund-of-scholarship .excel-link span::after {
  content: "Excel";
  color: #CE3533;
  border: 1px solid #CE3533;
  padding: 0 5px;
  font-size: 0.75rem;
  margin-left: 5px;
  border-radius: 10px;
}
.refund-of-scholarship .section-block:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=refund-of-scholarship.css.map */