<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
display: flex;
align-items: center;
color: #fff;
background: #ffb74d;
border-radius: 0 1em 1em 0;
margin-left: 1em;
padding: 0 0 0 1em;
}
.cp_h1title:before {
position: absolute;
content: '.cp_h1title {
position: relative;
display: flex;
align-items: center;
color: #fff;
background: #ffb74d;
border-radius: 0 1em 1em 0;
margin-left: 1em;
padding: 0 0 0 1em;
}
.cp_h1title:before {
position: absolute;
content: '\002713';/*チェックマーク*/
left: -1em;
width: 1.5em;/*丸の横幅*/
height: 1.5em;/*丸の縦幅*/
text-align: center;
color: #fff;
background: #fb8c00;/*丸の色*/
border: solid 3px #fafcfc;/*丸の縁*/
border-radius: 50%;
}
2713';/*チェックマーク*/
left: -1em;
width: 1.5em;/*丸の横幅*/
height: 1.5em;/*丸の縦幅*/
text-align: center;
color: #fff;
background: #fb8c00;/*丸の色*/
border: solid 3px #fafcfc;/*丸の縁*/
border-radius: 50%;
}