<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
}
.cp_h1title:after {
position: absolute;
content: '';
bottom: 0;
left: 0;
width: 100%;
height: 6px;/*ラインの太さ*/
background-image: repeating-linear-gradient(-45deg, #FF7043, #FF7043 3px, #fff 3px, #fff 6px);/*ストライプの指定*/
}