.ap {
    margin-top: 2rem;
    width: 90%;
}
.ap ul{
    list-style-type: none;
    text-align: center;
}
.ap > ul:first-child > li:last-child{
    display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.ap > ul:first-child > li:last-child > ul > li{
    border-bottom: 1px solid #000;
}
.ap > ul:first-child > li:last-child > ul{
    text-align: left;
    line-height: 3rem;
}
.ap > ul:first-child > li:last-child > ul:first-child{
    width: 30%;
    font-weight: 800;
}
.ap > ul:first-child > li:last-child > ul:last-child{
    width: 70%;
}
.ap > ul > li:first-child{
    background-color: #000;
    color: #fff;
    line-height: 2rem;
}

.ap > ul:last-child {
    margin-top: 4rem;
    text-align: left;
}

.ap_s {
    font-weight: 800;
}
.ap_cc>img {
    height: 10rem;
}

.ap_cards img{
    height: 2rem;
}