@charset "UTF-8";
/* CSS Document */
/* 新商品レシピを見る */
#NewRecipe h2 {
  font-size: 124%;
  border-left: solid 5px #8fc31e;
  line-height: 1;
  padding: 4px 0 4px 14px;
  margin: 13px 13px 13px 0px;
}

/* 2020年春の新商品レシピ */
.recipe_listin {
  padding-bottom: 25px !important;
}

.recipe_list h2 {
  color: #fff;
  border-radius: 6px;
  padding: 0 18px;
  font-weight: normal;
  position: relative;
}

.recipe_list h2 span {
  background-color: #fff;
  border-radius: 2px;
  padding: 2px 4px 4px 12px;
  font-size: 14px;
  position: relative;
  position: absolute;
  right: 6px;
  height: 19px;
  margin-top: 5px;
}

.recipe_list h2 span:before {
  content: "";
  border: transparent solid 0.3em;
  left: 0.4em;
  height: 0;
  width: 0;
  margin: 0;
  margin-top: 0.6em;
  padding: 0px;
  position: absolute;
}

#namadume-mutenka-awase-dashiiri-miso h2 {
  background-color: #EA6F39;
}

#namadume-mutenka-awase-dashiiri-miso h2 span, #namadume-mutenka-awase-dashiiri-miso h2 a {
  color: #EA6F39;
}

#namadume-mutenka-awase-dashiiri-miso h2 span:before {
  border-left-color: #EA6F39;
}

#kaoru-yakinikudare1 h2 {
  background-color: #84AF31;
}

#kaoru-yakinikudare1 h2 span, #kaoru-yakinikudare1 h2 a {
  color: #84AF31;
}

#kaoru-yakinikudare1 h2 span:before {
  border-left-color: #84AF31;
}

#kaoru-yakinikudare2 h2 {
  background-color: #AA672B;
}

#kaoru-yakinikudare2 h2 span, #kaoru-yakinikudare2 h2 a {
  color: #AA672B;
}

#kaoru-yakinikudare2 h2 span:before {
  border-left-color: #AA672B;
}

#iroiro-tsukaeru-su h2 {
  background-color: #D3382D;
}

#iroiro-tsukaeru-su h2 span, #iroiro-tsukaeru-su h2 a {
  color: #D3382D;
}

#iroiro-tsukaeru-su h2 span:before {
  border-left-color: #D3382D;
}

#wellsupport-apu1 h2 {
  background-color: #26A593;
}

#wellsupport-apu1 h2 span, #wellsupport-apu1 h2 a {
  color: #26A593;
}

#wellsupport-apu1 h2 span:before {
  border-left-color: #26A593;
}

#wellsupport-apu2 h2 {
  background-color: #D63936;
}

#wellsupport-apu2 h2 span, #wellsupport-apu2 h2 a {
  color: #D63936;
}

#wellsupport-apu2 h2 span:before {
  border-left-color: #D63936;
}

#wellsupport-apu3 h2 {
  background-color: #7E2BAA;
}

#wellsupport-apu3 h2 span, #wellsupport-apu3 h2 a {
  color: #7E2BAA;
}

#wellsupport-apu3 h2 span:before {
  border-left-color: #7E2BAA;
}

#kokutoumamino-caesar-salad-dressing h2 {
  background-color: #2B8CAA;
}

#kokutoumamino-caesar-salad-dressing h2 span, #kokutoumamino-caesar-salad-dressing h2 a {
  color: #2B8CAA;
}

#kokutoumamino-caesar-salad-dressing h2 span:before {
  border-left-color: #2B8CAA;
}

@media screen and (max-width: 768px) {
  /*新商品レシピ*/
  .main_visual {
    margin-bottom: 1em;
  }
  .main_visual img {
    max-width: 100%;
  }
  ul#Syohin_list_top {
    margin-bottom: 2em;
  }
  .cate_ttl h2 {
    font-size: 1.6rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #212121;
  }
  .detail_link {
    padding: .5em 0 1em;
    text-align: center;
  }
  .detail_link a {
    color: #C30D23;
  }
  #Ygreen_list .cate_ttl {
    border-left: solid 10px #8FC31E;
  }
  .product_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_header h3 {
    display: inline;
    font-size: 19px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  #namadume-mutenka-awase-dashiiri-miso {
    color: #EA6F39;
    border-top: 5px solid #EA6F39;
  }
  #kaoru-yakinikudare1 {
    color: #84AF31;
    border-top: 5px solid #84AF31;
  }
  #kaoru-yakinikudare2 {
    color: #AA672B;
    border-top: 5px solid #AA672B;
  }
  #iroiro-tsukaeru-su {
    color: #D3382D;
    border-top: 5px solid #D3382D;
  }
  #wellsupport-apu1 {
    color: #26A593;
    border-top: 5px solid #26A593;
  }
  #wellsupport-apu2 {
    color: #D63936;
    border-top: 5px solid #D63936;
  }
  #wellsupport-apu3 {
    color: #7E2BAA;
    border-top: 5px solid #7E2BAA;
  }
  #kokutoumamino-caesar-salad-dressing {
    color: #2B8CAA;
    border-top: 5px solid #2B8CAA;
  }
}
/*# sourceMappingURL=recipe2022spring.css.map */