@charset "utf-8";



.department-list .category {
    text-align: center;
    white-space: nowrap;
}
/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .department-list .category {
      width: 100%;
  }
}