.list_style03_first { margin: 0 0 20px; } .list_style03_first:last-child { margin: 0; } .list_style03_first > li{ position: relative; padding: 0 0 0 15px; font-weight: bold; line-height: 2.0; margin: 0 0 20px; } .list_style03_first > li:last-child { margin: 0; } .list_style03_first > li:before { content: ''; position: absolute; top: 15px; left: 0; background: var(--main-color); width: 8px; height: 3px; } .list_style03_first > li span.list_style03_parent { display: block; margin:0 0 15px; } .list_style03_first > li span.list_style03_parent:last-child { margin:0; } .list_style03_second> li{ position: relative; padding: 0 0 0 15px; font-weight: normal; line-height: 2.0; } .list_style03_second:last-child { margin: 0; } .list_style03_second > li:before { content: ''; position: absolute; top: 15px; left: 0; background: #707070; width: 6px; height: 6px; border-radius: 50%; }