
@charset "UTF-8";

/*------アンカーリンク修正------*/

#anchor1 + div .content_wrapper a {
  background: #fff !important;
  color: var(--i_btn_color)!important;
}

#anchor1 + div .content_wrapper a:before{
  border-top: 1px solid var(--i_btn_color);
  border-right: 1px solid var(--i_btn_color);
}

#anchor1 + div .content_wrapper a:hover{
  background:var(--i_btn_color)!important;
  color:#fff !important;
}

#anchor1 + div .content_wrapper a:hover:before{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#anchor2 + div .content_wrapper a {
  background: #fff !important;
  color: var(--i_btn_color)!important;
}

#anchor2 + div .content_wrapper a:before{
  border-top: 1px solid var(--i_btn_color);
  border-right: 1px solid var(--i_btn_color);
}

#anchor2 + div .content_wrapper a:hover{
  background:var(--i_btn_color)!important;
  color:#fff !important;
}

#anchor2 + div .content_wrapper a:hover:before{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}


@media screen and (max-width:534px){
  #anchor1 + div .content_wrapper a,
  #anchor2 + div .content_wrapper a{
    margin-bottom:20px;
  }

  #anchor1 +  div {
    padding-bottom: 0;
  }

  #anchor2 +  div {
    padding-top: 0;
    padding-bottom: 0;
  }
}