<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
padding: 0 0 0 20px;
display: flex;
align-items: center;
}
.cp_h1title::after {
position: absolute;
content: '';
left: 0;
width: 18px;
height: 18px;
background-color: #da3c3c;
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}