@charset "utf-8";
#strength .bold{
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
#strength img{
    width: 60%;
    margin: 20px auto;
}
#strength dl {
    counter-reset: no;
}
#strength dl dt {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
    background-color: #f4f4f4;
}

#strength dl dd:not(:last-of-type) {
    margin-bottom: 35px;
}

#strength dl dt::before {
    display: inline-block;
    text-align: center;
    counter-increment: no;
    content: counter(no, decimal-leading-zero);
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #fff;
    background-color: #e13438;
    padding: 0 8px;
    margin-right: 10px;
}



@media only screen and (max-width: 768px) {
#strength .bold{
    text-align: left;
    font-size: 16px;
}
#strength .bold br{
    display: none;
}

#strength img{
    width: 100%;
    margin: 20px auto;
}

    #strength dl dt {
        font-size: 16px;
    }

}
