/* ----- c-linkList-02 ----- */
.c-linkList-mark li{
  padding-left: 1.5em;
  position: relative;
}
.c-linkList-mark li:before{
  content: "●";
  position: absolute;
  left: 0;
}
.c-linkList-02.c-linkList-mark,
.c-linkList-02.c-linkList-mark li{
  border: none;
}
@media only screen and (max-width: 640px){
  .c-linkList-mark li{
    margin-top: 0.25em;
  }
}