.prd_lst_sort.icon.icon_sort {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
/*.prd_lst_pager {
    display: none;
}*/
.prd_lst_pager ul {
    display: flex;
    justify-content: center;
    list-style: none;
}
.prd_lst_pager li {
    margin: 0 20px;
}
.ttl_h2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 1.7em;
}

.ttl_h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

.ttl_h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.category_desc {
    padding: 20px 70px;
    margin-bottom: 10px;
}

@media (max-width: 768px){
  .ttl_h2 {
    padding: 0 20px;
}
  .category_desc {
    padding: 5px;
    margin-bottom: 20px;
}
}