@charset "UTF-8";

/*--アンカーリンク調整--*/
#anchor + div.contents_btn01  .content_wrapper>a{
  min-width:280px;
}

@media screen and (max-width:400px){
  #anchor + div.contents_btn01  .content_wrapper>a{
    min-width:initial;
    width: 93%;
  }

  #anchor + div.contents_btn01  .content_wrapper>a span{
    font-size: 1.3rem;
  }
}