@charset "UTF-8";

#links + .contents_btn01 .content_wrapper {
    display: grid;
    grid-template-columns: repeat(4, auto);
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1200px) {
    #links + .contents_btn01 .content_wrapper {
        grid-template-columns: repeat(2, auto);
    }
}