/* ここから下がボタンのCSS　*/
.btn-border {
  display: inline-block;
  width: 100%;
  text-align: left;
  
  font-size: 16px;
  color: black;
  margin: 8px 0px;
  padding: 8px;
  border-radius: 1px;
  transition: .4s;
  border: 0;
}

.btn-border:hover {
  background-color: #a3616a;
  border-color: grey;
  color: #FFF;
}

/*.container-botan ::after{
  content: ">";
  position: absolute;
  right: 10px;
 font-weight: bold;
}*/

a {
text-decoration: none;
}
