/* ボタンリンク - セカンダリー追加 */
a.button-link.secondary {
  &.type-2 {
    max-width: 100%;
    min-height: 83px;
    padding: 16px;
    border-radius: 0 8px 0 8px;

    &:hover::before {
      opacity: 0;
    }
  }
}
@media screen and (max-width: 979px) {
  a.button-link.secondary {
    &.type-2 {
      flex-direction: column;
      justify-content: space-between;
      max-height: 100%;
      min-height: auto;
      padding: 8px 12px;
      font-size: 1.4rem;
      span:first-child {
        width: 100%;
      }
    }
  }
}



