<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
border: 1px solid #00BCD4;
padding: 5px 10px 5px 30px;
}
.cp_h1title::after {
position: absolute;
content: '';
top: 0.5em;
left: 0.5em;
width: 6px;
height: calc(100% - 1em);/*100%から上下の空き分を除いたもの*/
background-color: #00BCD4;
border-radius: 4px;
}