@charset "utf-8";

.index {
  padding: 1.5rem 0 1rem;
}


/*-----( index-list )-----*/
.index-list,
.ww-link {
  margin-bottom: 6.5rem;
}

.index-list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-decoration: none;
}
.index-list-item + .index-list-item {
  margin-top: 1rem;
}
.index-list-item__img {
  overflow: hidden;
  margin-top: 3rem;
}
.index-list-item__day {
  color: #000;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.index-list-item__text {
  color: #000;
  line-height: 1.4;
}
.index-list-item__text2 {
  color: #000;
  line-height: 1.6;
  font-weight: 600;
}
.index-list-item__link {
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .index {
    padding: 1.5rem 0 1rem;
    width: 90%;
  }
  .index-list-item + .index-list-item {
    margin-top: 0;
  }
}
