@charset "utf-8";
/* CSS Document */
.product_sec-lead {
  font-size: 2.4rem;
  text-align: left;
  margin: 0 40px 80px 40px;
}
.product_sec-ice, .product_sec-frozen, .product_sec-confectionery, .product_sec-food_service {
  max-width: 1272px;
  margin: 0 auto;
}
.product_sec h3 {
  position: relative;
  text-align: left;
  margin-left: 30px;
}
.product_sec h3::after {
  position: absolute;
  top: -20px;
  content: "";
  background-image: url("../img/product_information/leaf_small.png");
  width: 110px;
  height: 70px;
}
.product_sec-ice h3::after {
  left: 140px;
}
.product_sec-frozen h3::after {
  left: 190px;
}
.product_sec-confectionery h3::after {
  left: 210px;
}
.product_sec-food_service h3::after {
  left: 180px;
}
.product_sec {
  margin-bottom: 80px;
}
.product_sec ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 40px;
}
.product_sec ul li {
  max-width: 327px;
  height: auto;
  background-color: #FFF;
  margin: 0 auto;
  border: solid 1px;
  border-radius: 10px 10px 0 0;
  text-align: left;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
}
.product_sec img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 0 0;
  border-radius: 10px 10px 0 0;
}
.product_sec-title {
  /*background-color: #f6f5f5;*/
  padding: 20px;
}
.product_sec-discription {
  margin: 0;
  /*background-color: #f6f5f5;*/
  background-size: cover;
  padding: 0 20px 20px 20px;
}
.btn_01 {
  display: inline-block;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding-bottom: 80px;
}
.btn_01_p {
  color: #ffffff;
  background-color: #e60012;
  border-radius: 20px;
  padding: 0.5rem;
  width: 150px;
}
.btn_01_p i {
  padding-left: 10px;
}
@media (max-width: 960px) {
  .product_sec-lead {
    font-size: 2.0rem;
    text-align: left;
    margin: 0 20px;
  }
  .product_sec ul {
    flex-direction: column;
    align-items: center;
  }
  .product_sec ul li {
    margin-bottom: 20px;
  }
  .product_sec h3 {
    margin-left: 10px;
  }
}