.section__block--tp-page {
  max-width: 5
 00px;
}javascript:void(0)

.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;
}

.col-lg-12{
  width: 80%;
  margin: 0 auto;
  max-width: 600px;
}
.container2{ /*コラム型で中央寄せ*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container3{ /*数種類商品で中央寄せ*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.set_section{
  width: 100%;
  margin: 0 auto;
  max-width: 1250px;
}
.item{/*余白*/
    margin: 0.5em;
}