@charset "utf-8";

.chirashi-wrap {
  margin: 0 auto;
  max-width: 1000px;
}
.chirashi-wrap img {
  width: 100%;
  height: auto;
}
.topContent .topContent-subtitle {
  color: #1b579a;
  padding-top: 1rem;
  padding-bottom: 0;
  font-size: 1em;
}
#seisou .topContent-subtitle.date {
  font-size: 1em;
  color: #000;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  #seisou .topContent-title {
    font-size: 3.2rem;
  }
  #seisou .topContent-subtitle {
    font-size: 1.6rem;
    color: #1b579a;
    padding-top: 2rem;
    padding-bottom: 0;
  }
  #seisou .topContent-subtitle.date {
    font-size: 1.6rem;
  }
}
.mt-back {
  margin-top: 8rem;
}
