.top-hash-category {
  max-width: 1100px;
  margin: 20px auto;
}
.top-hash-category dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  align-items: center;
}
.top-hash-category dt {
  font-size: 14px;
}
.top-hash-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
}
.top-hash-category ul li a {
  align-items: center;
  border: 1px solid #707070;
  border-radius: 50px;
  display: flex;
  height: 35px;
  color: #4B4B4B;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 32px;
  padding: 0 15px 1px;
}
.top-hash-category ul li a::before {
  content: "#";
  margin-right: 3px;
}
@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .top-hash-category {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .top-hash-category {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .top-hash-category {
    margin: 0 auto 10px;
    width: 100%;
    padding: 0;
  }
  .top-hash-category .body {
    padding: 2px 0;
  }
  .top-hash-category dl {
    gap: 6px;
    padding: 0 10px;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .top-hash-category ul {
    justify-content: center;
    gap: 8px;
  }
  .top-hash-category ul li:not(:last-child) {
    margin-left: 0;
    margin-right: 0;
  }
  .top-hash-category ul li a {
    padding: 0 15px;
    height: 30px;
  }
}

.top-hash-category02 {
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-hash-category02 {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=topHashCategory.css.map */