@charset "UTF-8";

#six-button + div.contents_btn01 .content_wrapper {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

#six-button + div.contents_btn01 .content_wrapper a {
    width: 100% !important;
    margin: 0 !important;
}

@media (max-width: 767px) {
    #six-button + div.contents_btn01 .content_wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1049px) {
    .contents_btn01 a span {
        font-size: 14px !important;
    }
   .contents_btn01 a span {
        padding: 11px 2px 9px;
}
}

@media screen and (max-width: 821px) {
    .contents_btn01 a span {
        font-size: 13px !important;
    }
   .contents_btn01 a span {
        padding: 11px 2px 9px;
}
}

@media screen and (max-width: 385px) {
    .contents_btn01 a span {
        font-size: 10px !important;
    }
   .contents_btn01 a span {
        padding: 11px 2px 9px;
}
}