@charset "utf-8";

/*商品の特徴
----------------------------------------------------------*/


.knorr_mametoyasai_kabocha_recipe-block {
    width: 265px;
}

.knorr_mametoyasai_kabocha_recipe-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  width: 950px;
  background: #d8a5c7;
  border-radius: 0 0 10px 10px;
  padding: 0 50px 80px;
}

.recipe_name {
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 10px 0;
}
