@charset "UTF-8";
.CategoryTop #bcs_categoryList, #Ec_Ctgtop_Recommend #bcs_categoryList {
  font-weight: 400;
  font-size: 24px;
}
.CategoryTop ul, #Ec_Ctgtop_Recommend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.CategoryTop ul li, #Ec_Ctgtop_Recommend ul li {
  width: calc((100% - 16px) / 3);
  margin: 3px 0 50px;
}
.CategoryTop ul li h3, #Ec_Ctgtop_Recommend ul li h3 {
  background-color: #eee;
  background-size: 5em;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 10px;
  margin: 0 0 10px 0;
  font-size: 16px;
  height: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CategoryTop ul li a, #Ec_Ctgtop_Recommend ul li a {
  color: #333;
  font-size: 16px;
  display: inline;
  position: relative;
  z-index: 1;
}
.CategoryTop ul li a:hover, #Ec_Ctgtop_Recommend ul li a:hover {
  color: #d51121;
  text-decoration: underline;
}
.CategoryTop ul li ul, #Ec_Ctgtop_Recommend ul li ul {
  display: block;
  width: 90%;
  padding-left: 15px;
}
.CategoryTop ul li ul li, #Ec_Ctgtop_Recommend ul li ul li {
  width: 100%;
  margin: 3px 0 0;
  cursor: pointer;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.CategoryTop ul li ul li:hover, #Ec_Ctgtop_Recommend ul li ul li:hover {
  background: #eee;
}
.CategoryTop ul .toggle, #Ec_Ctgtop_Recommend ul .toggle {
  position: relative;
}
.CategoryTop ul .toggle.expand::after, #Ec_Ctgtop_Recommend ul .toggle.expand::after {
  content: "－";
}
.CategoryTop ul .toggle::after, #Ec_Ctgtop_Recommend ul .toggle::after {
  content: "＋";
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 16px;
}
.CategoryTop ul .close, #Ec_Ctgtop_Recommend ul .close {
  display: none;
  padding: 0;
  margin: 0;
}
.CategoryTop ul .close ul, #Ec_Ctgtop_Recommend ul .close ul {
  width: 100%;
  padding: 0;
  background: #fff;
}
.CategoryTop ul .close ul li:hover, #Ec_Ctgtop_Recommend ul .close ul li:hover {
  background: #fff;
}

/* リードテキスト文字調整 */
.cat_lead {
    margin: 5px 0;
    font-size: 12px;
    font-weight: 1.8;
}