.product-point__step .product-point__step-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.product-point__step .product-point__step-title::before, .product-point__step .product-point__step-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.product-point__step .product-point__step-title::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.product-point__step .product-point__step-title::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 767px) {
  .product-point__step .product-point__step-title {
    font-size: 14px;
  }
}

.product-point__problem {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .product-point__problem {
    gap: 20px;
  }
}

.product-point__problem {
  background-color: #edf1f3;
  flex-direction: column;
  margin-bottom: 60px;
  padding: 40px 40px 20px;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .product-point__problem {
    margin-bottom: 40px;
    padding: 20px 20px 10px;
  }
}
.product-point__problem::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: -59.5px;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 50% 100%);
  background-color: #edf1f3;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .product-point__problem::after {
    height: 40px;
    bottom: -39.5px;
  }
}
.product-point__problem .product-point__title.--problem-cost {
  color: #d52323;
  margin: 0 auto;
  text-align: center;
}

.product-point__step {
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .product-point__step {
    width: 100%;
  }
}
.product-point__step .product-point__step-inn {
  display: flex;
  flex: 1;
}
.product-point__step .product-point__step-title {
  background-color: #ffcb00;
  color: #fff;
  text-align: center;
  padding: 1px;
}
.product-point__step .product-point__step-title-num {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .product-point__step .product-point__step-title-num {
    font-size: 20px;
  }
}
.product-point__step .product-point__txt-txt.--step-txt {
  align-items: center;
  display: flex;
  padding: 20px;
}
.product-point__step .product-point__img-wrap.--step-img-wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .product-point__step .product-point__img-wrap.--step-img-wrap {
    flex-direction: row;
  }
}
.product-point__step .product-point__img-img.--step-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .product-point__step .product-point__img-img.--step-img {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */