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

.wrap01 .box02 .flex_wrap .point {
    width: 33%;
    margin: 0 auto;
}

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

.wrap01 .box04 .flex_wrap .point {
    width: 33%;
    margin: 0 auto;
}

.comment_wrap {
    width: calc(93%/2);
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    gap: 0 20px;
}

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

.comment_wrap .comment {
    opacity: 0;
    width: 75%;
}


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


    .comment_wrap {
        width: 100%;
    }

    .comment_wrap .illust {
        width: 13%;
    }

    .comment_wrap .comment {
        width: 85%;
    }

}