body {
  background-color: #17191f;
  color: #fff;
}

.container {
  background-color: #17191f;
  border: none;
}
legend .badge-required {
	color: #BA9E75;
	font-weight: bold;
	margin-left: 1em;
	text-align: center;
	width: 13%;
}
.badge-required {
  color: #BA9E75;
  font-weight: bold;
  margin-left: 1em;
  text-align: center;
  width: 13%;
}

.form-btn {
  padding: 30px 0;
  text-align: center;
}

button.submit-btn {
  width: 200px;
  height: 55px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#F96A76), to(#BE1B46));
  background: -webkit-linear-gradient(left, #F96A76, #BE1B46);
  background: -o-linear-gradient(left, #F96A76, #BE1B46);
  background: linear-gradient(90deg, #F96A76, #BE1B46);
  color: #fff;
}

form {
  width: 100%;
  margin-bottom: 100px;
}

.form-column {
  margin-bottom: 50px;
}

.form-column-textarea {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 50px 0;
}

.form-column-name {
  border-bottom: 1px solid #707070;
  padding: 0 0 50px 0;
}

.form-column-tel {
  border-bottom: 1px solid #707070;
  padding: 0 0 50px 0;
}

.label {
  float: left;
  width: 40%;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  clear: both;
  height: 1.5em;
  font-size: 16px;
  width: 50%;
  color: #000;
}

textarea {
  clear: both;
  width: 55%;
  height: 300px;
  color: #000;
}

select, div.datepicker-calendar {
        color: #000;
}

.button-group {
  text-align: center;
}

.button {
  display: inline-block;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 30px;
  text-align: center;
  width: 310px;
  height: 40px;
  color: #fff;
  background: linear-gradient(to bottom, #ba9e75 0%, #a18057 100%);
}

/*  SP*/
@media screen and (max-width: 600px) {
  .required {
    color: #BA9E75;
    font-weight: bold;
    margin-left: 1em;
    text-align: center;
    width: 13%; }
  .form-btn {
    padding: 30px 0;
    text-align: center; }
  button.submit-btn {
    width: 200px;
    height: 55px;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#F96A76), to(#BE1B46));
    background: -webkit-linear-gradient(left, #F96A76, #BE1B46);
    background: -o-linear-gradient(left, #F96A76, #BE1B46);
    background: linear-gradient(90deg, #F96A76, #BE1B46);
    color: #fff; }
  form {
    width: 100%;
    margin-bottom: 100px; }
  .form-column {
    margin-bottom: 50px; }
  .form-column-textarea {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 50px 0; }
  .form-column-name {
    border-bottom: 1px solid #707070;
    padding: 0 0 50px 0; }
  .form-column-tel {
    border-bottom: 1px solid #707070;
    padding: 0 0 50px 0; }
  .label {
    width: 100%; }
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    clear: both;
    height: 1.5em;
    font-size: 16px;
    width: 100%;
    padding: 0; }
  textarea {
    clear: both;
    width: 100%;
    height: 300px;
    padding: 0; }}