<ul class="cp_point" title="check!">
<li>テキスト</li>
<li>テキスト</li>
</ul>
.cp_point {
position: relative;
margin: 40px 0 30px;
padding: 25px 20px 15px 40px;
border: 1px dotted #1b2538;
background-color: #f8fdff;
border-radius: 8px;
}
.cp_point::before {
position: absolute;
top: -1em;
left: 1em;
content: attr(title);
padding: .4em 1em 0 2.5em;
font-size: 90%;
font-weight: bold;
font-style: italic;
color: #fff;
height: 27px;
background-color: #1b2538;
border-radius: 4px;
}
.cp_point::after {
position: absolute;
top: -1em;
left: 1.3em;
font-family: FontAwesome;
content: "\f046";
padding: .5em .5em 0 0;
font-size: 18px;
color: #fff;
line-height: 25px;
text-align: center;
}
.cp_point li {
position: relative;
list-style-type: none;
}
.cp_point li::before {
position: absolute;
top: .25em;
left: -1em;
font-family: FontAwesome;
content: "\f0da ";
color: #333;
}