@charset "UTF-8";

#menu_btn + .contents_btn01 a {
    box-sizing: border-box;
    width: 30%!important;
    min-width: auto;
    margin-bottom: 16px!important;
}
@media screen and (max-width: 700px) {
#menu_btn + .contents_btn01 a {
    max-width: 840px;
    width: calc(50% - 8px)!important;
    min-width: auto;
    margin-right: 4px!important;
    margin-left: 4px!important;
    margin-bottom: 8px!important;
}
}

@media screen and (max-width: 480px) {
#menu_btn + .contents_btn01 a {
    padding: 0;
}
#menu_btn + .contents_btn01 a:before {
    display: none;
}
#menu_btn + .contents_btn01 a span {
    font-size: 1.2rem;
    padding: 10px 0;
}
}