@charset "UTF-8";
.list-new-wrapper {
  padding-bottom: 30px;
}

.list-new-title {
  padding: 30px 0;
}

.list-new-lists__item {
  padding: 50px 0;
}

.list-new-lists__item:nth-child(odd) {
  background: url(/bandesu/images/common/bg_pink.png) repeat;
}

.list-new-lists__item:nth-child(even) {
  background: url(/bandesu/images/common/bg_dot.png) repeat;
}

.list-new-lists-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.list-new-lists-title::before {
  content: "月";
  display: block;
  font-size: 1.6rem;
  width: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
}

.list-new-lists-title span {
  font-size: 1.8rem;
  margin-left: 0.5em;
}

.list-new-lists-title.mon::before {
  content: "月";
  background-color: #F059A0;
}

.list-new-lists-title.mon span {
  color: #F059A0;
}

.list-new-lists-title.tue::before {
  content: "火";
  background-color: #8A76CD;
}

.list-new-lists-title.tue span {
  color: #8A76CD;
}

.list-new-lists-title.wed::before {
  content: "水";
  background-color: #58b8d1;
}

.list-new-lists-title.wed span {
  color: #58b8d1;
}

.list-new-lists-title.thu::before {
  content: "木";
  background-color: #2CAE82;
}

.list-new-lists-title.thu span {
  color: #2CAE82;
}

.list-new-lists-title.fri::before {
  content: "金";
  background-color: #E7A03F;
}

.list-new-lists-title.fri span {
  color: #E7A03F;
}

.list-new-pagination {
  margin-top: 30px;
}

.list-new-fade-enter {
  opacity: 0;
}

.list-new-fade-enter-active {
  transition: opacity .3s;
}

.list-new-fade-leave-active {
  display: none;
}

@media only screen and (min-width: 768px) {
  .list-new-wrapper {
    padding-bottom: 40px;
  }
  .list-new-title {
    padding: 40px 0;
  }
  .list-new-lists-title {
    margin-bottom: 30px;
  }
  .list-new-lists-title::before {
    font-size: 1.8rem;
    width: 32px;
    line-height: 32px;
  }
  .list-new-lists-title span {
    font-size: 2.3rem;
  }
  .list-new-pagination {
    margin-top: 40px;
  }
}
