<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title{
position: relative;
overflow: hidden;
}
.cp_h1title::before,
.cp_h1title::after{
position: absolute;
content: "";
bottom: 0;
width: 100%;
}
.cp_h1title:before{
border-bottom: 4px solid #F4511E;/*文字下のライン*/
}
.cp_h1title:after{
border-bottom: 4px solid #FFAB91;/*文字以外のライン*/
}