@charset "UTF-8";

.btn-comp03{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 10px 12px;
  font-size: 18px;
  font-size: 1.8rem;
  background-image: url("/co/img/common/arrow-right.png");
  background-repeat: no-repeat;
  background-position: bottom 26px right 20px;
  background-color: #319b03;
  color: white;
  letter-spacing: 2px;
  width: 75%;
  max-width: 600px;
  height: 80px;
}