@charset "utf-8";

#MTLE_qa500 {
  width: min(100%, 750px);
  background: #FFF;
}
#MTLE_qa500 img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto;
}
#MTLE_qa500 h1,
#MTLE_qa500 h2 {
  margin: 0;
  padding: 0;
}
#MTLE_qa500 .cv-area {
  background: #111922;
}
#MTLE_qa500 .cv-area .cv {
  margin: 0 0 4%;
}
#MTLE_qa500 .cv-area .cv img {
  width: 91%;
}
#MTLE_qa500 .cv-area .note {
  position: relative;
}
#MTLE_qa500 .cv-area .note a {
  display: block;
  position: absolute;
  left: 37%;
  bottom: 49%;
  text-indent: -9999px;
  width: 60px;
  height: 22px;
}
#MTLE_qa500 .cv-area .note a:last-child {
  left: 35%;
  bottom: 45%;
}
#MTLE_qa500.MTLE_c2 .cv-area .note a {
  bottom: 50%;
}
#MTLE_qa500.MTLE_c2 .cv-area .note a:last-child {
  bottom: 45%;
}
#MTLE_qa500 .guarantee {
  background: url(../img/CTA_backgroud.jpg);
  background-size: 100% 100%;
  color: #FFF;
  padding: 3% 0 0;
}
#MTLE_qa500 .guarantee .title {
  position: relative;
  color: #1a1d2c;
  background: #FFF;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding: 1.5%;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
}
#MTLE_qa500 .guarantee .title:after {
  content: '';
  position: absolute;
  top: 43%;
  right: 5%;
  width: 16px;
  height: 16px;
  border-right: 3px solid #1a1d2c;
  border-bottom: 3px solid #1a1d2c;
  transform: rotate(-135deg);
}
#MTLE_qa500 .guarantee .title.open:after {
  top: 25%;
  transform: rotate(45deg);
}

#MTLE_qa500 .guarantee .guarantee-text ul {
  margin: 0 0 3%;
}
#MTLE_qa500 .point {
  background: url(../img/bg_point.jpg) no-repeat center / cover;
}
#MTLE_qa500 .point-slider {
  padding: 0 30px;
  margin: 0 0 50px;
}
#MTLE_qa500 .point-slider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 34px 6px rgba(183, 183, 183, 0.004);
}
#MTLE_qa500 .point .slick-arrow {
  width: 64px;
  height: 64px;
  z-index: 1;
}
#MTLE_qa500 .slick-arrow:before {
  display: none;
}
#MTLE_qa500 .point .slick-prev {
  left: 0;
  background: url(../img/prev.png) no-repeat center / 100%;
}
#MTLE_qa500 .point .slick-next {
  right: 0;
  background: url(../img/next.png) no-repeat center / 100%;
}
#MTLE_qa500 .point .trial {
  position: relative;
  margin: 0 auto;
  width: 84%;
}
#MTLE_qa500 .point .trial a {
  position: absolute;
  right: 5%;
  bottom: 2%;
  display: block;
  width: 71%;
}
#MTLE_qa500 .point .trial a:hover {
  opacity: .8;
}
#MTLE_qa500 .point .note {
  position: relative;
}
#MTLE_qa500 .point .note a {
  display: block;
  position: absolute;
  left: 39%;
  bottom: 28%;
  text-indent: -9999px;
  width: 60px;
  height: 22px;
}
#MTLE_qa500 .point .note a:last-child {
  left: 37%;
  bottom: 20%;
}
#MTLE_qa500 .review {
  padding: 0 0 70px;
  background: url(../img/bg_review.jpg) no-repeat center / cover;
}
#MTLE_qa500 .review .slider-area {
  position: relative;
  padding: 0 5.4%;
}
#MTLE_qa500 .review .review-slider {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 3%;
  margin: auto;
  padding: 0 10%;
}
#MTLE_qa500 .slick-list li img {
  width: 100%;
}
#MTLE_qa500 .review .slick-arrow {
  width: 90px;
  height: 107px;
  z-index: 1;
}
#MTLE_qa500 .review .slick-prev {
  left: 0;
  background: url(../img/prev02.png) no-repeat center / 100%;
}
#MTLE_qa500 .review .slick-next {
  right: 0;
  background: url(../img/next02.png) no-repeat center / 100%;
}
#MTLE_qa500 .age .age-slider {
  display: flex;
  flex-direction: column;
  margin: 0;
  background: url(../img/bg_age.jpg);
  background-size: 100% 100%;
}
#MTLE_qa500 .age .age-slider img {
  width: 86.2%;
}

#MTLE_qa500 .age .age-slider .slick-list {
  order: 2;
  margin-bottom: 8%;
}
#MTLE_qa500 .age .slick-arrow {
  width: 101px;
  height: 101px;
  z-index: 1;
}
#MTLE_qa500 .age .slick-prev {
  left: 0;
  background: url(../img/prev03.png) no-repeat center / 100%;
}
#MTLE_qa500 .age .slick-next {
  right: 0;
  background: url(../img/next03.png) no-repeat center / 100%;
}
#MTLE_qa500 .age .slick-dots {
  position: static;
  padding: 0 6.7%;
  order: 1;
}
#MTLE_qa500 .age .slick-dots li {
  height: auto;
  margin: 0 24px 0 0;
  padding-top: 8%;
  width: calc((100% - 50px) / 3);
}
#MTLE_qa500 .age .slick-dots li:nth-child(1) {
  display: none;
}
#MTLE_qa500 .age .slick-dots li:nth-child(2) {
  background: url(../img/tab_age50.png) no-repeat center / 100%;
}
#MTLE_qa500 .age .slick-dots li:nth-child(3) {
  background: url(../img/tab_age40.png) no-repeat center / 100%;
}
#MTLE_qa500 .age .slick-dots li:nth-child(4) {
  margin: 0;
  background: url(../img/tab_age30.png) no-repeat center / 100%;
}

@media all and (min-width: 751px) {
  #MTLE_qa500 {
    margin: 0 auto 50px;
  }
}
@media all and (max-width: 750px) {
  #MTLE_qa500 .cv-area .note a,
  #MTLE_qa500 .point .note a {
    width: calc(60vw / 750* 100);
    height: calc(22vw / 750* 100);
  }
  #MTLE_qa500 .point .slick-arrow {
    width: 32px;
    height: 32px;
  }
  #MTLE_qa500 .point-slider {
    margin: 0 0 7vw;
  }
  #MTLE_qa500 .review .slick-arrow {
    width: 45px;
    height: 54px;
  }
  #MTLE_qa500 .age .slick-arrow {
    width: 52px;
    height: 52px;
  }
  #MTLE_qa500 .guarantee .title {
    width: 100%;
    font-size: 4vw;
  }
  #MTLE_qa500 .guarantee .title:after {
    width: 3vw;
    height: 3vw;
  }
  #MTLE_qa500 .guarantee .guarantee-text {
    font-size: 2vw;
  }
}