.manual_table {
    text-align: center;
}

.manual_table dl dt {
    margin: 0 0 30px 0;
    position: relative;
    padding: 140px 0 0 0;
}

.manual_table dl dt::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #fff url(../img/sub/file-lines-solid.png) no-repeat center center;
    border: 8px solid #aa274c;
    box-sizing: border-box;
    border-radius: 100px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.manual_table dl dd a {
    display: inline-block;
    background: #aa274c;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
}

.manual_table dl dt p {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin: 0 0 5px 0;
}