.article h2 {
  letter-spacing: 0;
  color: #ee001e;
  font-size: 6.66667vw;
}

.article h2 {
  background-color: transparent;
}

.article .post_section_wrapper h3 {
  border-bottom: 1px solid #444;
  padding-bottom: 0.3vw;
}

.article h3.recommend_ttl {
  border: none;
  margin: 0 !important;
  padding-bottom: 0.3vw;
}

.body .has-red-background-color {
  background-color: #ee001e;
  padding: 0.4vw 2vw;
  font-size: 1.48vw;
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.recommend {
  color: #fff;
}

.recommend_lead {
  padding: 1.5625vw 2.08333vw;
  background: url(/image/web/recommend_bg_lg.png) no-repeat center/cover;
}

.recommend_list {
  margin-bottom: 0 !important;
}

.recommend_list li {
  position: relative;
  color: #fff;
  font-size: 6.4vw;
}

.recommend_list li {
  padding-left: 5.20833vw;
  font-size: .9vw;
  padding-top: 15px;
  padding-bottom: 15px;
}


.recommend_list li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  background: url(/image/web/check.png) no-repeat center/cover;
}

.recommend_list li::before {
  left: 2.5vw;
  width: 1.35417vw;
  height: 1.19792vw;
}

.recommend_point_list {
  display: flex;
  margin: 2.34375vw -1.30208vw 0;
  color: #222;
}

.flow_list_ttl span {
  color: #ee001e;
}

.article p.flow_list_ttl {
  font-weight: bold;
}

@media (min-width: 768px) {

  .article .post_section_wrapper h2,
  .article .post_section_wrapper h3 {
    margin-top: 4vw;
    margin-left: 0;
    margin-bottom: 2vw;
  }

  .page_container {
    margin-top: 2.25vw;
    margin-bottom: 4.47917vw;
  }

  .page_mv_inner::before {
    content: "";
    position: absolute;
    top: -6.25vw;
    left: 0;
    width: 14.16667vw;
    height: calc(100% + 6.25vw);
    transition: 0.3s;
    transform: skewX(-21deg);
    transform-origin: top center;
    background: #ee001e;
  }

  .article h2 {
    font-size: 2.29167vw;
  }

  .article .post_section_wrapper h3 {
    font-size: 1.6vw;
  }

  .article .post_section_wrapper p {
    font-size: 0.9375vw;
  }

  .article .post_section_wrapper p {
    font-size: 0.9375vw;
  }

  .article ul.recommend_point_list li {
    background: #f1f1f1;
    text-align: center;
  }

  .article ul.recommend_point_list li {
    margin: 0 1.30208vw;
    padding-bottom: 2.44792vw;
    width: calc(33.3% - 2.60417vw);
  }

  .point_num {
    color: #ee001e;
    font-size: 9.06667vw;
  }

  .point_num {
    margin-top: 0.88542vw;
    font-size: 3.125vw;
  }

  .article p.point_ttl {
    font-size: 6.4vw;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0.88542vw;
  }

  .article p.point_ttl {
    font-size: 1.35417vw;
  }

  .article p.point_desc {
    text-align: left;
    font-size: 3.73333vw;
    padding-left: 0;
    padding-right: 0;
  }

  .article p.point_desc {
    margin-top: 1.45833vw;
    padding: 0 2.08333vw;
    font-size: 0.83333vw;
    line-height: 1.6;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }

  .article p.flow_list_ttl {
    font-size: 1.35417vw;
    margin-bottom: 0.8vw;
  }
}

@media (max-width: 767px) {
  .recommend_lead {
    padding: 20px;
  }
  .recommend_list li {
    padding-left: 22px;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .recommend_list li::before {
    top: 16px;
    left: 0;
    width: 10px;
    height: 10px;
  }
  .recommend_point_list {
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }
  .article ul.recommend_point_list li {
    background: #f1f1f1;
    text-align: center;
    margin-bottom: 20px;
  }
  .point_num {
    color: #ee001e;
    font-size: 42px;
  }
  .point_ttl {
    font-weight: bold;
    font-size: 20px;
  }
  .point_desc {
    font-size: 14px !important;
  }
  .body .has-red-background-color {
    font-size: 16px;
  }
  .article .post_section_wrapper h3 {
    margin-bottom: 15px;
  }
  .article .post_section_wrapper h3 {
    padding: 0 0 10px 10px;
  }
  .flow_list_ttl {
    margin-bottom: 10px !important;
  }
}
