.catch {
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: left; /* 水平中心 */
    margin: 10px 0px;
	
}
.catch:after {
    border-top: 1px solid;
    content: "";
    width: calc(100% - 90px) /* 線の長さ */
}
.catch:after {
    margin-left: 5px; /* 文字の左隣 */
}
.subtitle {
    width: 100px;
    text-align: center;
}
