@charset "utf-8";
html,
body {
  margin: 0;
  padding: 0;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
.cl:after {
  width: 1px;
  height: 0px;
  content: "";
  line-height: 0;
  display: block;
  clear: both;
}
.tel {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tel {
    pointer-events: auto;
  }
}
#homerare_recipeList {
  background: #f0f9ff url("/wp-content/themes/yamasa-cms/dist/images/homerare/recipe_bg_pc.png") center top no-repeat;
  background-size: 100%;
  padding: 100px 0 70px;
}
@media screen and (max-width: 768px) {
  #homerare_recipeList {
    padding: 70px 0 30px;
  }
}
#homerare_recipeList .recipeTextWrap {
  overflow: hidden;
  width: 100%;
}
#homerare_recipeList .recipeText {
  font-size: 18px;
  height: 100.8px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  #homerare_recipeList .recipeText {
    font-size: 15px;
    height: 84px;
    line-height: 1.4;
    position: relative;
  }
}
#homerare_recipeList .recipeText:before,
#homerare_recipeList .recipeText:after {
  background: #f0f9ff;
  position: absolute;
  min-width: 1.2em;
}
#homerare_recipeList .recipeText:before {
  content: "...";
  top: 75.6px;
  right: 0;
  padding: 0 0px 0 10px;
}
@media screen and (max-width: 768px) {
  #homerare_recipeList .recipeText:before {
    content: "...";
    top: 63px;
    right: 0;
  }
}
#homerare_recipeList .recipeText:after {
  content: "";
  height: 100%;
  width: 100%;
}
#homerare_recipeList .h2wrap {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #homerare_recipeList .h2wrap {
    width: 100%;
    padding: 0 4%;
  }
}
#homerare_recipeList .h2wrap h2 {
  font-size: 34px;
  font-weight: bold;
  color: #305dba;
}
@media screen and (max-width: 768px) {
  #homerare_recipeList .h2wrap h2 {
    font-size: 21px;
  }
}
#homerare_recipeList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 900px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  #homerare_recipeList ul {
    width: 92%;
  }
}
#homerare_recipeList ul li {
  width: 418px;
  padding-bottom: 35px;
}
#homerare_recipeList ul li img {
  width: 100%;
}
#homerare_recipeList ul li h3 {
  margin-top: 10px;
  font-size: 21px;
  color: #305dba;
}
@media screen and (max-width: 768px) {
  #homerare_recipeList ul li h3 {
    font-size: 18px;
  }
}
#homerare_recipeList ul li p {
  margin-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #homerare_recipeList ul li p {
    font-size: 15px;
  }
}
#homerare_recipeList ul li .more {
  display: block;
  margin: 22px auto 0 !important;
  width: 202px;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: #305dba;
}
@media screen and (max-width: 768px) {
  #homerare_recipeList ul li .more {
    padding-left: 0 !important;
    width: 100%;
  }
}
#homerare_recipeList ul li .more a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  display: block;
  background: url("/wp-content/themes/yamasa-cms/dist/images/homerare/homerare_arrow.svg") right 18px center no-repeat;
  background-size: 7px 13px;
  padding: 12px;
}
#homerare_recipeList .brand_more {
  display: block;
  margin: 22px auto 0 !important;
  width: 338px;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: #305dba;
}
@media screen and (max-width: 768px) {
  #homerare_recipeList .brand_more {
    padding-left: 0 !important;
    width: 92%;
  }
}
#homerare_recipeList .brand_more a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  display: block;
  background: url("/wp-content/themes/yamasa-cms/dist/images/homerare/homerare_arrow.svg") right 18px center no-repeat;
  background-size: 7px 13px;
  padding: 12px;
}
