@charset "utf-8";

/* aboutIceNeedling
---------------------------------------------- */
.aboutIceNeedling {
  margin-top: 80px;
}

.aboutIceNeedlingWrap {
  margin-top: 40px;
}

.aboutIceNeedlingWrap .txt {
  width: 60%;
}

.aboutIceNeedlingWrap .img {
  width: 35%;
}

.mainDes {
  font-size: 18px;
  line-height: 2.2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.aboutIceNeedling .listStyle {
  margin-top: 6px;
  margin-bottom: 6px;
}
.aboutIceNeedling .listStyle li {
  padding-left: 1.5em;
}
.aboutIceNeedling .list li {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .aboutIceNeedling {
    margin-top: 50px;
  }
  .aboutIceNeedlingWrap {
    margin-top: 9px;
  }
  .aboutIceNeedlingWrap .flex {
    flex-direction: column;
  }
  .aboutIceNeedlingWrap .txt,
  .aboutIceNeedlingWrap .img {
    width: 100%;
  }
  .mainDes {
    font-size: 12px;
    line-height: 2;
  }
  .aboutIceNeedling .list li {
    font-size: 12px;
    line-height: 2;
    height: auto;
  }
  .aboutIceNeedling .list li::before {
    top: 3px;
  }
  .aboutIceNeedlingWrap .img {
    margin-top: 30px;
  }
}
/* troubleCheck
---------------------------------------------- */
.troubleCheck {
  margin-top: 80px;
}
.troubleListWrap {
  margin-top: 35px;
  padding: 50px 0 50px 100px;
  position: relative;
  background: -webkit-gradient(
    radial,
    49.67% 49.74%,
    0,
    49.67% 49.74%,
    459.5,
    color-stop(0, rgba(253, 249, 250, 1)),
    color-stop(0.6227, rgba(252, 246, 248, 1)),
    color-stop(0.9968, rgba(250, 238, 240, 1)),
    color-stop(1, rgba(250, 238, 240, 1))
  );
  border-radius: 50px 0px;
  z-index: 20;
}

.troubleCheck .img {
  width: 30%;
  margin-top: 60px;
}

.troubleCheck .troubleList {
  width: 66%;
  margin-top: 0;
}

.troubleCheck .troubleList li {
  position: relative;
  height: 36px;
  font-size: 20px;
  letter-spacing: 0.1em;
  background: none;
  border-radius: 0;
  padding-top: 7px;
  padding-right: 0;
  padding-bottom: 7px;
  padding-left: 100px;
  box-sizing: border-box;
  border-bottom: 1px dotted #d8d8d8;
}
@media screen and (max-width: 768px) {
  .troubleCheck {
    margin-top: 50px;
  }
  .troubleListWrap {
    margin-top: 20px;
    padding: 22px 20px 20px;
    border-radius: 25px 0px;
    flex-direction: column;
  }

  .troubleCheck .img {
    width: 60%;
    margin: 16px auto 0;
    order: 2;
    text-align: center;
  }

  .troubleCheck .troubleList {
    width: 100%;
    margin-top: 0;
    order: 1;
  }

  .troubleCheck .troubleList li {
    height: auto;
    font-size: 12px;
    padding-left: 40px;
  }
  .troubleCheck .troubleList li + li {
    margin-top: 0;
  }
}
/* mechanism
---------------------------------------------- */
.mechanism {
  margin-top: 80px;
}
.mechanism .img {
  margin-top: 20px;
}
.mechanism .pointListWrap {
  margin-top: 60px;
}
.mechanism .pointList {
  width: 100%;
}
.mechanism .secTtl2 {
  font-size: 24px;
}

.mechanism .pointList p {
  padding-left: 100px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .mechanism {
    margin-top: 50px;
  }
  .mechanism .img {
    margin-top: 20px;
  }
  .mechanism .pointListWrap {
    margin-top: 20px;
  }
  .mechanism .pointList {
    width: 100%;
  }
  .mechanism .secTtl2 {
    font-size: 12px;
  }

  .mechanism .pointList p {
    padding-left: 70px;
  }
}

/* efficacy
---------------------------------------------- */
.efficacyListBox {
  margin: 0 40px;
}

.efficacyList {
  justify-content: space-between;
}

.efficacyListBox .efficacyList li {
  position: relative;
  width: 32%;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  height: auto;
}

.efficacyListBox .efficacyList li::before {
  content: "✦";
  position: absolute;
  top: 0;
  left: 18px;
  font-size: 24px;
  color: #fff;
}

.efficacyListBox p {
  font-size: 18px;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .efficacyListBox {
    margin: 0 20px;
  }

  .efficacyListBox .efficacyList li {
    width: 49%;
    margin-right: 0;
    font-size: 10px;
    padding: 10px 0;
  }

  .efficacyListBox .efficacyList li::before {
    display: none;
  }
  .efficacyListBox p {
    margin-top: 6px;
    font-size: 10px;
    line-height: 2;
  }
}
/* kayokoComment
---------------------------------------------- */
.kayokoCommentImg {
  position: relative;
  bottom: -100px;
  clear: both;
  float: right;
  width: 30.8%;
  max-width: 250px;
  height: 312px;
  background: url(../../img/ice-needling/pc/img_kayokoCommentImg.png) right
    bottom / contain no-repeat;
}

.kayokoCommentTxt {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .kayokoCommentTxt {
    padding: 12vw 7.8vw 7.8vw;
  }
  .kayokoCommentImg {
    position: static;
    width: 35vw;
    height: auto;
    aspect-ratio: 250 / 312;
    bottom: auto;
    max-width: 200px;
    margin-right: -7.8vw;
    margin-left: 4vw;
  }
}

/* priceArea
---------------------------------------------- */
.priceArea {
  margin-top: 100px;
}
.priceArea p {
  margin-top: 24px;
}

.priceArea .pricceSec > .flex {
  justify-content: space-between;
  align-items: flex-start;
}
.priceArea .flex .basicBox {
  width: 55%;
}
.priceArea .flex .img {
  width: 40%;
  margin-top: 20px;
}

.pricceSec .priceBox {
  border-top: 1px solid #d8d8d8;
  margin-top: 20px;
}
.pricceSec .priceList .priceList2 dl dt {
  width: 180px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .priceArea {
    margin-top: 50px;
  }
  .priceArea .pricceSec > .flex {
    flex-direction: column-reverse;
  }
  .priceArea .flex .basicBox {
    width: 100%;
    margin-top: 20px;
  }
  .priceArea .flex .img {
    width: 75%;
    margin: 10px auto -20px;
    text-align: center;
  }

  .basicSec .head .img {
    position: static;
    width: 150px;
    margin: 0 0 10px auto;
  }
  .pricceSec .priceSubTtl {
    height: auto;
    font-size: 12px;
    margin-top: 24px;
  }
  .priceArea p {
    margin-top: 12px;
  }
  .priceBox {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .pricceSec .priceList .priceList2 dl dt {
    width: 110px;
    margin-right: 0px;
  }
}
