/*--------------------
topics
--------------------*/
#topics .inner {
  width: 87.2%;
  max-width: 738px;
  padding-top: 148px;
  padding-bottom: 111px;
}
#topics .items {
  padding-bottom: 149px;
}
#topics .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}
#topics .date p {
  font-family: "Roboto Condensed", serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}
#topics .year {
  font-size: 0.875rem;
  padding-bottom: 10px;
}
#topics .month-day {
  font-size: 1.875rem;
}
#topics .title {
  width: 70.4607%;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}
#topics .pagination .screen-reader-text {
  display: none;
}
#topics .pagination {
  display: flex;
  justify-content: center;
}
#topics .pagination .page-numbers:not(:first-child) {
  padding-left: 13.5px;
}
#topics .pagination .page-numbers:not(:last-child) {
  padding-right: 13.5px;
}
#topics .pagination .prev {
  padding-right: 19.5px;
}
#topics .pagination .next {
  padding-left: 19.5px;
}
#topics .pagination .dots {
  display: inline-flex;
  transform: translateY(-5px);
}
#topics .pagination .dots .dot:not(:first-child) {
  margin-left: 14px;
}
#topics .d-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #topics .inner {
    padding-top: 25px;
  }
  #topics .item {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #topics .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 27px;
  }
  #topics .date {
    display: flex;
    align-items: center;
  }
  #topics .year {
    padding-right: 10px;
    padding-bottom: 0;
  }
  #topics .title {
    width: 100%;
  }
  #topics .d-pc {
    display: none;
  }
  #topics .d-sp {
    display: block;
  }
}