@charset "UTF-8";

/*----- レイアウト調整(2025/02/17) -----*/
#links + .contents_btn01 .content_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
#links + .contents_btn01 .content_wrapper a {
    width: auto !important;
    min-width: initial;
}
@media only screen and (max-width: 768px) {
    #links + .contents_btn01 .content_wrapper {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 1rem;
    }
}