#slider{display:block;}

.btn-flat-border {
  text-align: center;
  display: inline-block;
  padding: 0.5em 3em;
  text-decoration: none;
  color: #424242;
  border: solid 1px #424242;
  font-size:1.2em;
  font-weight: bolder; 
  border-radius: 3px;

  background: #ffffff;
  font-family: "Arial", "¥á¥¤¥ê¥ª";
  transform: rotate(0.03deg); 
  margin:2em;
}

.btn-flat-border:hover {
  background: #8ec555;
  color: white;
}

.topbox01_center{
margin:auto;
}

.topbox01_center img{
width:100%;
}

.top_box_01 {
text-align: center;
margin-top:2em;
}
.top_box_02 {
text-align: center;
}
.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 {
  list-style-type: none;
  margin: 0 0 2em;
}

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

.news__date {
  margin-right: 1em;
}


.pc { display: block !important; }
.sp { display: none !important; }

@media (max-width: 768px) {
  /* ~768px */
    .pc { display: none !important; }
    .sp { display: block !important; }
  }