.organization-links {
  margin-top: 1em;
}

.link-btn {
  margin-right: 0.5em;
}

/* 各種ボタンのデザイン */
.btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #ff7c5c; /*左線*/
  color: #ff7c5c; /*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  margin-bottom: 1em;
  font-size: 1em;
}

.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}


@media screen and (min-width:480px) and (max-width:768px) {
  .btn-sticky {
    font-size: 0.8em;
  }
}