@charset "UTF-8";

/*----- リンクボタンレイアウト調整(2025/01/31) -----*/
@media only screen and (max-width: 700px) {
    #about-course + .contents_btn01 .content_wrapper {
        display: flex;
        flex-direction: column;
        width: fit-content;
    }
}
