@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;
}

#amakuteoishiiawasemiso h2 {
  background-color: #b6651a;
}

#amakuteoishiiawasemiso h2 span, #amakuteoishiiawasemiso h2 a {
  color: #b6651a;
}

#amakuteoishiiawasemiso h2 span:before {
  border-left-color: #b6651a;
}

#vegepon h2 {
  background-color: #390000;
}

#vegepon h2 span, #vegepon h2 a {
  color: #390000;
}

#vegepon h2 span:before {
  border-left-color: #390000;
}

#aoyuzunamayuzuponzu h2 {
  background-color: #01933f;
}

#aoyuzunamayuzuponzu h2 span, #aoyuzunamayuzuponzu h2 a {
  color: #01933f;
}

#aoyuzunamayuzuponzu h2 span:before {
  border-left-color: #01933f;
}

#kyusyudressing-tamanegi h2 {
  background-color: #9f3624;
}

#kyusyudressing-tamanegi h2 span, #kyusyudressing-tamanegi h2 a {
  color: #9f3624;
}

#kyusyudressing-tamanegi h2 span:before {
  border-left-color: #9f3624;
}

#kyusyudressing-yuzu h2 {
  background-color: #108241;
}

#kyusyudressing-yuzu h2 span, #kyusyudressing-yuzu h2 a {
  color: #108241;
}

#kyusyudressing-yuzu h2 span:before {
  border-left-color: #108241;
}

#kyusyudressing-lemon h2 {
  background-color: #eca617;
}

#kyusyudressing-lemon h2 span, #kyusyudressing-lemon h2 a {
  color: #eca617;
}

#kyusyudressing-lemon h2 span:before {
  border-left-color: #eca617;
}

#kyusyudressing-kabosu h2 {
  background-color: #7cb52d;
}

#kyusyudressing-kabosu h2 span, #kyusyudressing-kabosu h2 a {
  color: #7cb52d;
}

#kyusyudressing-kabosun h2 span:before {
  border-left-color: #7cb52d;
}

#kabosuponzu h2 {
  background-color: #5eb213;
}

#kabosuponzu h2 span, #kabosuponzu h2 a {
  color: #5eb213;
}

#kabosuponzu h2 span:before {
  border-left-color: #5eb213;
}

#vegepon-tamanegi h2 {
  background-color: #fac83e;
}

#vegepon-tamanegi h2 span, #vegepon-tamanegi h2 a {
  color: #fac83e;
}

#vegepon-tamanegi h2 span:before {
  border-left-color: #fac83e;
}

#vegepon-daikon h2 {
  background-color: #d9e158;
}

#vegepon-daikon h2 span, #vegepon-daikon h2 a {
  color: #d9e158;
}

#vegepon-daikon h2 span:before {
  border-left-color: #d9e158;
}

#namayuzuponzu h2 {
  background-color: #ec6c0e;
}

#namayuzuponzu h2 span, #namayuzuponzu h2 a {
  color: #ec6c0e;
}

#namayuzuponzu h2 span:before {
  border-left-color: #ec6c0e;
}

#aoyuzuponzu h2 {
  background-color: #009844;
}

#aoyuzuponzu h2 span, #aoyuzuponzu h2 a {
  color: #009844;
}

#aoyuzuponzu h2 span:before {
  border-left-color: #009844;
}

#gomafumiponzu h2 {
  background-color: #ee7b00;
}

#gomafumiponzu h2 span, #gomafumiponzu h2 a {
  color: #ee7b00;
}

#gomafumiponzu h2 span:before {
  border-left-color: #ee7b00;
}

#fukairigomaponzu h2 {
  background-color: #f8ac10;
}

#fukairigomaponzu h2 span, #fukairigomaponzu h2 a {
  color: #f8ac10;
}

#fukairigomaponzu h2 span:before {
  border-left-color: #f8ac10;
}

@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;
  }
  #amakuteoishiiawasemiso {
    color: #b6651a;
    border-top: 5px solid #b6651a;
  }
  #vegepon-tamanegi {
    color: #fac83e;
    border-top: 5px solid #fac83e;
  }
  #vegepon-daikon {
    color: #d9e158;
    border-top: 5px solid #d9e158;
  }
  #aoyuzuponzu {
    color: #009844;
    border-top: 5px solid #009844;
  }
  #namayuzuponzu {
    color: #ec6c0e;
    border-top: 5px solid #ec6c0e;
  }

  #kyusyudressing-tamanegi {
    color: #9f3624;
    border-top: 5px solid #e94e00;
  }
  #kyusyudressing-yuzu {
    color: #108241;
    border-top: 5px solid #108241;
  }
  #kyusyudressing-lemon {
    color: #eca617;
    border-top: 5px solid #eca617;
  }
  #kyusyudressing-kabosu {
    color: #7cb52d;
    border-top: 5px solid #7cb52d;
  }
  #kabosuponzu {
    color: #5eb213;
    border-top: 5px solid #5eb213;
  }
  #gomafumiponzu {
    color: #ee7b00;
    border-top: 5px solid #ee7b00;
  }
  #fukairigomaponzu {
    color: #f8ac10;
    border-top: 5px solid #f8ac10;
  }
}
/*# sourceMappingURL=recipe2020autumn.css.map */