<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
display: flex;
align-items: center;
padding-left: 1.5em;
}
.cp_h1title:before,
.cp_h1title:after {
position: absolute;
background: #1E88E5;
text-align: center;
}
.cp_h1title:before{
content: ".cp_h1title {
position: relative;
display: flex;
align-items: center;
padding-left: 1.5em;
}
.cp_h1title:before,
.cp_h1title:after {
position: absolute;
background: #1E88E5;
text-align: center;
}
.cp_h1title:before{
content: "\002713";/*チェックマーク*/
color: #fff;
font-size: 0.7em;
left: 0;
width: 1.5em;
height: 1.5em;
clip-path: circle(50% at 50% 50%);/*丸*/
}
.cp_h1title:after {
content: '';
left: 1em;
width: 8px;
height: 10px;
clip-path: polygon(0 0, 0% 100%, 100% 50%);/*三角形*/
}
2713";/*チェックマーク*/
color: #fff;
font-size: 0.7em;
left: 0;
width: 1.5em;
height: 1.5em;
clip-path: circle(50% at 50% 50%);/*丸*/
}
.cp_h1title:after {
content: '';
left: 1em;
width: 8px;
height: 10px;
clip-path: polygon(0 0, 0% 100%, 100% 50%);/*三角形*/
}