.banner-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner-box a {
  width: 49%;
margin-bottom: 30px;
display: block;
}
.section__block.info__section {
    position: relative;
  border-bottom: 1px solid #DDD;
padding-bottom: 15px;
}
.box-01-wrapper {
  margin-bottom: 190px;
}
.box-01 {
    position: absolute;
    right: 0;
    bottom: -100px;
    background: #ffffc6;
    padding: 45px;
  z-index: 1;
line-height: 2;
}
.box-01 span.box-title {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}
.box-01 span.box-btn a {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    display: inline-block;
    background: #CCC;
  color:#FFF;
  line-height: 1;
}
.bx-wrapper img,
#slider div{
    width: 100%!important;
  margin:0 auto;
  text-align:center;
}


.news dl {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted #CCC;
    padding: 0 0 15px;
}
.news dl dt {
    clear: left;
    float: left;
    width: 80px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    letter-spacing: normal;
  color:#333;
}
.news dl dd {
    margin: 0 0 0 80px;
        margin-bottom: 0px;
    margin-bottom: 5px;
    padding-right: 0;
  font-size: 12px;
}
.news dl dd h2 {
    font-size: 14px;
  font-weight: bold;
    margin-bottom: 5px;
}
.news a {
  text-decoration: underline;
}
.news a:hover {
  text-decoration: none;
}