@charset "UTF-8";

/*--- リンクボタンレイアウト調整(2025/05/10) ---*/
#links + .contents_btn01 .content_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
    #links + .contents_btn01 .content_wrapper a {
        min-width: initial;
    }
}