@charset "utf-8";
/* CSS Document */

article section.s-mv {
  background: url("../images/blue/mv_yahoo.jpg") center top no-repeat;
}
.s-about .about_arrow {
  position: relative;
  padding-top: 30px;
  text-align: center;
  font-size: 23px;
}
.s-about .about_arrow::before {
  content: "";
  position: absolute;
  background: url("../images/blue/icon_arrow.png") center / contain no-repeat;
  width: 80px;
  height: 40px;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}
@media screen and (max-width: 979px) {
  .s-about .about_arrow {
    font-size: 4vw;
  }
}


.s-about .container03 .tabacc.-pc-accordion>.contents>.title {
  height: 135px;
  padding: 0;
  background: #29a3c2;
  margin: 0;
  border-radius: 0;
  pointer-events: none;
}
.s-about .container03 .point-ttl {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 11px 20px 15px 240px;
}
.s-about .container03 .point__index {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 229px;
  height: 96px;
  line-height: 1.2;
  background: url(../images/blue/effect08.png) center top no-repeat;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translate(0, calc(-50% + 5px));
  padding: 0 0 10px;
}
.s-about .container03 .point__index p.ja {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}
.s-about .container03 .point-ttl__text {
  font-size: 28px;
  line-height: 1.56;
  padding-top: 6px;
  width: 100%;
}
.s-about .tabacc.-pc-accordion > .contents > .title::after {
  background: none;
}
.s-about .container03 .point__item__content {
  border: 5px solid #29a3c2;
  border-top: none;
  padding: 44px 45px 45px 53px;
}
.s-about .container03 .point__item__content p {
  font-size: 20px;
}
@media screen and (max-width: 979px) {
  .s-about .container03 .tabacc.-pc-accordion>.contents>.title {
    height: 21vw;
  }
  .s-about .container03 .point-ttl {
    width: 100%;
    padding: 0 0 0 34vw;
  }
  .s-about .container03 .point__index {
    width: 33vw;
    height: 14vw;
    background-size: 100% auto;
    background-position: center center;
    left: -1vw;
    transform: translate(0, calc(-50% + 1vw));
    padding: 0 0 3vw;
  }
  .s-about .container03 .point__index p.ja {
    font-size: 3.5vw;
  }
  .s-about .container03 .point-ttl__text {
    font-size: 4vw;
  }
  .s-about .container03 .point__item__content {
    border-width: 0.75vw;
    padding: 3vw 3.5vw 4vw;
  }
  .s-about .container03 .point__item__content p {
    font-size: 3.5vw;
  }
}

.s-effect .content_promise .headline {
  background: #29a3c2;
  padding: 14px 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
}
.s-effect .content_promise .promise_inner {
  background: #ffffff;
  padding: 30px;
  margin-top: 0;
  border: 5px solid #29a3c2;
  border-top: none;
}
.s-effect .content_promise .promise_inner .title {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #29a3c2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #29a3c2;
}
.s-effect .content_promise .promise_inner .title img {
  margin-right: 20px;
}
.s-effect .content_promise .promise_inner .text {
  font-size: 20px;
  margin-bottom: 20px;
}
.s-effect .content_promise .promise_inner .b-what__note {
  background: #f6f6f6;
  padding: 2% 3%;
}
.s-effect .content_promise .promise_inner .b-what__note .elm__treatment__ttl {
  color: #c23634;
  font-size: 24px;
}
.s-effect .caution {
  margin: 30px auto;
}
.s-effect .caution .elm__coution {
  padding: 30px 20px;
  color: #000000;
  background: #ffffff;
  border: 5px solid #555555;
}
.s-effect .caution .elm__coution__ttl {
  display: flex;
  justify-content: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
}
.s-effect .caution .elm__coution__ttl span {
    display: inline-flex;
    padding: 0 106px;
    position: relative;
}
.s-effect .caution .elm__coution__ttl span:after,
.s-effect .caution .elm__coution__ttl span:before  {
  background: url(https://www.s-b-c.net/assets/laser/liftup/evoplus/images/icon_error.png) no-repeat top center / cover;
  content: "";
  height: 75px;
  position: absolute;
  width: 85px;
  top: 50%;
  transform: translateY(-50%);
}
.s-effect .caution .elm__coution__ttl span:before {
  left: 0;
}
.s-effect .caution .elm__coution__ttl span:after {
  right: 0;
}
.s-effect .caution .elm__coution .bg_bk {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  background-color: #555555;
  color: #fff;
  padding: 20px;
  margin-bottom: 15px;
}
.s-effect .caution .elm__coution p span {
  color: #c23634;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .s-effect .content_promise .headline {
    font-size: 4.5vw;
  }
  .s-effect .content_promise .promise_inner {
    border-width: 0.75vw;
    padding: 3vw 3.5vw 4vw;
  }
  .s-effect .content_promise .promise_inner .title {
    font-size: 4vw;
  }
  .s-effect .content_promise .promise_inner .title img {
    margin-right: 3vw;
    width: 8vw;
  }
  .s-effect .content_promise .promise_inner .text {
    font-size: 3.6vw;
  }
  .s-effect .content_promise .promise_inner .b-what__note .elm__treatment__ttl {
    font-size: 4vw;
  }
  .s-effect .caution .elm__coution {
    padding: 4vw 3vw;
  }
  .s-effect .caution .elm__coution__ttl {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
  .s-effect .caution .elm__coution__ttl span {
    padding: 0 10.81633vw;
    font-size: 18px;
  }
  .s-effect .caution .elm__coution__ttl span:after,
  .s-effect .caution .elm__coution__ttl span:before  {
    height: 7.65306vw;
    width: 8.67347vw;
  }
  .s-effect .caution .elm__coution__ttl span:before {
    left: 0;
  }
  .s-effect .caution .elm__coution__ttl span:after {
    right: 0;
  }
  .s-effect .caution .elm__coution .bg_bk {
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 2vw;
  }
}
article section.s-price {
  position: relative;
}
article section.s-price::before {
  content: "";
  width: 100%;
  height: 14px;
  display: block;
  background: url(../images/blue/wave01.png) center top repeat-x;
  position: absolute;
  left: 0;
  top: 0;
}
article section.s-price::after {
  content: "";
  width: 100%;
  height: 14px;
  display: block;
  position: absolute;
  background: url(../images/blue/wave02.png) center top repeat-x;
  bottom: 0;
  transform: scale(1, -1);
}

