<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
background-color: #00897B;
color: #ffffff;
}
.cp_h1title::after {
position: absolute;
content: '';
top: 0;
right: 0;
width: 0;
border-width: 0 16px 16px 0;/*ドッグイヤーのサイズ*/
border-style: solid;
border-color: #fafcfc #fafcfc #B2DFDB #B2DFDB;/*背景色(#fafcfc)*/
}