.wrap01 .box01 .flex_wrap .point {
    width: 40%;
}

.wrap01 .box02 .flex_wrap .point {
    width: 34%;

}

.wrap01 .box03 .flex_wrap .point {
    width: 40%;
}



.wrap01 li.comment_wrap {
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrap01 li.comment_wrap .illust {
    opacity: 0;
    width: 13%;
}

.wrap01 li.comment_wrap .comment {
    opacity: 0;
    width: 85%;
}


/* SPのみ */
@media screen and (max-width:730px) {

    .wrap01 li.comment_wrap {
        width: 90%;
        margin-top: 0;
    }

    .wrap01 li.comment_wrap .illust {
        width: 13%;
    }

    .wrap01 li.comment_wrap .comment {
        width: 85%;
    }

}