<ul class="cp_point" title="チェックポイント!">
<li>テキスト</li>
<li>テキスト</li>
</ul>
.cp_point {
position: relative;
margin: 40px 0 30px;
padding: 25px 20px 15px 40px;
border: 3px double #da3c41;
background-color: #fffafa;
border-radius: 10px;
}
.cp_point::before {
position: absolute;
top: -1.25em;
left: 1.5em;
content: attr(title);
padding: .3em .5em 0 2em;
font-size: 90%;
font-weight: bold;
color: #da3c41;
height: 27px;
background-color: #fcfcfc;
border-radius: 20px;
border: 2px solid #da3c41;
}
.cp_point::after {
position: absolute;
top: -1em;
left: .5em;
font-family: FontAwesome;
content: "\f164 ";
padding: .3em 0 0 0;
font-size: 18px;
color: #fff;
line-height: 25px;
text-align: center;
width: 35px;
height: 30px;
background-color: #da3c41;
border-radius: 20px 0 0 20px;
}
.cp_point li {
position: relative;
list-style-type: none;
}
.cp_point li::before {
position: absolute;
top: .25em;
left: -1.5em;
font-family: FontAwesome;
content: "\f138 ";
color: #bbb;
}