<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
background: #FFCA28;
color: #fff;
padding: 0 0 0 2em;/*左の三角形分を開ける*/
}
.cp_h1title:before {
position: absolute;
content: '';
left: 0px;
top: 0px;
border: none;
border-left: 2em solid #fafcfc;/*三角形を設定*/
border-bottom: 2em solid transparent;
}