.button-link {
  text-decoration:none;
  color: #FFF;
  text-align: center;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 200% */
}

.button-link.small-font-link {
  font-size: 14px;
}

.button-link__button {
  background: #FF8A71;
  padding: 16px 30px;
  margin: 10px 30px;
  border: 2px solid #FF8A71;
}

.button-link-navy__button {
  background: #536A80;
  border: 2px solid #536A80;
}

.button-link-navy-outline {
  color: #536A80;
}

.button-link-navy-outline__button {
  background: none;
  border: 2px solid #536A80;
}

.button--line {
  background: #FFF;
  color: #FF8A71;
}

.button--gray {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  margin: 0 0 16px;
  background: #F5F5F5;
  border-radius: 4px;
  border: none;
  color: #222;
  font-weight: 500;
  text-align: left;
}

.button-link__button:after,
.button-link-navy-outline__button:after,
.button--line:after,
.button--gray:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-size: 14px;
  vertical-align: -2px;
  line-height: 28px;
}

.button-link__button:after {
  background-image: url(../../images/arrow-forward.png);
}

.button-link-navy-outline__button:after {
  background-image: url(../../images/arrow-forward-navy.png);
  vertical-align: 0;
}

.button--line:after {
  background-image: url(../../images/arrow-forward-red.png);
}

.button--gray:after {
  background-image: url(../../images/arrow-forward-black.png);
}

.button-link-margin-bottom {
  margin-bottom: 20px;
}

.area.venue .button-link__button {
  margin: 10px 0;
}

.venue .button-link__button {
  margin: 10px 30px;
}

.button-link__remarks {
  color: #FFF;
  color: #D9D9D9;
  text-align: center;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 160% */
  letter-spacing: 0.5px;
}

.button-link__remarks--color {
  color: #606060;
}

.action-links {
  max-width: 560px;
  margin: 0 auto;
}

.action-links .button-link__button {
  padding: 12px 30px;
  margin: 0 0 20px;
  font-size: 14px;
}

.action-links .button-link:last-child .button-link__button {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .button-link.small-font-link {
    font-size: 16px;
  }

  .action-links .button-link__button {
    font-size: 16px;
  }
}
