@charset "UTF-8";

@media screen and (min-width:960px){
#link_button + .contents_btn01 .content_wrapper{
    max-width: 1000px !important;
}
#link_button + .contents_btn01 .content_wrapper>a{
    width: 30% !important;
    max-width: 250px;
}
#link_button + .contents_btn01 .content_wrapper>a:first-child{
    margin-bottom: 30px !important;
}
}