@charset "UTF-8";

#jiyugaoka_zaiko {
  margin-top: 0.5rem;
  display: inline-block;
}

#jiyugaoka_zaiko a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 2.0rem;
  font-size: 1.4rem;
  line-height: 1.0;
  color: #A81B4B;
  border: 2px solid #A81B4B;
  border-radius: 5px;
}

#jiyugaoka_zaiko a::before {
  content: "";
  display: block;
  width: 2.0rem;
  height: 2.0rem;
  background: url(https://gigaplus.makeshop.jp/matrug/item/jiyugaoka.svg) no-repeat center;
  background-size: contain;
  margin-right: 1.5rem;
}

#jiyugaoka_zaiko a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.7rem solid transparent;
  border-left: 0.7rem solid #A81B4B;
  margin-left: 1.0rem;
}