#red .AnchorLink__text {
  color: #e60012;
}

#red .AnchorLink__moduleA {
  border: solid 1px #e60012;
}


#red .AnchorLink__text::before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  background-image: url(/inquiry/images/ico_arrow_bottom_red.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}


.Button__moduleA.-strong .Button__text {
  color: #ffff;
  background-color: #e60012;
}

.Button__moduleA.-strong .Button__text::before {
  background-image: url(/inquiry/images/ico_arrow_right_white.svg);
}