.stepTitle {
    display: flex;
    align-items: center;
}
.stepTitle > div {
    position: relative;
    width: 60px;
    height: 60px;
    padding: 0.5vh 1vh;
    margin: 1vh;
    text-align: center;
    color: #FFF;
    font-size: 0.8em;
    border-radius: 50%;
    background-color: #FDB94B;
}
.stepTitle > div > i {
    font-size: 2em;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stepTitle > h3 {
    font-size: 1.2em;
}
.stepTitle > h4 {
    margin-left: 10px;
    color: #AAA;
}

.stepBlock {
    padding: 1.5vh 3vh;
    border-left:1px solid #AAA;
    margin-left: 33px;
}
@media screen and (max-width: 767px) {
    .stepBlock {
        padding: 1.5vh 0 1.5vh 3vh;
    }
}
.stepBlock * {
    line-height: 1.75;
}


.numList {
    list-style-type: decimal;
    margin: 0px 20px;
}
.numList > li {
    margin: 10px 0px;
}
.numList > li:first-of-type {
    color:red;
    font-weight: bold;
    word-break: break-all;
}


.qalist {
}
.qalist > dt {
    margin: 10px 0px;
}
.qalist > dt:nth-of-type(2) {
    margin-top: 20px;
}
.qalist > dd {
    margin: 10px 0px;
    margin-left: 1.75em;
}


.trophy-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.trophy-content li {
    width: 25%;
    padding: 15px 10px;
    border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 1400px) {
    .trophy-content li {
        width: calc(100% / 3.001);
    }
}
@media screen and (max-width: 991px) {
    .trophy-content li {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .trophy-content li {
        width: 100%;
    }
}