.adj-valign-top {
  vertical-align: top !important
}

.adj-indent {
  margin-left: 1em !important
}

.adj-evenLabel {
  display: inline-block;
  width: 7em;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-character;
}

.m-listCompact.m-list {
  margin-top: 10px
}

.m-listLabel {
  margin-top: 10px
}

.m-listLabel__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.m-listLabel__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.m-listLabel__text {
  padding-left: 1em
}

.m-table__cell--bg3 {
  background-color: var(--COLOR_BASE_GRAY);
}

@media (min-width:768px) {
  .m-layout[data-column-pc="1-2"]>.m-layout__inner,
  .m-layout[data-column-pc="1-2"]>.m-layout__inner:is(.m-layout--extendBp > .m-layout__inner) {
    grid-template-columns: 1fr 2fr
  }

  .m-listLabel__item {
    align-items: baseline;
    column-gap: 4px;
    display: grid;
    font-size: 1rem;
    grid-template-columns: auto 1fr
  }

  .m-listLabel__text {
    padding-left: 0
  }

  .m-table--noPadding .m-table__cell {
    padding: 8px;
  }
}
