<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title{
position: relative;
}
.cp_h1title::before {
position: absolute;
content: '';
bottom: 0;
width: 100%;
height: 5px;/*ラインの太さ*/
background: linear-gradient(135deg, #1E88E5 0%,#039BE5 25%,#00ACC1 50%,#00897B 75%,#43A047 100%);/*グラデーションの設定*/
}