<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position:relative;
border: 1px solid #F48FB1;
padding: 0 0 0 10px;
}
.cp_h1title:before {
position: absolute;
content: '';
top: 5px;
left: -5px;
width: 10px;
height: calc(100% - 10px);
background: #EC407A;
border-radius: 4px;
}