.topics__list {
  border-top: 1px solid #E6E6E6;
}
.topics__list.no_category .topics__category {
  display: none;
}
.topics__list li {
  border-bottom: 1px solid #E6E6E6;
}
.topics__list li a {
  padding: 26px 50px 25px 20px;
  color: #444444;
  display: block;
  position: relative;
}
.topics__list li a.text {
  pointer-events: none;
  cursor: text;
}
@media screen and (max-width: 768px) {
  .topics__list li a {
    padding: 13px 25px 15px 0;
    padding: 13px 25px 14px 0;
  }
}
@media screen and (min-width: 769px) {
  .topics__list li a:hover {
    background: #F0FAFA;
    opacity: 1;
  }
}
.topics__list li a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  vertical-align: middle;
  background-image: url(../media/images/common/icon/arrow_right.svg);
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .topics__list li a::after {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .topics__list li:nth-child(n+5) {
    display: none;
  }
}
.topics__list .new_icon {
  position: relative;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  min-width: 48px;
  background-color: #EC5D53;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-right: 15px;
}
.topics__list .new_icon:empty {
  display: none;
}
@media screen and (max-width: 768px) {
  .topics__list .new_icon {
    order: 1;
  }
}
.topics__list .new_icon:after {
  position: absolute;
  top: 0;
  right: -8px;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #EC5D53;
  border-style: solid;
  border-width: 9px 0 9px 8px;
}
.topics__list .new_icon:empty {
  display: none;
}
.topics__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .topics__wrap {
    flex-wrap: wrap;
  }
}
.topics__date {
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  margin-right: 48px;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 768px) {
  .topics__date {
    margin-right: 15px;
    display: inline-block;
    width: auto;
    order: 0;
  }
}
.topics__category {
  font-size: 14px;
  border: 1px solid #0EADA1;
  border-radius: 12px;
  color: #0EADA1;
  padding: 4px 15px;
  min-width: 120px;
  margin: 0 29px 0 -20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topics__category {
    min-width: 100px;
    order: 2;
    margin: 0 0 0 auto;
  }
}
.topics__title {
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .topics__title {
    width: 100%;
    margin: 7px 0 0;
    font-size: 16px;
    order: 3;
  }
}
.topics__link {
  border-bottom: 1px solid #E6E6E6;
  text-align: center;
  font-size: 16px;
  width: 100%;
}
.topics__link a {
  display: block;
  padding: 33px 0 31px;
  color: #444444;
}
.topics__link a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 10px;
  vertical-align: middle;
  background-image: url(../media/images/common/icon/list.svg);
  margin: 0 16px 3px 0;
}
@media screen and (min-width: 769px) {
  .topics__link a:hover {
    background: #F0FAFA;
    opacity: 1;
  }
}
.topic_detail .topic_release_date {
  margin: 30px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  text-align: right;
}
.topic_detail .topic_contents {
  margin: 30px 0;
}
.topic_detail .topic_contents p {
  text-indent: 1em;
  margin-bottom: 1em;
}
.paging {
  margin-top: 76px;
}
@media screen and (max-width: 480px) {
  .paging {
    margin-top: 50px;
  }
}
.paging ul.pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 76px 0 0;
  padding-left: 0;
  list-style: none;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .paging ul.pagination {
    gap: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .paging ul.pagination {
    margin-top: 40px;
  }
}
.paging ul.pagination li {
  flex: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .paging ul.pagination li {
    flex: 0 0 30px;
  }
}
.paging ul.pagination li:not([class]) {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
}
.paging ul.pagination li.disabled span {
  visibility: hidden;
}
.paging ul.pagination li.prev a, .paging ul.pagination li.prev span, .paging ul.pagination li.next a, .paging ul.pagination li.next span, .paging ul.pagination li.page a, .paging ul.pagination li.page span {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  height: 35px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  color: #0EADA1;
}
@media screen and (max-width: 768px) {
  .paging ul.pagination li.prev a, .paging ul.pagination li.prev span, .paging ul.pagination li.next a, .paging ul.pagination li.next span, .paging ul.pagination li.page a, .paging ul.pagination li.page span {
    height: 30px;
    font-size: 14px;
  }
}
.paging ul.pagination li.prev a, .paging ul.pagination li.next a, .paging ul.pagination li.page a {
  text-decoration: none;
}
.paging ul.pagination li.prev, .paging ul.pagination li.next {
  flex: 0 0 auto;
}
.paging ul.pagination li.prev span, .paging ul.pagination li.prev a, .paging ul.pagination li.next span, .paging ul.pagination li.next a {
  position: relative;
}
.paging ul.pagination li.prev span::after, .paging ul.pagination li.prev a::after {
  transform: scale(-1, 1);
}
.paging ul.pagination li.active a, .paging ul.pagination li.active span {
  background: #F0FAFA;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22file%22%3A%22topics.scss%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22_mixins.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAKC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BACgCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADTE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BACpBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuFD%3BAAAA%3BAAAA%3BACvFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnHD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BACxIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2ND%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyOA%3BAAAA%3BAAAA%3BAA%2FOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsPC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwRE%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAkBD%3BAAAA%3BAAAA%22%7D */