@charset "UTF-8";

@media screen and (min-width: 901px){
#menu_button+.contents_btn01 a {
    width: 16%!important;
    min-width: 150px;
}
}

@media screen and (max-width: 700px){
#menu_button+.contents_btn01 .content_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
}