<ul class="cp_point" title="point!">
<li>テキスト</li>
<li>テキスト</li>
</ul>
.cp_point {
position: relative;
margin: 40px 0 30px;
padding: 45px 20px 15px 40px;
background: #fcecec;
border: 1px solid #da3c3c;
border-radius: 4px;
}
.cp_point:before,.cp_point:after {
position: absolute;
display: block;
}
ul.cp_point:before {
content: attr(title);
top: -2px;
left: 0.5em;
width: auto;
height: auto;
padding: .3em 1em;
background: #da3c3c;
text-align: center;
font-weight: bold;
font-size: 90%;
color: #fff;
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
border-bottom: 2px dotted #fcecec;
}
.cp_point li {
position: relative;
list-style-type: none;
}
.cp_point li::before {
position: absolute;
top: .25em;
left: -1.3em;
font-family: FontAwesome;
content: "\f00c ";
color: #da3c3c;
}