.topics .topics_area .topics_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .topics .topics_area .topics_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 -30px;
  }
}

@media only screen and (min-width: 768px) {
  .topics .topics_area .topics_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 -40px;
  }
}

.topics .topics_area .topics_ttl {
  border-bottom: #fff solid 1px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .topics .topics_area .topics_ttl {
    font-size: 1.2rem;
    margin: 60px 0 20px;
    padding: 0 0 5px;
  }
  .topics .topics_area .topics_ttl:first-child {
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .topics .topics_area .topics_ttl {
    font-size: 1.5rem;
    margin: 100px 15px 20px;
    padding: 0 0 5px;
  }
  .topics .topics_area .topics_ttl:first-child {
    margin: 0 15px 20px;
  }
}

.topics .topics_area .topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .topics .topics_area .topic {
    width: 48%;
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .topics .topics_area .topic {
    width: 20%;
    margin: 0 16px 40px;
  }
}

.topics .topics_area .pic {
  background: rgba(0, 0, 0, 0.075);
}

@media only screen and (max-width: 767px) {
  .topics .topics_area .pic {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) {
  .topics .topics_area .pic {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
  }
}

.topics .topics_area .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.topics .topics_area .pic:hover {
  opacity: 0.8;
}

.topics .topics_area .caption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0 0;
  width: 100%;
}

.topics .topics_area .caption h6 {
  margin: 0 0 25px;
  padding: 0;
  font-weight: bold;
  line-height: 24px;
  overflow: hidden;
  height: 70px;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .topics .topics_area .caption h6 {
    height: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .topics .topics_area .caption h6 {
    font-size: 16px;
  }
}

.topics .topics_area .caption h6 a {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .topics .topics_area .caption h6 a {
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: normal;
  }
}

.topics .topics_area .caption h6 a:hover {
  text-decoration: underline;
}

.topics .topics_area .caption .caption_date {
  background-color: transparent;
  color: #888;
  font-weight: bold;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .topics .topics_area .caption .caption_date {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .topics .topics_area .caption .caption_date {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .inner {
    margin: 0 auto;
    padding: 30px 25px 0;
  }
}

@media only screen and (min-width: 768px) {
  .inner {
    max-width: 1080px;
    margin: 0 auto;
    padding-right: 30px;
    padding: 80px 0 30px;
  }
}