.denture-jihi .compare-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

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

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

.denture-jihi .compare-unit dl {
  width: calc((100% / 2) - (16px * 1 / 2));
  padding: 14px;
  border: 2px dotted #927C6F;
}

@media screen and (max-width: 767px) {
  .denture-jihi .compare-unit dl {
    width: calc((100% / 2) - (10px * 1 / 2));
  }
}

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

.denture-jihi .compare-unit dl dt {
  color: #776358;
  font-weight: bold;
}

.denture-jihi .panel .panel-unit__dtl {
  width: 100%;
}

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

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

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