@charset "UTF-8";

/*--アンカーメニュー--*/
@media screen and (max-width:500px){
  #anchor + div.contents_btn01 .content_wrapper {
    display: flex;
    flex-direction: column;
  }

  #anchor + div.contents_btn01 .content_wrapper a{
    width: 90%!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
