/* top */
.fv {
  background-image: url(../../dentalcare/image/pc/top_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 70vh;
  width: 100%;
  position: relative;
}

.fv::after {
  content: "";
  background-image: url(../../concept/image/pc/fv-bottom.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 1rem;
  width: 100%;
  position: absolute;
  bottom: -1rem;
  left: 0;

}

@media (max-width: 767px) {
  .fv {
    background-image: url(../../dentalcare/image/pc/top_img-sp.png);
    height: 90vh;
    width: 100%;
    background-position: 20% 80%;
  }
}

/* entalcare*/
.entalcare {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .entalcare {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .entalcare-container {
    padding: 0 20px;
  }
}

.entalcare-top-text {
  text-align: center;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .entalcare-top-text {
    font-size: .9rem;
  }
}

.entalcare-items {
  max-width: 950px;
  margin: 5rem auto 0;
  position: relative;
  margin-top: 9rem;
  border-bottom: 1px solid #000;
}

@media (max-width: 767px) {
  .entalcare-items {
    margin-top: 3rem;
    border-bottom: 0;
  }
}

.entalcare-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
}

@media (max-width: 767px) {
  .entalcare-item {
    display: block;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .entalcare-item {
    margin-bottom: 5rem;
  }
}

.entalcare-title {
  margin-bottom: 1.3rem;
}

.entalcare-img img {
  box-shadow: -30px -30px 1px 0px #DDC8BB;
  position: relative;
}

.entalcare-img::after {
  content: "";
  background-image: url(../../education/image/pc/nami.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 30%;
  width: 30%;
  position: absolute;
  top: 55%;
  left: 23%;
}

@media (max-width: 767px) {
  .entalcare-img::after {
    height: 15%;
    width: 50%;
    top: 32%;
    left: 47%;
  }
}

@media (max-width: 767px) {
  .entalcare-img img {
    width: 95%;
    box-shadow: 20px 20px 1px 0px #DDC8BB;
  }
}

.entalcare-content {
  position: relative;
}

@media (max-width: 767px) {
  .entalcare-content {
    margin-top: 6rem;
  }
}

.entalcare-content::before {
  content: "";
  background-image: url(../../dentalcare/image/pc/ha.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 30%;
  width: 30%;
  position: absolute;
  top: -30%;
  right: 25%;
}

@media (max-width: 767px) {
  .entalcare-content::before {
    top: -10%;
    right: 15%;
    height: 25%;
    width: 25%;
  }
}

.entalcare-content h2 {
  margin-top: -2rem;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .entalcare-content h2 {
    margin-top: -2rem;
    font-size: 1.25rem;
  }
}

.entalcare-text {
  line-height: 1.7;
  font-size: 1.1rem;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .entalcare-text {
    line-height: 1.7;
    font-size: .9rem;
  }
}

/* クエスチョン */
.question {
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .question {
    margin-top: 4rem;
  }
}

.question-container {
  position: relative;
}

.question-container::before {
  content: "";
  background-image: url(../../dentalcare/image/pc/hukidasi.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 10%;
  width: 20%;
  position: absolute;
  top: -6%;
  left: 24%;
}

@media (max-width: 767px) {
  .question-container {
    padding: 0 20px;
  }
}

.question-top-text h1 span {
  background: linear-gradient(transparent 50%, #FFF6B2 50%);
}

@media (max-width: 767px) {
  .question-top-text h1 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.question-container::after {
  content: "";
  background-image: url(../../dentalcare/image/pc/moya-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 15%;
  width: 25%;
  position: absolute;
  top: -8%;
  right: 18%;
}

@media (max-width: 767px) {
  .question-container::after {
    height: 15%;
    width: 25%;
    top: 0;
    right: 10%;
  }
}

.question-top-text {
  text-align: center;
  font-size: 1.7rem;
}

.question-items {
  max-width: 950px;
  margin: 5rem auto 0;
}

@media (max-width: 767px) {
  .question-items {
    margin: 3rem auto 0;
  }
}

.question-item {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .question-item {
    display: block;
    justify-content: space-evenly;
    width: 80%;
    margin: 0 auto;
  }
}

.question-content {
  margin: auto 0;

}

.question-content ul {
  list-style: none;
  column-count: 2;
}

.question-content li {
  margin-right: 2rem;
  position: relative;
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .question-content li {
    margin-right: 0;
    font-size: .9rem;
  }
}

.question-content li:not(:last-child) {
  margin-bottom: 2rem;
}

.question-content li::before {
  content: "";
  background-image: url(../../dentalcare/image/pc/cb.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: -15%;
}

.question-content-img {
  box-shadow: 30px 30px 1px 0px #DDC8BB;
}

@media (max-width: 767px) {
  .question-content-img {
    margin-top: 1rem;
    margin-left: -1rem;
  }
}

.question-text {
  text-align: center;
  margin-top: 4rem;
  line-height: 1.7;
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .question-text {
    font-size: 1rem;
  }
}

.question-under-img {
  width: 5%;
  margin: 5rem auto 0;
}

@media (max-width: 767px) {
  .question-under-img {
    width: 15%;
    margin: 3rem auto 0;
  }
}

/* care */
.care {
  margin-top: 5rem;

}
@media (max-width: 767px) {
  .care {
    margin-top: 2.5rem;
  }
}

.care-container {
  position: relative;
}

@media (max-width: 767px) {
  .care-container {
    padding: 0 20px;
  }
}

.care-top-text h1 span {
  background: linear-gradient(transparent 50%, #FFF6B2 50%);
}

@media (max-width: 767px) {
  .care-top-text h1 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.care-container::before {
  content: "";
  background-image: url(../../dentalcare/image/pc/ha-only.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 80px;
  width: 80px;
  position: absolute;
  top: -5%;
  left: 22%;
}

@media (max-width: 767px) {
  .care-container::before {
    display: none;
  }
}

.care-container::after {
  content: "";
  background-image: url(../../dentalcare/image/pc/ha-only.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 80px;
  width: 80px;
  position: absolute;
  top: -5%;
  right: 22%;
}

@media (max-width: 767px) {
  .care-container::after {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 5%;
    right: 10%;
  }
}

.care-top-text {
  text-align: center;
  font-size: 1.7rem;
}

.care-items {
  max-width: 1050px;
  margin: 5rem auto 0;
}

.care-item {
  display: flex;
  justify-content: space-between;
  border: 1px solid #000;
  padding: 6rem 3rem;
}

@media (max-width: 767px) {
  .care-item {
    display: block;
    padding: 2rem 1rem;
  }
}

.care-content-img {
  position: relative;
}

.care-content-img::after {
  content: "";
  background-image: url(../../dentalcare/image/pc/kirakira-top.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
  position: absolute;
  top: -10%;
  right: 10%;
}

.care-content-img::before {
  content: "";
  background-image: url(../../dentalcare/image/pc/kirakira-under.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 70%;
  width: 70%;
  position: absolute;
  bottom: -30%;
  left: -20%;
}

@media (max-width: 767px) {
  .care-content-img::before {
    /* height: 50%;
    width: 50%;
    bottom: 0;
    left: -10%; */
    display: none;
  }
}

.care-text {
  text-align: center;
  margin-top: 4rem;
  line-height: 1.7;
  font-size: 1.1rem;
}

.care-under-img {
  width: 5%;
  margin: 3rem auto 0;
}

.care-content-top {
  line-height: 2.3;
}

@media (max-width: 767px) {
  .care-content-top {
    margin-top: 1rem;
    line-height: 2;
  }
}

.care-content-bottom {
  line-height: 1.5;
  margin-top: 1.8rem;
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .care-content-bottom {
    margin-top: 2rem;
    margin-left: 0;
  }
}


/* price */
.price {
  margin-top: 13rem;
}

@media (max-width: 767px) {
  .price {
    margin-top: 4rem;
  }
}

.price-container {
  max-width: 900px;
  margin: 5rem auto 0;
}

@media (max-width: 767px) {
  .price-container {
    padding: 0 20px;
  }
}

.price-top-text {
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .price-top-text {
    font-size: 1.3rem;
    margin-top: 4rem;
  }
}

.price-top-title {
  font-size: 1.4rem;
  background: #FAF4E4;
  font-weight: bold;
}

@media (max-width: 767px) {
  .price-top-title {
    font-size: .8rem;
  }
}

.price-top-title th {
  font-weight: bold;
}

table {
  width: 100%;
  border: 1px solid #000;
}

tr {
  border: 1px solid #000;
}

th {
  border: 1px solid #000;
  width: 30%;
  padding: 20px 0;
  font-size: 1.2rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  th {
    font-size: .8rem;
    vertical-align: middle;
    line-height: 1.5;
    padding: 10px 0;
  }
}

.price-btn {
  text-align: center;
}

@media (max-width: 767px) {
  .price-btn {
    margin-top: -2rem;
  }
}

.price-sub-text {
   margin-top: 1rem;
}