/* ボタン */
.a-btn{
  padding: 10px 1em;
  text-align: center;
  transition: 0.3s;
}

.a-btn:hover {
  opacity: 0.7;
  border: 1px ;
}