@charset "UTF-8";

/*--- ボタンデザイン修正
-------------------------------------------------------------------------*/
.contents_btn01 a {
  padding-right: 25px;
  color: #111;
  background: #fff;
}
.contents_btn01 a:hover {
  color: #fff;
  background: #111;
}
.contents_btn01 a:before,
.contents_btn01 a:after {
  display: none;
}

/*--- アンカーリンクボタン
-------------------------------------------------------------------------*/
a[id*="about_anchor_btns"] + .contents_btn01 a {
  color: #3F3F3F;
  background: #F0F1F0;
  border: none;
}
a[id*="about_anchor_btns"] + .contents_btn01 a:hover {
  color: #3F3F3F;
  background: #D7D7D7;
}
a[id*="about_anchor_btns"] + .contents_btn01 a:after {
  display: inline-block;
  width: 5px;
  height: 5px;
  top: 50%;
  right: 20px;
  background-color: transparent;
  border-right: 1px solid #3F3F3F;
  border-bottom: 1px solid #3F3F3F;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
  animation: none;
}

#about_anchor_btns01 + .contents_btn01 a {
    margin-bottom: 16px !important;
}
@media screen and (max-width: 600px){
#about_anchor_btns01 + .contents_btn01 a {
    margin-bottom: 8px !important;
}
}