<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title{
border-bottom: solid 4px #4DD0E1;/*ベースのライン*/
position: relative;
}
.cp_h1title:after {
position: absolute;
content: '';
bottom:-4px;/*ラインの太さを変えたらこちらも同様に「-」をつけて変更*/
left:0;
border-bottom: solid 4px #006064;/*色を変えたいライン*/
width: 15%;/*色を変えたいラインの長さ*/
}