@media (max-width: 767px) {
  .listcont .products_header {
    margin-bottom: 3em;
  }
}
@media (min-width: 768px) {
  .listcont .products_header {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .listcont .products_header .box_title {
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) {
  .listcont .products_header .box_title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .listcont .products_header .box_title .logo {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .listcont .products_header .box_title .logo {
    width: 180px;
  }
}
.listcont .products_header .box_title .logo {
  height: auto;
}
.listcont .products_header .box_title .logo a {
  display: inline-block;
}
@media (max-width: 767px) {
  .listcont .products_header .box_title .comp_tl {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) {
  .listcont .products_header .box_title .comp_tl {
    font-size: 24px;
  }
}
.listcont .products_header .box_title .comp_tl {
  margin: 1em 0 0.5em;
}
.listcont .products_header .box_title .review img {
  height: 1.5em;
}
.listcont .products_header .box_title .tag {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
}
.listcont .products_header .box_title .tag .tag_c {
  margin-right: 0.5em;
  margin-bottom: 0.3em;
  background: #222;
  color: #fff;
  border-radius: 999px;
  padding: 0.3em 1em;
  font-size: 90%;
}
.listcont .products_header .box_title .tag .tag_c:last-of-type {
  margin-right: 0;
}
.listcont .products_header .box_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .listcont .products_header .box_inner .box_img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .listcont .products_header .box_inner .box_img {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .listcont .products_header .box_inner .box_img {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 767px) {
  .listcont .products_header .box_inner .box_txt {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .listcont .products_header .box_inner .box_txt {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .listcont .products_header .box_inner .box_txt table {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 768px) {
  .listcont .products_header .box_inner .box_txt table {
    margin-bottom: 30px;
  }
}
.listcont .products_header .box_inner .box_txt .cap {
  text-align: center;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .listcont .products_header .box_inner .box_txt .comp_btn {
    max-width: 260px;
  }
}

/*# sourceMappingURL=products_detail.css.map */
