@charset "UTF-8";

#anchor + div.contents_btn01 a{
   min-width: 180px!important;
    width: 180px!important;
}

@media screen and (max-width:768px){
  #anchor + div.contents_btn01 a{
    width: 80%!important;
   min-width: 80%!important;
  }
}