.mv {
  padding-top: 60px;
  margin-bottom: 60px;
}

.worry-ttl {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 42px;
  color: #f67d99;
}

.case {
  display: block;
  margin: 0 auto 60px;
}

.solution {
  background: url(../img/eyeline-remove/imp_bg001.png);
  margin-bottom: 60px;
  padding-bottom: 10px;
}

.solution-ttl-box {
  text-align: center;
}

.solution-ttl-box-sub {
  position: relative;
  display: inline-block;
  width: 320px;
  background: #fff;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 10px;
}

.solution-ttl-box-sub span {
  color: #f1345f;
}

.solution-ttl-box-sub::before,
.solution-ttl-box-sub::after,
.solution-ttl-box-sub-decoration::before,
.solution-ttl-box-sub-decoration::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
}

/* カッコ左上 */
.solution-ttl-box-sub::before {
  border-left: solid 1px #000000;
  border-top: solid 1px #000000;
  top: 0;
  left: 0;
}

/* カッコ右上 */
.solution-ttl-box-sub-decoration::before {
  border-right: solid 1px #000000;
  border-top: solid 1px #000000;
  top: 0;
  right: 0;
}

/* カッコ左下 */
.solution-ttl-box-sub-decoration::after {
  border-left: solid 1px #000000;
  border-bottom: solid 1px #000000;
  bottom: 0;
  left: 0;
}

/* カッコ右下 */
.solution-ttl-box-sub::after {
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  bottom: 0;
  right: 0;
}

.underline1 {
  background: linear-gradient(transparent 60%, #eec1dc 30%);
}

.solution-content {
  position: relative;
  width: 320px;
  background: #fff;
  padding: 0 10px;
  margin: 0 auto 80px;
}

.solution-content::before {
  position: absolute;
  top: -40px;
  left: 0;
  display: inline-block;
  transform: scale(0.6);
}

.solution-content1::before {
  content: url(../img/eyeline-remove/01.png);
}

.solution-content2::before {
  content: url(../img/eyeline-remove/02.png);
}

.solution-content3::before {
  content: url(../img/eyeline-remove/03.png);
}

.solution-content4::before {
  content: url(../img/eyeline-remove/04.png);
}

.solution-content-ttl {
  padding-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
}

.solution-content-img {
  margin-bottom: 20px;
}

.solution-content-desc {
  padding-bottom: 20px;
}

.point-headline {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

.underline2 {
  background: #f67d99;
}

.point-img {
  width: 160px;
}

.point-ttl {
  text-align: center;
  color: #fff;
  font-weight: 100;
  margin-left: 10px;
}

.point-table-img {
  display: block;
  margin: 0 auto;
}

.safe {
  background: #faeeed;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.safe-content {
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 20%);
  background: #fff;
  padding: 20px;
}

.safe-content-ttl {
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: 100;
}

.safe-content-ttl::before,
.safe-content-ttl::after {
  content: '';
  position: absolute;
  width: 17%;
  height: 1px;
  border-top: solid 1px #000000;
  top: 50%;
  transform: translateY(-50%);
}

.safe-content-ttl::before {
  left: 0;
}

.safe-content-ttl::after {
  right: 0;
}

.safe-content-desc {
  margin-top: 10px;
}

.photo-ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.photo img {
  margin: 0 auto;
}

.photo-slider {
  margin-bottom: 100px;
}

.reason {
  margin-bottom: 80px;
}

.reason-ttl-img {
  margin-bottom: 20px;
}

.reason-content {
  width: 94%;
  margin: 0 auto 60px;
}

.reason-content-img {
  margin-bottom: 10px;
}

.rip-remove {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
  margin-bottom: 80px;
  background: #f6d1dc;
}

.rip-remove-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
}

.rip-remove-content {
  text-align: center;
  margin-bottom: 60px;
}

.price {
  padding: 20px 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: 10px;
}

.price-img {
  text-align: center;
}

.question {
  background: #faeeed;
  padding-bottom: 60px;
}

.faq-content-ul {
  margin-top: 40px;
}

.faq-content-question {
  position: relative;
  font-weight: 600;
  cursor: pointer;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.faq-content-question-arrow {
  position: absolute;
  right: 10px;
  width: 18px;
  vertical-align: unset;
  transform: rotate(270deg);
}

.arrow-direction {
  transform: rotate(0deg);
}

.faq-content-li {
  width: 94%;
  margin: 0 auto;
  background: #fff;
  line-height: 1.6;
}

.answer {
  display: none;
  padding: 10px 20px;
}

/* 560px以上に適用されるCSS（PC用） */
@media screen and (min-width: 560px) {
  .solution-ttl-box-sub {
    width: 454px;
    margin-bottom: 80px;
    font-size: 32px;
  }

  .solution-content {
    width: 454px;
  }

  .solution-content-wrapper {
    width: 434px;
    margin: 0 auto;
  }

  .solution-content::before {
    transform: scale(0.8);
  }

  .solution-content-ttl {
    font-size: 32px;
  }

  .solution-content-desc {
    font-size: 18px;
  }

  .point-img {
    width: 200px;
  }

  .point-ttl {
    font-size: 22px;
  }

  .underline2 {
    padding: 0 4px;
  }

  .safe-content-ttl {
    font-size: 32px;
  }

  .safe-content-ttl::before,
  .safe-content-ttl::after {
    width: 25%;
  }

  .reason-content-desc {
    font-size: 20px;
  }

  .rip-remove {
    padding-top: 120px;
  }

  .rip-remove-content {
    margin-bottom: 100px;
  }
}

/* 750px以上に適用されるCSS（PC用） */
@media screen and (min-width: 750px) {
  .solution-ttl-box-sub {
    width: 562px;
  }

  .solution-content {
    width: 562px;
  }

  .solution-content-wrapper {
    width: 470px;
  }

  .solution-content-desc {
    font-size: 20px;
  }

  .point-img {
    width: 220px;
  }

  .point-ttl {
    font-size: 32px;
  }

  .safe-content-ttl::before,
  .safe-content-ttl::after {
    width: 32%;
  }

  .reason-ttl-img {
    margin-bottom: 40px;
  }

  .reason-content {
    width: 600px;
  }

  .rip-remove {
    margin-top: 140px;
    padding-top: 160px;
  }
}
