<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
padding: 0 34px 0 34px;
background: #EC407A;
border-radius: 1em;
color:#fff;
}
.cp_h1title:before,
.cp_h1title:after {
position: absolute;
content: '●';
color: #fff;
font-size: 0.5em;
top: calc(50% - 0.5em);
}
.cp_h1title:before {
left:10px;
}
.cp_h1title:after {
right:10px;
}