.section-reitouniku .column-point {
  background: #F3F3F3;
  margin: 32px 0 60px;
  padding: 25px 15px;
  position: relative;
}
.section-reitouniku .column-point::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 24px 0 24px;
  border-color: #F3F3F3 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -6px);
      -ms-transform: translate(-50%, -6px);
          transform: translate(-50%, -6px);
}
.section-reitouniku .column-point .list-point {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-reitouniku .column-point .list-point li {
  width: 33.33%;
  padding: 15px 10px;
  text-align: center;
}
.section-reitouniku .column-point .list-point .img {
  max-width: 96px;
  margin: 0 auto;
}
.section-reitouniku .column-point .list-point .label {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.25em;
}
@media screen and (min-width: 641px) {
  .section-reitouniku .column-point {
    border-radius: 10px;
    margin-right: 6.25%;
    margin-left: 6.25%;
  }
  .section-reitouniku .column-point .list-point {
    max-width: 85.7142857143%;
  }
}
@media print, screen and (min-width: 1200px) {
  .section-reitouniku .column-point {
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
  }
  .section-reitouniku .column-point .list-point {
    max-width: 90.2083333333%;
  }
  .section-reitouniku .column-point .list-point li {
    width: 20%;
  }
  .section-reitouniku .column-point .list-point .img {
    max-width: 120px;
  }
  .section-reitouniku .column-point .list-point .label {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0.5em;
  }
}
.section-reitouniku .block-howto .block-ttl {
  color: #D42025;
  font-size: 26px;
  text-align: center;
}
.section-reitouniku .block-howto .wrap-step {
  background: #DDD;
  margin-top: 85px;
  padding: 0 15px 35px;
  position: relative;
  text-align: center;
}
.section-reitouniku .block-howto .step-ttl {
  top: -0.5em;
  position: relative;
  text-align: center;
}
.section-reitouniku .block-howto .step-ttl::before {
  border-radius: 10px;
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.section-reitouniku .block-howto .step-ttl span {
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
.section-reitouniku .block-howto .step-lead {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 56px auto 0;
}
.section-reitouniku .block-howto .item-step {
  background: #ffffff;
  border-radius: 8px;
  margin: 122px 0 0;
  padding: 50px 25px 30px;
  position: relative;
  text-align: left;
}
.section-reitouniku .block-howto .item-step_num {
  background: #B5A366;
  border-radius: 56px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -28px;
  left: 15px;
  text-align: center;
}
.section-reitouniku .block-howto .item-step_num .num {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.section-reitouniku .block-howto .item-step_img {
  position: absolute;
  top: -102px;
  right: 50px;
}
.section-reitouniku .block-howto .item-step_text .text, .section-reitouniku .block-howto .item-step_point .text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
}
.section-reitouniku .block-howto .item-step_tit {
  font-size: 18px;
  font-weight: bold;
}
.section-reitouniku .block-howto .item-step_point {
  margin-top: 30px;
}
.section-reitouniku .block-howto .item-step_point::before {
  background: #D42025;
  border-radius: 4px;
  color: #ffffff;
  content: "POINT!";
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  width: 48px;
}
.section-reitouniku .block-howto .item-recipe {
  margin-top: 20px;
  padding: 24px 15px;
}
.section-reitouniku .block-howto .item-recipe .recipe-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 19px;
  position: relative;
}
.section-reitouniku .block-howto .item-recipe .recipe-head .thumb {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100px;
}
.section-reitouniku .block-howto .item-recipe .recipe-head .text {
  font-size: 14px;
  padding-left: 16px;
  padding-bottom: 20px;
}
.section-reitouniku .block-howto .item-recipe .recipe-head .text::after {
  background: url(/sp/tare-plus/img/icon_recipe_arrow.png) no-repeat 0 0/contain;
  content: "";
  display: block;
  width: 19px;
  height: 21px;
  position: absolute;
  bottom: 0;
  left: 133px;
}
.section-reitouniku .block-howto .item-recipe .recipe-main {
  margin-top: 21px;
}
.section-reitouniku .block-howto .item-recipe .recipe-main .thumb img {
  border-radius: 8px;
}
.section-reitouniku .block-howto .item-recipe .recipe-main .label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
  text-align: center;
}
.section-reitouniku .block-howto .step-note {
  margin: 24px 10px 0;
  text-align: left;
}
.section-reitouniku .block-howto .step-note li {
  font-size: 14px;
  line-height: 1.62;
}
.section-reitouniku .block-howto .step-note li + li {
  margin-top: 1em;
}
.section-reitouniku .block-howto .step-desc {
  margin: 24px 15px;
  text-align: left;
}
.section-reitouniku .block-howto .step-desc p {
  font-size: 15px;
  line-height: 1.7;
}
.section-reitouniku .block-howto .step-desc p + p {
  margin-top: 1em;
}
@media screen and (min-width: 641px) {
  .section-reitouniku .block-howto .step-lead {
    padding: 0 15px;
    text-align: left;
  }
  .section-reitouniku .block-howto .wrap-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 0 -5px;
  }
  .section-reitouniku .block-howto .item-step {
    margin-right: 5px;
    margin-left: 5px;
    width: calc(50% - 10px);
    max-width: 280px;
  }
  .section-reitouniku .block-howto .item-step_img {
    right: 0;
  }
  .section-reitouniku .block-howto .item-recipe {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 1200px) {
  .section-reitouniku .block-howto .block-ttl {
    font-size: 40px;
  }
  .section-reitouniku .block-howto .wrap-step {
    margin-top: 100px;
    padding: 0 40px 40px;
  }
  .section-reitouniku .block-howto .step-ttl::before {
    width: 98px;
    height: 98px;
  }
  .section-reitouniku .block-howto .step-ttl span {
    font-size: 22px;
  }
  .section-reitouniku .block-howto .step-lead {
    font-size: 24px;
    line-height: 1.13;
    margin-top: 72px;
  }
  .section-reitouniku .block-howto .wrap-item {
    margin-right: -10px;
    margin-left: -10px;
  }
  .section-reitouniku .block-howto .item-step {
    margin-top: 140px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .section-reitouniku .block-howto .item-step_img {
    right: 14px;
  }
  .section-reitouniku .block-howto .item-recipe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 30px 40px;
    width: 100%;
    margin-top: 32px;
    max-width: 880px;
  }
  .section-reitouniku .block-howto .item-recipe .recipe-head {
    display: block;
    padding-bottom: 19px;
    width: 256px;
  }
  .section-reitouniku .block-howto .item-recipe .recipe-head .thumb {
    width: 100%;
  }
  .section-reitouniku .block-howto .item-recipe .recipe-head .text {
    font-size: 16px;
    padding: 24px;
  }
  .section-reitouniku .block-howto .item-recipe .recipe-head .text::after {
    width: 35px;
    height: 40px;
    top: 88px;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateX(25px) rotate(-90deg);
        -ms-transform: translateX(25px) rotate(-90deg);
            transform: translateX(25px) rotate(-90deg);
  }
  .section-reitouniku .block-howto .item-recipe .recipe-main {
    margin-top: 0;
    width: 448px;
  }
  .section-reitouniku .block-howto .item-recipe .recipe-main .thumb img {
    border-radius: 8px;
  }
  .section-reitouniku .block-howto .item-recipe .recipe-main .label {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 15px;
    text-align: center;
  }
  .section-reitouniku .block-howto .step-desc {
    margin: 24px 21px;
  }
  .section-reitouniku .block-howto .step-desc p {
    font-size: 16px;
    line-height: 1.7;
  }
}
.section-reitouniku .block-howto_blue .wrap-step {
  background: #E7F1F7;
}
.section-reitouniku .block-howto_blue .step-ttl::before {
  background: #2A85B5;
}
.section-reitouniku .block-howto_blue .step-lead {
  color: #2A85B5;
}
.section-reitouniku .block-howto_red .wrap-step {
  background: #FCF2F1;
}
.section-reitouniku .block-howto_red .step-ttl::before {
  background: #D85341;
}
.section-reitouniku .block-howto_red .step-lead {
  color: #D85341;
}
.section-reitouniku .block-howto_green .wrap-step {
  background: #EFF4F1;
}
.section-reitouniku .block-howto_green .step-ttl::before {
  background: #1CA25F;
}
.section-reitouniku .block-howto_green .step-lead {
  color: #1CA25F;
}/*# sourceMappingURL=reitouniku.css.map */