/* フリースペース */
.cg_freespace_01 {
  text-align: center; 
}

/* カテゴリーリスト */
.category-lists {
  text-align: center;
  margin: 0 -5px;
  list-style: none;
  justify-content: center;
}

.category-lists li {
  padding: 10px 5px; 
}

.category-lists li > a > div {
  /*word-break: break-all;*/
}

.sub-list {
  background-color: #f4f4f4;
  padding: 2px 0;
  border: 1px solid #ccc;
  border-radius: 2px;
}