/* implant
---------------------------------------------------------- */

/* ----- key ----- */

.implant .c-key {
  background-image: url(../img/implant/img_key.jpg);
  background-position: center top;
}

.p-implant_price {
  padding: 30px;
  background-color: #f1f4f5;
  margin-bottom: 30px;
}

.p-implant_price dt {
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-implant_price dd span {
  font-weight: bold;
}


.p-implant_facility {
  display: flex;
  justify-content: space-between;
}

.p-implant_facility li {
  width: 30%;
}

.p-implant_facility li p {
  width: 90%;
  margin: auto;
}

.p-implant_facility_ttl {
  font-weight: bold;
  text-align: center;
  margin: 10px 0 6px;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-implant_price_cont li {
  background-color: #fff;
  padding: 10px 20px;
}

.p-implant_price_cont li a {
  color: inherit;
}

.p-implant_price_cont li tr td {
    text-align: right;
  }

.slick-slide {
  margin: 30px 10px 10px;
}

.p-implant_price_cont table {
  width: 100%;
  margin: 20px 0;
}

.p-implant_price_cont table .name {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.p-implant_price_cont table tr:nth-child(3) {
  border-bottom: solid 1px;
}

.p-implant_price_cont .area_badge {
  display: inline-block;
  color: #16195c !important;
  background-color: #e1edf2;
  padding: 0 10px;
  line-height: 18px;
  margin-right: 10px;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
}

.p-implant_price_cont .strong {
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
  font-size: 1.15em;
  color: #16195c;
}

.arw {
  position: relative;
}

.arw::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #abd2e4;
  position: absolute;
  left: calc((100vw - 980px) / -2);
  z-index: -1;
}

.arw .l-txtindent {
  padding-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 10px;
}

.prev {
  font-size: 40px;
  position: absolute;
  margin: auto;
  left: -70px;
  top: 50%;
  transform: translateY(-50%) scale(0.5, 1);
  color: #fff
}

.next {
  font-size: 40px;
  position: absolute;
  margin: auto;
  right: -70px;
  top: 50%;
  transform: translateY(-50%) scale(0.5, 1);
  color: #fff;
}

.implant .sec01 .c-ttl_main {
  text-align: center;
  margin-bottom: 60px;
}

.l-txtindent a {
  display: inline;
}

.implant .voice {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.voice li {
  width: 32%;
  border: solid 1px #7e7e7e;
  padding: 20px;
  border-radius: 15px;
  position: relative;
}

.voice li::after {
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  border-left: 12px solid transparent;
  content: '';
  position: absolute;
  right: 50px;
  bottom: -11px;
}

.voice li::before {
  border-right: 12px solid transparent;
  border-top: 12px solid #353694;
  border-left: 12px solid transparent;
  content: '';
  position: absolute;
  right: 50px;
  bottom: -12px;
}

[class^="voice_ttl"] {
  font-weight: bold;
  border-bottom: dashed 1px #d4d4d4;
  color: #719eb2;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.voice_ttl_pink {
  color: #d97676
}

.voice li img {
  margin: auto;
  margin-top: 10px;
}

.voice li a {
  text-align: center;
}

.page .l-main {
  overflow-x: hidden;
}

.l-implant_point h3 + p{
  font-weight: bold;
  margin-bottom: 5px;
}
.l-implant_point ul {
  margin-bottom: 10px;
  text-indent: -.5em;
  margin-left: .5em;
}

.p-implant_price_detail a {
  display: inline;
}
.p-implant_price_detail ul {
  margin: 1em 0;
}

.p-implant_price_detail_ttl {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  margin: 30px 0 .5em;
}
.p-implant_price_detail p {
  margin-bottom: 1em;
}

.p-implant_price_detail_txt {
  color: #cca42f;
}

.p-implant_price_detail img {
  margin-bottom: 30px;
}

/* =================================
 SP implant
================================= */

@media screen and (max-width: 767px) {
  /* ----- key ----- */

  .implant .c-key {
    background-position: 68% center;
  }

  .p-implant_price {
    padding: 30px;
    margin-bottom: 30px;
  }

  .p-implant_price dt {
    font-weight: bold;
    margin-bottom: .5em;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-implant_price dd span {
    font-weight: bold;
  }


  .p-implant_facility {
    display: block;
  }

  .p-implant_facility li {
    width: 100%;
  }


  .p-implant_facility_ttl {
  }

  .p-implant_price_cont li {
    padding: 10px 10px;
  }

  .slick-slide {
    margin: 20px 0px 10px;
  }

  .p-implant_price_cont table {
    width: 100%;
    margin: 20px 0;
  }

  .p-implant_price_cont table .name {
    font-size: 16px;
    font-size: 1.6rem;
  }


  .p-implant_price_cont .area_badge {
    background-color: #e1edf2;
    padding: 0 10px;
    line-height: 18px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .l-main{
    overflow: hidden;
  }
  .arw::before {
    width: 200vw;
    left: -10%;
  }

  .arw .l-txtindent {
    padding-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 10px;
  }

  .prev {
    font-size: 30px;
    position: absolute;
    margin: auto;
    left: -33px;
    top: 50%;
    transform: translateY(-50%) scale(0.5, 1);
    color: #fff
  }

  .next {
    font-size: 30px;
    position: absolute;
    margin: auto;
    right: -33px;
    top: 50%;
    transform: translateY(-50%) scale(0.5, 1);
    color: #fff;
  }

  .implant .sec01 .c-ttl_main {
    margin-bottom: 30px;
  }


  .implant .voice {
    display: block;
  }

  .voice li {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }

  .page .l-main {
    padding-bottom: 20px;
  }
}


/* =================================
 iphone5s,SE implant
================================= */

@media screen and (max-width: 320px) {}