.section--info {
  margin:0 0 15px;
}
.section--info .section__inner {
  border-top: solid 1px #e0e0e0;
border-bottom: solid 1px #e0e0e0;
padding: 30px 10px;
}
.section--info .section__inner h2 {
  margin:0 0 30px;
}
.section.section--info {
    border-bottom: none;
      font-size: 14px;
}
.box-01{
  text-align: center;
}
.box-btn {
  display: block;
  text-align: center;
  margin:30px 0;
}
.box-btn a {
  display: inline-block;
  background: #689f1b;
  padding: 10px 20px;
  color: #FFF;
  font-size:14px;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.slider {
  margin-bottom: 0;
}
.bx-wrapper .bx-pager {
  position: absolute;
    padding-top: 10px!important;
    bottom: 10px!important;
}
.bx-wrapper {
    margin-bottom: 10px!important;
}

.news dl {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted #CCC;
    padding: 0 0 15px;
}
.news dl:last-child {
    border-bottom: none;
}
.news dl dt {
    clear: left;
    float: left;
    width: 75px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    letter-spacing: normal;
  color:#333;
}
.news dl dd {
    margin: 0 0 0 75px;
        margin-bottom: 0px;
    margin-bottom: 5px;
    padding-right: 0;
  font-size: 12px;
}
.news dl dd h2 {
    font-size: 13px;
  font-weight: bold;
    margin-bottom:5px!important;
}

.style-flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.style-flex div {
    width: 50%;
}
.news dl dd a {
		text-decoration: underline;
	}
	.news dl dd:hover {
		text-decoration: none;
	}

.news {
  height: 280px;
    overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #F5F5F5;
    padding: 15px;
}
.title-news {
      border-bottom: 1px solid #CCC;
  border-bottom: 2px solid #DDD;
    padding-bottom: 10px;
}