/*=============================================*/
/*Layout Adjust*/
/*=============================================*/
.recipe_wrapper .page_content .recipe_list .item a .img {
  position: relative;
}
.recipe_wrapper .page_content .recipe_list .item a .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.recipe_category_header {
  margin-top: 4.5rem;
  margin-bottom: 3rem;
}
.recipe_category_header .recipe_category_ttl {
  color: #78BD36;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .recipe_category_header .recipe_category_ttl {
    font-size: 2.2rem;
  }
}
.recipe_category_header .recipe_category_ttl {
  font-weight: 600;
}
.recipe_category_header .recipe_search_count {
  padding-top: 0.5em;
  font-weight: 600;
}/*# sourceMappingURL=wp_adjust_recipe.css.map */