/*
  Colors
*/
/*
  Width
*/
/*
  Space
*/
/*
	Shadow
*/
.form-result {
  width: 100%;
}
.form-result.-hidden {
  display: none;
}
.form-result__title {
  font-size: 19px;
  margin-bottom: 20px;
  color: #b61539;
}
.form-result__inner {
  padding: 36px 20px;
  box-shadow: 0px 3px 10px rgba(168, 127, 127, 0.118744);
}
.form-result__information {
  padding: 28px 0;
  margin: auto;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  max-width: 540px;
}
.form-result__information-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.form-result__information-button .button {
  margin: 0;
}
.form-result .-medium {
  font-weight: 600;
}
.form-result .-green {
  color: #15b655;
}
.form-result .-red {
  color: #b61539;
}
@media only screen and (max-width: 559px) {
  .form-result__result-text span {
    display: block;
  }
}
.form {
  padding: 60px 0;
}