• テキストが入ります。
  • テキストが入ります。
  • テキストが入ります。
  • テキストが入ります。

HTML

  
  • テキストが入ります。
  • テキストが入ります。
  • テキストが入ります。
  • テキストが入ります。

CSS

.list_style06 li {
  position: relative;
  padding: 0 0 0 15px;
  font-weight: bold;
  line-height: 2.0;
}

.list_style06 li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  background: var(--main-color);
  width: 10px;
  height: 10px;
  border-radius:50%;
}
一覧に戻る