/* Infinity Style 様 調整CSS  */
.c-produscts-menu-item {
  position: relative;
}
.c-produscts-menu-subcategory {
  display: none;
  position: absolute;
  left: 0;
  top: 58px;
  z-index: 3;
}

.c-produscts-menu-item:hover .c-produscts-menu-subcategory {
  display: block;
}

.c-produscts-menu-subcategory > li {
  margin-bottom: 1px;
}

.c-produscts-menu-subcategory > li > a {
  background-color: #af1562;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  padding: 0 20px;
  text-align: left;
}

.c-produscts-menu-subcategory > li > a:hover {
  color: #fff;
  opacity: 0.7;
}

.products-about-wrap .products-about-subcotegory {
  padding-top: 70px;
}
.products-about-wrap .products-about-subcotegory .c-anchorBtn-with-arrow {
  max-width: 560px;
}

.products-about-wrap
  .products-subcotegory
  .c-anchorBtn-with-arrow
  + .c-anchorBtn-with-arrow {
  margin-top: 5px;
}
