<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
padding: .3em;
}
.cp_h1title::before {
position: absolute;
content: '';
bottom: 0;
left: 0;
border-top: 1px dotted #E91E63;/*上の線*/
border-bottom: 2px solid #E91E63;/*下の線*/
width: 100%;
height: 6px;/*空けたい隙間+上の線+下の線*/
}