@charset "UTF-8";
/*--------------------------------------------------------------------------------------------------
ページ個別のスタイリング 【クラス名：DentalPlaza-page-●●●】
--------------------------------------------------------------------------------------------------*/
.DentalPlaza-page-flexList__colsize400 {
  position: relative;
  min-height: 247px;
}
.DentalPlaza-page-flexList__colsize400 img {
  position: absolute;
  width: 400px !important;
  max-width: 400px !important;
  right: 0;
}
.DentalPlaza-page-commentNumberList--maru .DentalPlaza-c-list__item {
  text-indent: -1.15em;
  padding-left: 1.15em;
}
.DentalPlaza-page-commentNumberList--maru .DentalPlaza-c-list__item:nth-child(1)::before {
  content: "①";
}
.DentalPlaza-page-commentNumberList--maru .DentalPlaza-c-list__item:nth-child(2)::before {
  content: "②";
}
.DentalPlaza-page-commentNumberList--maru .DentalPlaza-c-list__item:nth-child(3)::before {
  content: "③";
}
.DentalPlaza-page-commentNumberList--maru .DentalPlaza-c-list__item:nth-child(4)::before {
  content: "④";
}
.DentalPlaza-page-commentNumberList--maru .DentalPlaza-c-list__item:nth-child(5)::before {
  content: "⑤";
}
.DentalPlaza-page-commentNumberList--maru .DentalPlaza-c-list__item:nth-child(6)::before {
  content: "⑥";
}

.DentalPlaza-c-tableChart {
  min-width: 740px;
}

.DentalPlaza-page-flexCustomList {
  grid-gap: 45px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.DentalPlaza-page-flexCustomList__colSize246 {
  width: 246px;
}