.mv {
  padding-top: 60px;
  margin-bottom: 60px;
}

.rip-worry-ttl {
  font-size: 36px;
  font-weight: 100;
  color: #d4245b;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rip-worry-wrapper {
  background: #ebe4e4;
  padding-top: 60px;
  padding-bottom: 6px;
}

.rip-worry-content {
  text-align: center;
  margin-bottom: 50px;
}

.solution-ttl {
  color: #fff;
  font-size: 27px;
  line-height: 1.6;
  padding: 8px 0;
  background: #d6848e;
  text-align: center;
}

.solution-ttl::after {
  content: url(../img/rip/triangle1.png);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.solution-content1 {
  background: #fdeeeb;
}

.solution-content2 {
  background: #ffe0e0;
}

.solution-content3 {
  background: #ffd1d1;
}

.solution-content1 {
  padding: 60px 0 30px;
}

.solution-content2,
.solution-content3 {
  padding: 60px 0 40px;
}

.solution-content-wrapper {
  width: 94%;
  margin: 0 auto;
}

.solution-content-ttl {
  font-size: 22px;
  padding: 8px 0;
}

.clinic-wrapper {
  width: 94%;
  margin: 0 auto;
}

.clinic-work {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.clinic-img {
  text-align: center;
}

.clinic-ttl-underline {
  height: 1px;
  background: #000;
}

.clinic-ttl {
  font-size: 22px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.clinic-desc {
  padding-top: 12px;
}

.customer-comment {
  background: #efefef;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}

.customer-comment-ttl {
  text-align: center;
  color: #d0ae88;
  font-size: 36px;
}

.customer-comment-ttl-underline {
  border-bottom: 1px solid #d0ae88;
}

.customer-comment-ttl-sub {
  text-align: center;
  color: #d0ae88;
  margin-bottom: 40px;
}

.customer-comment-img {
  width: 94%;
  margin: 0 auto 30px;
}

.customer-comment-caution {
  text-align: center;
}

.photo {
  margin-bottom: 90px;
}

.photo-ttl {
  text-align: center;
  font-size: 36px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.photo-ttl-underline {
  border-bottom: #d6848e 1px solid;
}

.photo img {
  margin: 0 auto;
}

.price {
  padding: 40px 10px 40px;
  background: linear-gradient(90deg, #f8f6f6 0%, #f8f6f6 50%, #f0eded 50%, #f0eded 100%);
}

.price-ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 30px;
}

.price-img {
  text-align: center;
  margin-bottom: 30px;
}

.price-rip-ttl {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

/* 560px以上に適用されるCSS（PC用） */
@media screen and (min-width: 560px) {
  .rip-worry-ttl {
    font-size: 42px;
  }

  .solution-content-wrapper {
    width: 470px;
  }

  .solution-ttl {
    font-size: 32px;
    padding: 12px 0;
  }

  .solution-content-ttl {
    font-size: 28px;
  }

  .solution-content-desc {
    font-size: 18px;
  }

  .clinic-wrapper {
    width: 500px;
  }

  .clinic-ttl {
    font-size: 28px;
  }

  .clinic-desc {
    font-size: 18px;
  }

  .customer-comment-ttl {
    font-size: 42px;
  }

  .customer-comment-img {
    text-align: center;
  }

  .photo-ttl {
    font-size: 42px;
  }

  .price-ttl {
    font-size: 42px;
  }

  .price-rip-ttl {
    font-size: 36px;
  }
}

/* 750px以上に適用されるCSS（PC用） */
@media screen and (min-width: 750px) {}
