.o-purchase__main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.o-rank__wrap {
    width: 73%;
    margin: 0;
    text-align: left;
}

.o-faq__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.o-rank .o-faq__list li:not(:nth-child(3n)) {
    margin-right: 10px;
}

.o-rank .o-faq__list li {
    position: relative;
    flex: 0 0 calc(33.33% - 7px);
}

.o-rank .o-faq__list li:nth-child(n+4) {
    margin-top: 30px;
}

img.o-rank-category-img {
    position: absolute;
    left: 20px;
    top: 18px;
}

.o-purchase__sec--ttl.o-rank__sec--ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.o-purchase__sec--ttl.o-rank__sec--ttl figure {
    margin-right: 10px;
}

.o-purchase__txt01 em {
    font-weight: 600;
    font-size: 1.7rem;
}

.o-rank .o-purchase__btn01 {
    padding: 15px;
}

.o-rank .o-purchase__colorred {
    padding: 0;
}

.o-rank .o-purchase__colorred.gamenote {
    margin-top: 10px;
}

.o-rank__list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 20px 0 0 0;
}

.o-rank__list li figure {
    margin: auto;
    width: 22px;
}

#rank03 .o-rank__list li:first-child figure {
    width: 50px;
}

#rank03 .o-rank__list li figure img {
    width: 100%;
}

.o-rank__list li figcaption {
    width: 90%;
}

.o-static__aside {
    width: 27%;
}

.o-static__list {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    margin-left: 30px;
    padding: 0 15px 15px;
    box-sizing: border-box;
    background: #fff;
}

.o-static__list li {
    width: 100%;
    border-bottom: 2px solid #dfdfdf;
    padding: 20px 0 5px;
    position: relative;
}

.o-static__list li a {
    display: block;
}

.o-static__list li a:hover {
    opacity: 0.7;
}

.o-static__list li::after {
    content: url(../images/faq/faq_raw.webp);
    position: absolute;
    right: 10px;
    top: 38px;
    transform: translate(0, -50%);
}

.o-static__list--content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.o-static__list--text {
    font-size: 1.5rem;
    color: #525f64;
    font-weight: 600;
    margin-left: 10px;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .o-purchase__main {
        flex-wrap: wrap;
    }

    .o-rank__wrap {
        width: 100%;
    }

    .o-rank__wrap .o-faq__list li a {
        padding: 27px 5px 5px 5px;
        height: auto;
        width: 100%;
        line-height: 2;
    }

    .o-rank__wrap .o-faq__list li:first-child a {
        padding-top: 0;
        line-height: 3.6;
    }

    a.o-rank-category-link {
        padding: 27px 5px 5px 5px;
        line-height: 2;
    }

    img.o-rank-category-img {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 4px;
    }

    .o-purchase__sec--ttl.o-rank__sec--ttl img {
        width: 30px;
    }

    .o-rank .o-purchase__btn01 {
        padding: 10px;
        font-size: 1.5rem;
        text-align: left;
    }

    .o-rank__list li {
        padding: 20px 10px;
        flex-wrap: wrap;
    }

    .o-rank__list li figure {
        margin: 0 auto 10px;
        width: 100%;
    }

    .o-rank__list li figcaption {
        width: 100%;
    }

    .o-static__aside {
        width: 100%;
    }

    .o-static__list {
        margin-left: 0;
    }

    #rank03 .o-rank__list li figure img {
        width: auto;
    }

    #rank03 .o-rank__list li:first-child figure {
        width: 70px;
    }

    #rank03 .o-rank__list li:first-child figure img {
        width: 100%;
    }
}
