@charset "UTF-8";
/* 一時調整用 CSS Document */

.button a {
  text-decoration: none;
}

.button-inside {
  max-width: 300px;
  border-radius: 20px;
  margin: 30px auto 50px;
  background: rgb(231, 60, 100, 1);
  text-align: center;
  padding: 20px;
}

.button-inside p {
  font-weight: bold;
  color:#fff;
}
