@charset "UTF-8";
.try_campaign #footer img {
  width: initial;
  max-width: 100%;
}
.try_campaign section .top_link_container {
  z-index: 2;
}
.try_campaign section#recipe {
  background: #fcc800;
}
.try_campaign section#recipe .backToCampaignTop {
  display: none;
}
@media screen and (max-width: 768px) {
  .try_campaign section#recipe .backToCampaignTop {
    display: block;
    width: 16vw;
    margin: auto;
    padding: 1em 0 0;
  }
}

.try_campaign section#recipe .recipe_container .section_inner {
  width: 100%;
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
.try_campaign section#recipe .recipe_container .section_inner h2 {
  position: relative;
  text-align: center;
}
.try_campaign section#recipe .recipe_container .section_inner h2::before {
  content: "";
  display: block;
  background-color: #00ac38;
  width: 100%;
  height: 4px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.try_campaign section#recipe .recipe_container .section_inner h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 30px;
  line-height: 36px;
  position: relative;
  z-index: 1;
}
.try_campaign section#recipe .recipe_container .section_inner h2 span img {
  width: auto;
  height: 36px;
  max-width: 100%;
}
.try_campaign section#recipe .recipe_container .section_inner h3 {
  margin: 0;
}
.try_campaign section#recipe .recipe_container .section_inner h3 img {
  width: auto;
  height: 24px;
}
.try_campaign section#recipe .recipe_container .section_inner h3 {
  margin-bottom: 0;
}
.try_campaign section#recipe .recipe_container .section_inner .recipe_flex_01,
.try_campaign section#recipe .recipe_container .section_inner .recipe_flex_02 {
  margin-top: 2em;
  font-size: 14px;
}
.try_campaign section#recipe .recipe_container .section_inner .recipe_flex_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
	-ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}
.try_campaign section#recipe .recipe_container .section_inner .col-1 {
  width: 47.5%;
}
.try_campaign section#recipe .recipe_container .section_inner .col-2 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .try_campaign section#recipe h1 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .try_campaign section#recipe .recipe_container {
    padding: 0 15px;
  }
  .try_campaign section#recipe .recipe_container .section_inner {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .try_campaign section#recipe .recipe_container .section_inner h2 span {
    padding: 0 8px;
    line-height: 4.2vw;
  }
  .try_campaign section#recipe .recipe_container .section_inner h2 span img {
    height: 4.2vw;
  }

  .try_campaign section#recipe .recipe_container .section_inner .recipe_flex_01 {
    display: block;
  }
  .try_campaign section#recipe .recipe_container .section_inner .col-1 {
    width: 100%;
  }
  .try_campaign section#recipe .recipe_container .section_inner .col-1 + div {
    margin-top: 2em;
  }
  
}

.try_campaign section#recipe .recipe_container .section_inner .recipe_ph {
  margin-top: 10px;
}

.try_campaign section#recipe .recipe_container .section_inner ul,
.try_campaign section#recipe .recipe_container .section_inner ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.try_campaign section#recipe .recipe_container .section_inner ol {
  counter-reset: number;
}
.try_campaign section#recipe .recipe_container .section_inner li {
  position: relative;
  margin-top: 0.75em;
  padding-left: 22px;
}
.try_campaign section#recipe .recipe_container .section_inner ul li::before {
  position: absolute;
  content: "・";
  display:inline-block;
  color: #000;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
}
.try_campaign section#recipe .recipe_container .section_inner ol li {
  margin-top: 0;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}
.try_campaign section#recipe .recipe_container .section_inner ol li:first-child {
  margin-top: 0.75em;
}
.try_campaign section#recipe .recipe_container .section_inner ol li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

.try_campaign section#recipe .recipe_container .section_inner .ingredient_group {
  position: relative;
  padding: 16px 16px;
  border: 1px solid #333;
  box-sizing: border-box;
}
.try_campaign section#recipe .recipe_container .section_inner .ingredient_group + .ingredient_group {
  margin-top: 2rem;
}
.try_campaign section#recipe .recipe_container .section_inner .ingredient_group h4 {
  background-color: #fff;
  margin: 0;
  padding: 0 8px;
  font-weight: bold;
  position: absolute;
  top: -10px;
}
.try_campaign section#recipe .recipe_container .section_inner .ingredient_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background: url("../img/00_dot.png") no-repeat 22px 8px;
  background-size: auto 2px;
}
.try_campaign section#recipe .recipe_container .section_inner .ingredient_list_item.noBg {
  background: none;
}
.try_campaign section#recipe .recipe_container .section_inner .ingredient_name {
  display: inline-block;
  background-color: #fff;
  padding-right: 4px;
  white-space: nowrap;
}
.try_campaign section#recipe .recipe_container .section_inner .ingredient_amount {
  display: inline-block;
  background-color: #fff;
  padding-left: 4px;
}
.try_campaign section#recipe .recipe_container .section_inner .ingredient_list + p {
  margin-top: 0.75em;
}
.try_campaign section#recipe .recipe_container .section_inner .notice {
  margin-top: 0.25em;
  font-size: 12px;
}


/* recipe_thumb */
.try_campaign section#recipe ul.recipe_thumb_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
}
.try_campaign section#recipe ul.recipe_thumb_flex li {
  background-color: #fff;
  width: 23.75%;
  margin-top: 16px;
  margin-left: 1.666%;
}
.try_campaign section#recipe ul.recipe_thumb_flex li:nth-of-type(4n+1) {
  margin-left: 0;
}
.try_campaign section#recipe ul.recipe_thumb_flex li a {
  display: block;
  position: relative;
}
.try_campaign section#recipe ul.recipe_thumb_flex li a:hover::after,
.try_campaign section#recipe ul.recipe_thumb_flex li a.active::after {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid #e20018;
  position: absolute;
  top: 0;
  left: 0;
}

h2 {margin: 40px 0px;}

@media screen and (max-width: 700px) {
  h2 {margin: 5px 0px -25px;
}

@media screen and (max-width: 768px) {
  .try_campaign section#recipe ul.recipe_thumb_flex {
    margin: 0 15px;
  }
  .try_campaign section#recipe ul.recipe_thumb_flex li {
    width: 47.5%;
    margin-left: 5%;
  }
  .try_campaign section#recipe ul.recipe_thumb_flex li:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

.kokuchi_container {
  width: 100%;
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  background: #00ac38;
  border-radius:25px;
  margin:0 auto;
  max-width: 960px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow:5px 5px 0px 0px rgba(0, 0, 0, 0.3);
}

.kokuchi_naiyou {
  width: 85%;
  margin: 0 auto;
}