section.lower_visual.topics {
  background: url(../media/images/common/2017/lowervisual/visual_news.jpg) no-repeat center;
  background-size: cover;
}
section.lower_visual.topics div.main_visual_contents h2:before {
  content: "NEWS";
  color: #4db1d4;
  font-size: 75px;
}
@media screen and (max-width: 767px) {
  section.lower_visual.topics div.main_visual_contents h2:before {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  div.columns {
    padding: 0 10px;
  }
}

table.topics_list tbody tr:first-child th, table.topics_list tbody tr:first-child td {
  padding-top: 0;
}
table.topics_list tbody th, table.topics_list tbody td {
  padding: 15px 0 0 0;
  font-size: 14px;
  vertical-align: middle;
}
table.topics_list tbody th span {
  text-transform: uppercase;
  display: inline-block;
  padding: 5px;
  margin-right: 20px;
  border-radius: 4px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  table.topics_list tbody th span {
    margin-right: 10px;
    font-size: 12px;
    line-height: 1.7;
    float: left;
  }
}
table.topics_list tbody th span.topics {
  background-color: #afbdc7;
}
table.topics_list tbody th span.estate {
  background-color: #a2cbc4;
}
table.topics_list tbody td span.newentry {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 5px;
  border: 1px solid #000;
  border-radius: 4px;
  line-height: 1;
  text-transform: uppercase;
}
table.topics_list tbody td span.entry {
  display: none;
}
table.topics_list tbody td a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  table.topics_list tbody td a {
    font-size: 12px;
  }
}

ul.topics_list.type2 {
  list-style: none;
  padding: 0;
  margin: -18px 0 0;
}
@media screen and (max-width: 767px) {
  ul.topics_list.type2 {
    margin-top: 25px;
    padding: 0 10px;
  }
}
ul.topics_list.type2 li {
  position: relative;
  padding: 18px 30px;
  font-size: 14px;
  vertical-align: middle;
  border-bottom: 1px solid #d1d1d1;
}
ul.topics_list.type2 li:first-child {
  border-top: 1px solid #d1d1d1;
}
@media screen and (max-width: 767px) {
  ul.topics_list.type2 li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    padding: 7px 0;
  }
}
ul.topics_list.type2 li span.category {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px;
  margin-right: 20px;
  border-radius: 4px;
  line-height: 1;
  color: #fff;
}
ul.topics_list.type2 li span.category.topics {
  background-color: #afbdc7;
}
ul.topics_list.type2 li span.category.estate {
  background-color: #a2cbc4;
}
@media screen and (max-width: 767px) {
  ul.topics_list.type2 li span.category {
    position: static;
    margin-right: 10px;
    font-size: 12px;
    line-height: 1;
    max-height: 1.8em;
  }
}
ul.topics_list.type2 li span.newentry {
  position: absolute;
  top: -17px;
  left: -19px;
  display: inline-block;
  padding: 8px 3px;
  border-radius: 50%;
  background: red;
  font-size: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  ul.topics_list.type2 li span.newentry {
    top: -1px;
    left: -5px;
    padding: 6px 2px;
    font-size: 10px;
    border-radius: 0;
    padding: 1px 2px;
    top: 0;
  }
}
ul.topics_list.type2 li span.entry {
  display: none;
}
ul.topics_list.type2 li a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  ul.topics_list.type2 li a {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    font-size: 12px;
  }
}
ul.topics_list.type2 li a[href="campaign/"], ul.topics_list.type2 li a[href*="campaign/warm_sale2017.html"] {
  font-weight: bold;
  color: red;
}

ul.pagination {
  margin: 50px 0 55px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: flex-start;
}
@media screen and (max-width: 767px) {
  ul.pagination {
    margin: 20px 0;
  }
}
ul.pagination > li {
  margin: 0 20px 20px;
}
@media screen and (max-width: 767px) {
  ul.pagination > li {
    margin: 0 10px 10px;
  }
}
ul.pagination > li a,
ul.pagination > li span {
  text-decoration: none;
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  ul.pagination > li a,
  ul.pagination > li span {
    font-size: 14px;
  }
}
ul.pagination > li.page {
  display: block;
}
ul.pagination > li.page.active span {
  background-color: #fff;
  color: #6f787c;
}

/*# sourceMappingURL=topics2019.css.map */
