.list_child_cat_list {
  clear: both;
  display: block;
}
@media only screen and (min-width: 768px) {
  .list_child_cat_list {
    display: none;
  }
}
.list_child_cat_list h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  display: inline-flex;
  gap: 20px;
  margin: 0;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .list_child_cat_list h3 {
    font-size: 26px;
    line-height: 32px;
    margin-right: 16px;
  }
}

.list_child_cat_list select {
width: 100%;
height: 54px;
border: 1px solid var(--third);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin-bottom: 16px;
background: url(/assets/images/arrow-down-blue.svg) right 20px center no-repeat, #13b3e208;
font-weight: 500;
border-radius: 100px;
font-size: 13px;
padding: 15px 40px 15px 30px;
color: var(--third);
}


