.hdc {
  width: auto;
  color: var(--text-color_dark);
  font-size: 16px;
  padding: 0 2.5%;
  line-height: 1.08;
}

.hdc > *::marker {
  padding-left: 8px;
}

.hdc .hc_title_mainmenu {
  font-weight: 700;
  font-size: 2em;
  color: var(--text-color);
  color: rgb(156, 0, 117);
}

.hdc .hc_title {
  font-weight: 700;
  font-size: 1.2em;
  color: var(--text-color);
  color: red;
}

.hdc .hc_title_s {
  font-weight: 700;
  font-size: 1em;
  color: var(--text-color);
  padding: 8px 0;
}

.hdc ol,
.hdc ul,
.hdc li {
  text-indent: 0;
  padding-inline-start: 10px !important;
}

.hdc ol > li {
  list-style: decimal;
  font-weight: 600;
}

.hdc ol > ul {
  list-style: lower-alpha;
  font-weight: 600;
}


.hdc .hc_roman > li {
  list-style: circle;
  font-weight: 400;
}

.hdc .hc_dot > li {
  list-style: disc;
  font-weight: 400;
}

.hdc .hc_none > li {
  list-style: none;
  font-weight: 400;
}

.hdc .hc_sqr > li {
  list-style: square;
  font-weight: 400;
}

.hdc .hc_bar > li {
  list-style: circle;
  font-weight: 400;
}

.hdc .hc_ul_s > li {
  font-weight: 400;
}

.hdc .hc_linetext {
  padding-left: 0 !important;
  list-style: none;
  padding-top: 8px;
}

.hdc .spacer {
  display: block;
  width: 100%;
  height: 16px;
}

.spacer {
  display: block;
  width: 100%;
  height: 16px;
}

.hdc .text-left-padding{
  padding-left: 48px !important;
}

.hdc .hc_dot span {
  font-weight: 600;
}

.hdc .text-bold {
  font-weight: 600 !important;
}

.hdc .text-italic {
  font-style: italic;
}


.hdc .text-nomal {
  font-weight: 400 !important;
}

.hdc a{
  font-weight: 600;
}

.hdc .tg {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.hdc .tg td {
  border-color: var(--theme-color);
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  overflow: hidden;
  padding: 4px 2px;
  word-break: normal;
  text-align: center;
}
.hdc .tg th {
  border-color: var(--theme-color);
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  padding: 6px 4px;
  word-break: normal;
  text-align: center;
  background-color: #deebf0;
}
.hdc .tg .tg-0pky {
  border-color: inherit;
  vertical-align: top;
}
.hdc .tg .tg-0lax {
  vertical-align: top;
}

.hdc .inner_table {
  padding-left: 16px;
  text-align: left;
}

@media screen and (min-width: 991px) {

  .hdc .tg th{
    font-size: 1.0rem;
  }

  .hdc .tg td{
    font-size: 1.0rem;
  }
}