@charset "utf-8";

@media (max-width: 767px){
  .l-content .m-container {
    padding: 0;
  }

  .l-content .m-btn--down.edit {
    width: 100% !important;
    margin: 0.5rem 0;
  }
  
  .l-content .m-product .m-col-xxl-5 {
    width: 100%;
  }

  .l-content .product .w-name {
    height: 45px !important;
  }

  .l-content .box-new {
    border-radius: 15px;
    padding: 15px;
  }

}

@media (min-width: 768px){
  .l-content .m-container {
    max-width: 1680px;
    padding: 0 40px;
  }

  .l-content .m-btn--down.edit {
    width: 45% !important;
    margin: 0.5rem 0.5rem;
  }

  .l-content .m-product .m-col-xxl-5 {
    width: 33%;
  }
  
  .l-content .box-new {
    border-radius: 30px;
    padding: 30px;
  }
}


@media (min-width: 1200px){
  .l-content .m-btn--down.edit {
    width: 30% !important;
    margin: 0.5rem 0.5rem;
  }

  .l-content .m-product .m-col-xxl-5 {
    width: 20%;
  }

}

.l-content .product:hover {
  border: 1px solid #ff730a;
  cursor: pointer;
}

.l-content .product:hover a {
  color: #ff730a;
}

.l-content .product {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 15px;
  text-align: center;
}

.l-content .product .w-name {
  display: block;
  height: 52px;
  font-weight: bold;
}

.l-content .product .w-partno {
  display: block;
  height: 52px;
}

.l-content .box-new {
  background: linear-gradient(180deg, rgba(247, 248, 250, 1) 0%, rgba(92, 122, 146, 1) 100%);
}

.l-content .img-linkdown img {
  transition: 0.2s ease-in-out;
}
.l-content .img-linkdown:hover img {
  scale: 0.9;
}

.l-content .max-w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.l-content .gotop {
  background: #224155;
}

.l-content .block_BtnLink .BtnList.active {
  background-color: #224155 !important;
}

/* Useful Class */
.l-content .w-mm { margin: 0 auto; }
.l-content .w-pm0 { margin: 0; padding: 0; }
.l-content .just-center { justify-content: center; }
.l-content .self-center { align-self: center; }
.l-content .w-stock { color: #9f4f00; font-weight: bold; }
.l-content .u-pdis { color: #a0a0a0; }
