@charset "UTF-8";

.figure-bnr label {
  width: 300px;
  padding: 13px 0;
  background-color: #FF7500;
  display: inline-block;
  border-radius: 26px;
  cursor: pointer;
  &:hover {
    background-color: #fdae69;
  }
}

.figure-bnr label input {
  font-size: 2rem;
  color: #FFF;
  background: none;
}