@charset "UTF-8";

#links + .contents_btn01 .content_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: fit-content;
}
.contents_btn01 .content_wrapper>a {
    width: fit-content !important;
}
@media only screen and (max-width: 900px) {
    #links + .contents_btn01 .content_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}