@charset "UTF-8";

@media (max-width: 705px) {
    #btn1 + div.contents_btn01 .content_wrapper>a {
        width: 100% !important;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    #btn1 + div.contents_btn01 .content_wrapper>a:last-child {
        margin-bottom: 0;
    }
    #btn2 + div.contents_btn01 .content_wrapper>a {
        width: 100% !important;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    #btn2 + div.contents_btn01 .content_wrapper>a:last-child {
        margin-bottom: 0;
    }
}