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

.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 {
  font-family: "Noto Sans JP", sans-serif;
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

ul {
	list-style: none;
	display: table;
    table-layout: fixed;
	margin: 0;
	padding: 0;
}
.centering {
	margin: 0 auto 1em;
}
.fullwidth {
	width: 100%;
}
.yokonarabi li {
	display: table-cell;
    table-layout: fixed;
	text-align: center;
}
li:nth-child(n+2) {
	padding-left: 1px;
}
.sptoppadding li {
	padding: 0 0 5px;
}

.sptoppaddingwhatsnew {
	padding: -10px 0 0;
}
