@charset "UTF-8";

.send-params-form {
  background-color: white;
  text-align: center;
}

.button {
  z-index: 2;
  padding: 0.1rem 2rem;
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
  background-color: #1d2946;
  border: 1px solid #fff;
  border-radius: 4px;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: #fff;
}

.button:hover:after {
  top: 0;
  left: 0;
  background-color: #fff;
}

.button:before,
.button:after {
  z-index: -1;
  content: "\3009";
  position: absolute;
  right: 0;
  color: #1d2946;
  box-sizing: border-box;
  transition: all 0.3s;
}

.button:after {
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

.button {
  z-index: 2;
  padding: 0.1rem 2rem;
  line-height: 2.5rem;
  text-align: center;
  color: #1d2946;
  background-color: #fff;
  border: 1px solid #1d2946;
  border-radius: 4px;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: #fff;
}

.button:hover:after {
  top: 0;
  left: 0;
  background-color: #1d2946;
}

.button:before,
.button:after {
  z-index: -1;
  content: "\3009";
  position: absolute;
  right: 0;
  color: #1d2946;
  box-sizing: border-box;
  transition: all 0.3s;
}

.button:after {
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

