@charset "utf-8";
.pickup-item__date {
  color: #999;
  font-size: 1.1rem;
  font-weight: bold;
}
.pickup-item__title {
  display: block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}
.pickup-pagination {
  position: static;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
}
.pickup-page {
  width: 50px;
  height: 1px;
  border-radius: 0;
  background: #bbb;
}
.pickup-page.is-active {
  -webkit-transform: none;
  transform: none;
  background: #000;
}
/*# sourceMappingURL=maps/index.css.map */
