@charset "UTF-8";
.fixed__btns {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  column-gap: 10px;
  width: 100%;
  z-index: 100;
  max-width: 468px;
  left: 50%;
  transform: translateX(-50%);
}
.fixed__btns > div {
  width: 90%;
  padding: 0;
}
.fixed__btns a {
  text-align: center;
  padding-right: 40px;
  font-size: 16px;
}
.fixed__btns .btn06 a {
  font-size: 14px;
}
