.topics__post_list {
  margin-bottom: 1.5rem;
}

.topics__post_list li {
  border-bottom: 1px solid #D2D2D2;
}

.topics__post_list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: .5rem 0;
  text-decoration: none;
  color: #646464;
}

.topics__post_cat {
  width: 7rem;
  margin-right: 1em;
  text-align: center;
  color: #fff;
  font-size: .9em;
  border-radius: .3em;
}

.topics__post_cat.-news {
  background-color: #3576CA;
}

.topics__post_cat.-campaign {
  background-color: #DCCB33;
}

.topics__post_time {
  width: 8em;
}

.topics__post_ttl {
  width: 100%;
  margin-top: .5rem;
}

.topics__more_btn {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
}

.topics .p-default_btn {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .topics__post_ttl {
    width: calc(100% - 16em);
  }
}

@media screen and (min-width: 960px) {
  .topics__post_list {
    padding: 1em 0;
  }
  .topics__post_list li a {
    padding: 1rem 0;
  }
  .topics__post_cat {
    margin-right: 2.5rem;
  }
  .topics__post_time {
    width: 6rem;
    margin-right: 5rem;
  }
  .topics__post_ttl {
    width: calc(100% - 24rem);
    margin-top: 0;
  }
}
/*# sourceMappingURL=topics.css.map */