@charset "utf-8";

/*form*/
form {
  line-height: 1.5;
}

input[type="text"] {
  width: 97%;
  padding: 5px;
  border-radius: 3px;
  font-size: 20px;
  text-align: left;
  line-height: 1.2;
}

textarea {
  width: 100%;
  box-sizing: border-box;
  height: 200px;
  padding: 14px;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 3px;
  line-height: 1.3;
  resize: none;
}

textarea:focus {
  outline: none;
}

.labelText {
  font-size: 12px;
  margin-bottom: 5px;
}

#label {
  font-weight: bold;
}

.warning {
  color: red;
}

@media (min-width: 570px) {

  body {
    /* background: skyblue; */
  }
  /* input[type="text"] {
    width: 350px;
  }

  textarea {
    width: 362px;
  } */


}

/* large */

@media (min-width: 900px) {


}
