<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
padding: 0 0 0 35px;
}
.cp_h1title::before,
.cp_h1title::after {
position: absolute;
content: '';
width: 20px;
height: 20px;
border: 2px solid #FBC02D;
}
.cp_h1title::before {
top:5px;
left:0;
}
.cp_h1title::after {
top: 15px;
left: 10px;
}