.tp_bgpic {
  width: 100%;
  height: 560px;
  background-image: url(/asset/img/aboutBan.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-idnex: 1;
}
.pro_ico {
  width: 172px;
  height: 172px;
  background-color: #f7f9fa;
}
.pro_ic {
  width: 100%;
  height: 100%;
}
.product_list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.out_pro {
  display: flex;
}
.flex-end {
  justify-content: flex-end;
}
.sin_product {
  background-color: #ffffff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 4px 8px 6px rgba(7, 17, 27, 0.06);
  box-shadow: 0 4px 8px 6px rgba(7, 17, 27, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sin_product:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 4px 12px 12px rgba(7, 17, 27, 0.15);
  box-shadow: 0 4px 12px 12px rgba(7, 17, 27, 0.15);
  transition: all 0.3s ease;
}
.in_pro_ca {
  margin: 20px;
}
.mid_content {
  padding: 60px 0px 100px 0px;
}
.pro_text {
  font-family: "NotoSansHans-Regular";
  font-size: 32px;
  color: #333333;
}
.pro_textline {
  width: 50px;
  height: 5px;
  margin: 30px 0px 0px 0px;
  background-color: #c4102a;
}
.pro_name {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-family: "NotoSansHans-Bold";
  font-size: 16px;
  color: #333333;
}

@media (max-width: 768px) {
  .product-page .tp_bgpic {
    margin-top: 28px;
    height: 240px;
    background-size: auto 100%;
    background-position: 28% center;
  }

  .mid_content {
    padding: 30px 0 48px 0;
  }

  .product_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
  }

  .out_pro,
  .sin_product {
    width: 100%;
  }

  .in_pro_ca {
    margin: 10px;
  }

  .pro_ico {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .pro_ic {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .pro_text {
    font-size: 26px;
    line-height: 1.35;
    text-align: center;
  }

  .pro_textline {
    margin-top: 18px;
  }

  .pro_name {
    min-height: 36px;
    margin-top: 10px;
    align-items: center;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
  }
}
