.section__block--top-page {
  max-width: 1100px;
}

.section__title-h2 {
  margin-top: 20;
}

.slider {
  margin-top: 0;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}

 /*横並びバナー*/
.yokonarabi{
    display:flex;
	justify-content: center;
}

 /*ランキング*/
.ranking{
    display:flex;
    justify-content: center;
    padding: 10px;
}
.ranking div{
    width: 400px;
    margin: 10px;
}
