@charset "UTF-8";

/*フォントサイズ変更_250626*/
body{
    font-size: 17px;
}

/*アンカーリンク調整_250626*/
@media screen and (max-width: 1200px) {
    [id^="btn_link"] + .contents_btn01 .content_wrapper{
        width: 850px;
        max-width: 100% !important;
    }
}