<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
padding: 10px 10px 0px 10px;
border: 1px solid #0097A7;
}
.cp_h1title::after{
content: "check!";
position: absolute;
padding: 0 10px;
top: -10px;
left: 10px;
color: #0097A7;/*「check!」の文字色*/
background: #fafcfc;/*「check!」をのせる背景*/
font-size: 14px;/*「check!」の文字サイズ*/
}