<h1 class="cp_h1title">見出しテキスト</h1>
.cp_h1title {
position: relative;
display: flex;
justify-content: center;/*左右中央配置*/
border-bottom: 1px solid #063b40;
}
.cp_h1title::after {
position: absolute;
content: '';
bottom: -8px;
background: #063b40;
clip-path: polygon(100% 0, 0 0, 50% 100%);
width: 10px;
height: 8px;
}