<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position:relative;
padding: 0 0 0 30px;
}
.cp_h1title:before,
.cp_h1title:after {
position: absolute;
content: '';
background: #00BCD4;
width: 25px;
height: 15px;
}
.cp_h1title:before{/*上の四角のサイズと位置*/
top: 10px;
left: 4px;
transform: rotate(35deg);/*上の四角の傾斜*/
}
.cp_h1title:after{/*下の四角のサイズと位置*/
width: 23px;
height: 5px;
top: 30px;
left: 0;
}