@import url(reset.css);
@import url(font.css);
@import url(column.css);
@import url(common.css);
@import url(pc.css);
@import url(mobile.css);
.product {
  padding-bottom: 0;
}
.product .list {
  padding: 4vw 0 8.85vw 0;
}
.product .list .find {
  display: flex;
  justify-content: flex-end;
}
.product .list .find h3 {
  width: 30.78vw;
  font-size: 2.08vw;
  padding: 2.4vw 0;
  border-bottom: 1px solid #243456;
}
.product .list .find a {
  display: block;
  color: rgba(20, 20, 20, 0.5);
}
.product .list .find .icon-find {
  background-image: url(../images/find.png);
  width: 3.33vw;
  height: 3.33vw;
  float: right;
}
.product .list .category {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: 5.57vw;
}
.product .list .category dl {
  display: flex;
  flex-direction: column;
}
.product .list .category dl.current .icon {
  border-color: transparent;
  background-color: #3bb183;
  color: #fff;
}
.product .list .category dl.current .icon img {
  filter: drop-shadow(2000px 0 0 #ffffff);
  transform: translate(-2000px);
}
.product .list .category dl.current dt::after {
  content: " ";
  display: block;
  height: 0.52vw;
  width: 15vw;
  background-color: #3bb183;
  left: 0;
  bottom: 0;
  position: absolute;
}
.product .list .category dl.current dd {
  display: block;
}
.product .list .category dl:nth-of-type(1) dt {
  left: 0vw;
}
.product .list .category dl:nth-of-type(2) dt {
  left: 16vw;
}
.product .list .category dl:nth-of-type(3) dt {
  left: 32vw;
}
.product .list .category dl:nth-of-type(4) dt {
  left: 48vw;
}
.product .list .category dl:nth-of-type(5) dt {
  left: 64vw;
}
.product .list .category dl:nth-of-type(6) dt {
  left: 79vw;
}
.product .list .category dl dt {
  cursor: pointer;
  position: absolute;
  left: 0;
  height: 13vw;
  width: 15vw;
  text-align: center;
}
.product .list .category dl dt .icon {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.6vw;
  height: 7.6vw;
  background-color: transparent;
  border: solid 0.1vw #141414;
  border-radius: 50%;
}
.product .list .category dl dt img {
  width: 3.07vw;
  height: 3.07vw;
}
.product .list .category dl dt p {
  margin-top: 1.72vw;
  font-size: 1.25vw;
}
.product .list .category dl dd {
  padding-top: 13vw;
  width: 94vw;
  display: none;
  transition: all 0.3s linear;
}
.product .list .category dl dd ul {
  border-top: 1px solid rgba(20, 20, 20, 0.2);
}
.product .list .category dl dd ul li {
  overflow: hidden;
  line-height: 7.29vw;
  border-bottom: 1px solid rgba(20, 20, 20, 0.2);
}
.product .list .category dl dd ul li h3 {
  float: left;
  font-size: 1.56vw;
  color: #141414;
}
.product .list .category dl dd ul li a {
  font-size: 0.94vw;
  color: #141414;
  float: right;
}
.product .list .category dl dd ul li a.product-h3 {
  float: left;
}
@media screen and (max-width: 960px) {
  .product .list {
    padding: 20vw 4vw;
  }
  .product .list .find {
    justify-content: flex-start;
  }
  .product .list .find h3 {
    width: 100%;
    font-size: 5.33vw;
    padding: 3.33vw 0;
  }
  .product .list .find .icon-find {
    width: 10.67vw;
    height: 10.67vw;
  }
  .product .list .category {
    margin-top: 12vw;
    flex-direction: column;
  }
  .product .list .category dl.current dt {
    border-top: 0;
    border-bottom: 0;
  }
  .product .list .category dl.current dt::before {
    background-image: url(../images/collapse.png);
  }
  .product .list .category dl.current dt::after {
    top: 0;
    width: 100%;
    height: 1.33vw;
  }
  .product .list .category dl dt {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    left: 0 !important;
    width: 100%;
    text-align: left;
    padding: 4.8vw 0;
    border-bottom: 1px solid rgba(20, 20, 20, 0.2);
  }
  .product .list .category dl dt::before {
    display: block;
    content: " ";
    position: absolute;
    right: 5vw;
    top: 50%;
    margin-top: -2.13vw;
    width: 4.27vw;
    height: 4.27vw;
    background: url(../images/expand.png) no-repeat center center;
    background-size: 100%;
  }
  .product .list .category dl dt p {
    font-size: 4.8vw;
    margin-left: 6.67vw;
  }
  .product .list .category dl dt .icon {
    margin: 0;
    width: 10.67vw;
    height: 10.67vw;
  }
  .product .list .category dl dt .icon img {
    width: 6vw;
    height: 6vw;
  }
  .product .list .category dl dd {
    padding-top: 0;
  }
  .product .list .category dl dd ul li {
    padding: 9.3vw 0;
  }
  .product .list .category dl dd ul li h3 {
    float: none;
    font-size: 4vw;
    line-height: 150%;
  }
  .product .list .category dl dd ul li a {
    float: none;
    margin-top: 8vw;
    font-size: 3.47vw;
    line-height: 150%;
  }
  .product .list .category dl dd ul li a.product-h3 {
    float: none;
    font-size: 4vw;
    line-height: 150%;
  }
}
/*# sourceMappingURL=./product.css.map */