.denture .denture-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .denture .denture-unit {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .denture .denture-unit {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .denture .denture-unit {
    gap: 18px;
  }
}

@media screen and (max-width: 767px) {
  .denture .denture-unit {
    gap: 12px;
  }
}

@media screen and (max-width: 519px) {
  .denture .denture-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.denture .denture-unit__vsl {
  width: 388px;
}

@media screen and (max-width: 959px) {
  .denture .denture-unit__vsl {
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .denture .denture-unit__vsl {
    width: 230px;
  }
}

@media screen and (max-width: 519px) {
  .denture .denture-unit__vsl {
    margin-inline: auto;
  }
}

.denture .denture-unit__dtl {
  width: calc(100% - 420px);
}

@media screen and (max-width: 959px) {
  .denture .denture-unit__dtl {
    width: calc(100% - 338px);
  }
}

@media screen and (max-width: 767px) {
  .denture .denture-unit__dtl {
    width: calc(100% - 242px);
  }
}

@media screen and (max-width: 519px) {
  .denture .denture-unit__dtl {
    width: 100%;
  }
}

.denture .denture-why .check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

@media screen and (max-width: 519px) {
  .denture .denture-why .check-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.denture .denture-why .check-list__item {
  width: calc((100% / 3) - (12px * 2 / 3));
  margin-bottom: 0;
}

@media screen and (max-width: 519px) {
  .denture .denture-why .check-list__item {
    width: calc((100% / 1) - (0px * 0 / 1));
  }
}

.denture .approach-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 959px) {
  .denture .approach-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .denture .approach-unit {
    gap: 20px;
  }
}

.denture .approach-unit .approach-col {
  width: calc((100% / 3) - (24px * 2 / 3));
  border: 1px solid #cccccc;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .denture .approach-unit .approach-col {
    width: calc((100% / 3) - (16px * 2 / 3));
  }
}

@media screen and (max-width: 767px) {
  .denture .approach-unit .approach-col {
    width: calc((100% / 2) - (16px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  .denture .approach-unit .approach-col {
    width: calc((100% / 1) - (0px * 0 / 1));
  }
}

.denture .approach-unit .approach-col .approach-vsl {
  margin-bottom: 8px;
}

.denture .approach-unit .approach-col .approach-dtl {
  padding: 0 2px 18px 2px;
}

@media screen and (max-width: 1023px) {
  .denture .approach-unit .approach-col .approach-dtl {
    padding: 0 2px 14px 2px;
  }
}

@media screen and (max-width: 959px) {
  .denture .approach-unit .approach-col .approach-dtl {
    padding: 0 12px 12px 12px;
  }
}

@media screen and (max-width: 519px) {
  .denture .approach-unit .approach-col .approach-dtl {
    padding: 0 10px 10px 10px;
  }
}

.denture .approach-unit .approach-col .approach-dtl .approach-ttl {
  font-size: 1.7rem;
  color: #776358;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 1023px) {
  .denture .approach-unit .approach-col .approach-dtl .approach-ttl {
    font-size: 1.6rem;
    letter-spacing: -0.75px;
  }
}

@media screen and (max-width: 519px) {
  .denture .approach-unit .approach-col .approach-dtl .approach-ttl {
    font-size: 1.5rem;
  }
}

.denture .tbl table thead th:nth-of-type(1), .denture .tbl table thead th:nth-of-type(2) {
  color: #776358;
  background: #FCF7F1;
  border: #776358 1px solid;
}

.denture .tbl table tbody tr td:nth-of-type(2) {
  background: rgba(165, 132, 114, 0.05);
  border: 2px solid #A58472;
  border-top: none;
}

.denture .tbl-txt {
  padding: 12px;
  margin-bottom: 24px;
  border: 1px dotted #776358;
}

.denture .tbl-txt span {
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .denture .tbl-txt span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .denture .tbl-txt span {
    font-size: 1.6rem;
  }
}

.denture .treatment-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .denture .treatment-unit {
    gap: 20px 12px;
  }
}

@media screen and (max-width: 519px) {
  .denture .treatment-unit {
    gap: 24px;
  }
}

.denture .treatment-unit__col {
  width: calc((100% / 3) - (18px * 2 / 3));
}

@media screen and (max-width: 767px) {
  .denture .treatment-unit__col {
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  .denture .treatment-unit__col {
    width: calc((100% / 1) - (0px * 0 / 1));
  }
}

.denture .treatment-unit__col .treatment-vsl {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .denture .treatment-unit__col .treatment-vsl {
    margin-bottom: 8px;
  }
}

/*# sourceMappingURL=../../maps/pages/denture.css.map */
