/* ----------------------------------------------------------------------------
PRODUCTS
---------------------------------------------------------------------------- */
@media screen and (min-width: 1281px) {
  #sec_products {
    padding: 150px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_products {
    padding: 120px 0;
  }
}
@media screen and (min-width: 768px) {
  #sec_products {
    background: linear-gradient(#fff 0%, #dcecf7 100%);
  }
}
@media screen and (max-width: 767px) {
  #sec_products {
    padding: 80px 0;
    background: #dcecf7;
    position: relative;
  }
  #sec_products:before {
    content: "";
    width: 100%;
    height: 20%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(#fff 0%, #dcecf7 100%);
  }
  #sec_products .l_inner {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .sec_content {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec_content {
    margin-top: 40px;
  }
}

.list_cat li {
  display: inline-block;
}
.list_cat a {
  background: #092d4c;
  color: #fff;
  text-align: center;
  padding: 0 50px 0 20px;
  border-radius: 20px;
  display: block;
  position: relative;
  font-family: "NotoSansJP-Regular";
  border: 1px solid #00bff2;
}
.list_cat .arrow {
  position: relative;
  display: inline-block;
  width: 13.7px;
  height: 7.4px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3.7px;
}
.list_cat .arrow:before, .list_cat .arrow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 10px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 50% calc(100% - 0.5px);
}
.list_cat .arrow:before {
  transform: rotate(45deg);
}
.list_cat .arrow:after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .list_cat li {
    margin-right: 20px;
  }
  .list_cat li a {
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .list_cat li {
    margin: 10px 10px 0 0;
  }
  .list_cat li a {
    font-size: 12px;
    line-height: 32px;
  }
}

.sec_detail h3 {
  background: #092d4c;
  color: #fff;
  line-height: 50px;
  padding: 0 20px 0 45px;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.sec_detail h3:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 23px;
  background: url(../../assets/img/products/icon_title.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -11.5px;
}
.sec_detail .btn_wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec_detail {
    margin-top: 80px;
  }
  .sec_detail .inner {
    margin-top: 60px;
  }
  .sec_detail h3 {
    font-size: 20px;
  }
  .sec_detail .btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec_detail {
    margin-top: 40px;
  }
  .sec_detail .inner {
    margin-top: 20px;
  }
  .sec_detail h3 {
    font-size: 16px;
  }
  .sec_detail .btn {
    margin-top: 40px;
  }
}/*# sourceMappingURL=products.css.map */