<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: 12px;
height: 12px;
background-color: #da3c3c;/*四角を作って*/
transform: rotate(45deg);/*45度回転*/
}