@charset "UTF-8";
/* インプラント------------------------------ */
.implant-top {
  background-image: url(../images/implant.webp);
  background-size: 40%;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #effeff;
  padding: 70px 0 1rem;
}
@media (min-width: 768px) {
  .implant-top {
    background-size: 30%;
    margin-top: 170px;
    padding: 1.5rem 0 1rem;
  }
}
.about {
  margin-bottom: 1.5rem;
}
.implant-margin {
  margin: 5rem 0 0;
}
.implant-sub {
  margin: 2rem 0 1.5rem;
}
.implant-back {
  background-color: #effeff;
  padding: 2rem 0;
}
.subtitle {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.merit {
  background-color: #8c6b1f;
  color: #ffffff;
  padding: 0.8rem;
  text-align: center;
  border-radius: 50px;
}
.demerit {
  background-color: #aeaeae;
  color: #fff;
  padding: 0.8rem;
  text-align: center;
  border-radius: 50px;
}
.implant-grid2 {
  display: grid;
  gap: 1rem;
}
.implant-grid2 img {
  width: 200px;
  height: auto;
}
@media (min-width: 768px) {
  .implant-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .implant-grid2 {
    max-width: 700px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.implant-list,
.implant-reason-list {
  padding: 1rem;
}
.fluorine li,
.implant-list li,
.implant-reason-list li {
  list-style-type: disc;
  margin: 0.5rem 0 0.5rem 1rem;
}
.implant-reason-list {
  max-width: 400px;
  margin: 0 auto;
}
.implant-flow {
  margin: 0 auto 2rem;
}
.implant-title {
  display: inline-block;
  border: #23b8c5 1px solid;
  padding: 1rem 2rem;
  font-size: 2rem;
}

.implant-flow dl {
  border: #23b8c5 1px solid;
  border-radius: 20px;
  padding: 1rem 4%;
  margin: 0 0 1.25rem;
  position: relative;
}
.implant-flow dl:not(:last-child)::after {
  content: '\25BC';
  color: #8c6b1f;
  bottom: -1.75rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.implant-flow dt {
  color: #23b8c5;
  border-bottom: #23b8c5 1px dotted;
  text-align: center;
  font-weight: bold;
  margin: 0 0 0.5rem;
}
.implant-reason {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.4rem;
  text-align: center;
}
.implant-reason::before,
.implant-reason::after {
  content: '';
  width: 3px;
  height: 50px;
  background-color: #23b8c5;
}
.implant-reason::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
.implant-reason::after {
  margin-left: 30px;
  transform: rotate(35deg);
}
@media (min-width: 768px) {
  .implant-reason {
    font-size: 2rem;
  }
  .implant-reason::before,
  .implant-reason::after {
    content: '';
    width: 3px;
    height: 50px;
    background-color: #23b8c5;
  }
  .implant-flow {
    max-width: 500px;
  }
}
.implant-price {
  position: relative;
  border: #23b8c5 solid 1px;
  padding: 1.5rem 1.5rem 2rem;
  margin: 2rem 1rem;
  text-align: center;
}
.implant-price dt {
  position: absolute;
  color: #8c6b1f;
  background-color: #fff;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2px;
  line-height: 1;
}
.implant-price p {
  border-bottom: #8c6b1f dotted 1px;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .implant-price {
    margin: 2rem 1rem;
  }
  .implant-container {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.faq-box {
  border: 1px solid #23b8c5;
  border-radius: 30px;
  padding: 1.75rem 4%;
  margin: 0 auto 1.5rem;
  position: relative;
}
.faq-margin {
  margin: 2rem 0 1.5rem;
}
@media (min-width: 768px) {
  .faq-box {
    max-width: 1000px;
  }
}
.faq-title {
  font-size: 1.5rem;
}
.faq-subtitle {
  padding-bottom: 0.5rem;
  padding-left: 36px;
  margin-bottom: 1rem;
  border-bottom: 1px #23b8c5 dotted;
  font-size: 1.125rem;
}
.faq-subtitle::before {
  content: '';
  position: absolute;
  background-image: url(../images/faq.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  left: 4%;
}
