:root {
  --shadow2: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

div.top_botton div.botton_area {
  display: flex;
  margin: 2% auto;
  justify-content: center;
  padding: 0 8px;
}
div.top_botton div.botton_area a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 32%;
  background: #000;
  color: #fff;
  font-size: 1.2vw;
  font-weight: 600;
  margin: 0 0.5%;
  padding: 1%;
  text-align: center;
}
@media screen and (max-width: 769px) {
  div.top_botton div.botton_area a {
    font-size: 2.5vw;
    line-height: 2.7vw;
    margin: 0 0.5%;
    padding: 1.5%;
    text-align: center;
  }
}
div.top_botton div.botton_area a span {
  background: #fff;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2%;
  font-size: 0.9vw;
  border-radius: 10px;
  margin-top: 1%;
}
@media screen and (max-width: 769px) {
  div.top_botton div.botton_area a span {
    font-size: 1.7vw;
    padding: 0 5%;
  }
}
div.top_botton div.botton_area a span.dete_none {
  background: none;
  color: #fff;
}
div.top_botton div.botton_area a:hover {
  box-shadow: var(--shadow2);
}/*# sourceMappingURL=top_page_button.css.map */