@import url("phone.min.css") screen and (max-width: 767px);
@import url("tablet.min.css") screen and (min-width: 768px) and (max-width: 1024px);
@import url("pc.min.css") screen and (min-width: 1025px);
@keyframes statusIconAnimation {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}
section .filterForm {
  background: #f2f2f8;
}
section .castList {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  section {
    width: 96%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section {
    width: 96%;
    margin: auto;
  }
}
@media screen and (min-width: 1025px) {
  section {
    min-width: 1025px;
    max-width: 1680px;
    width: 96%;
    margin: auto;
  }
  section .castList {
    width: 100%!important;
    margin-top: 1rem;
    margin-bottom: 4rem;
  }
}
/*# sourceMappingURL=cast-index.css.map */