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

/* Add */
.top-container {
    background: #fff;
    border-radius: 3px;
    margin: 3rem 5%;
    padding: 1rem;
}

.top-info p {
  line-height: 1.7;
}

.top-info__note { border: 3px double #ddd; font-size: 0.88rem; margin: 0 0 2rem; padding: 1rem; }

.top-info__list dt { background: #FFEFC0; border-bottom: 3px double #fff; border-radius: 3px; color: #D32F2F; font-weight: bold; padding: 5px 10px; position: relative; }

.top-info__list dd { margin: 0.5rem 1rem 2rem 1rem; padding: 5px; }

.top-info__category { background: #a3d6cc; border-radius: 50px; color: #5d5d5d; display: inline-block; font-size: 12px; margin: 0 0 0 1rem; min-width: 4rem; padding: 1px 10px; text-align: center; }

.top-info table th, .top-info table td {
  border: 1px solid #ccc;
  padding: 4px 8px;
}

.simple-table {
    border-collapse: collapse;
    margin: 20px 0;
}
.simple-table th, .simple-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.split {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    zoom: 1;
}

.split::after {
    content: " ";
    clear: both;
    display: block;
}

.split__item:first-child {
    padding-right: 20px;
}

.column--60 {
    width: 60%;
}

.column--50 {
    width: 50%;
}

.column--40 {
    width: 40%;
}

@media print, screen and (max-width: 768px) { 
    .split {
        display: block;
    }
    .split__item:first-child {
        padding-right: 0;
    }
    .column--60 {
        width: 100%;
    }
    .column--50 {
        width: 100%;
    }
    .column--40 {
        width: 100%;
    }
  .video iframe {
    width: 350px !important;
    height: 200px !important;
  }
}