<ul class="cp_point">
<li>テキスト</li>
<li>テキスト</li>
</ul>
.cp_point {
position: relative;
margin: 40px 0 30px;
padding: 55px 20px 15px 40px;
border: 1px solid #83aaea;
background-color: #f8fdff;
}
.cp_point::before {
position: absolute;
top: .7em;
left: 0em;
content: "point!";
padding: 0em 2em 0em .5em;
font-size: 90%;
font-weight: bold;
line-height: 2;
color: #fff;
width: 60px;
height: 28px;
background-color: #83aaea;
border-top: dashed 1px #FFF;
border-bottom: dashed 1px #FFF;
box-shadow: 0px 0px 0px 3px #83aaea;
}
.cp_point::after {
position: absolute;
content: '';
z-index: 1;
top: .49em;
left: 5.7em;
width: 0px;
height: 0px;
border-width: 17px 8px 17px 0px;
border-color: transparent #f8fdff transparent transparent;
border-style: solid;
}
.cp_point li {
position: relative;
list-style-type: none;
}
.cp_point li::before {
position: absolute;
top: .25em;
left: -1.3em;
font-family: FontAwesome;
content: "\f111 ";
color: #83aaea;
}