@charset "UTF-8";

/*-------------------------------------------
Category
-------------------------------------------*/
#category {
  width: 100%;
  border-bottom: solid 1px rgba(102, 102, 102, 0.2);
  padding: 40px 0 100px;
}
#category .title-line {
  font-size: 28px;
  text-align: center;
}

@media screen and (max-width: 768px) {
}