.c-list--free {
  list-style: none;
  padding: 0;
}
.c-list--free > .c-list__item {
  font-size: 1.4rem;
  position: relative;
  text-align: left;
  padding-left: calc(2em);
}
.c-list__item > .c-list__mark {
  position: absolute;
  left: 0;
  top: 0;
}

/* リスト入れ子時カラー打消し用 */
.c-list--free > .c-list__item {
  color: #333;
}
