@charset "utf-8";

h1,
h2,
h3,
h4,
h5,
h6,
label,
button,
p,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
}
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  margin: 0px;
  padding: 0px;
  border-style: none;
  font-size: calc(100vw / 32);
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    "a-otf-midashi-go-mb31-pr6n", "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-weight: 700;
}

.form-area {
  width: 100vw;
}
.form-title {
  font-weight: 700;
  color: white;
  background-color: black;
  text-align: center;
  font-size: 1.5rem;
  padding: 0.4rem 0;
}
label {
  font-size: 1.3rem;
}
.form-q {
  margin: 1rem 2rem 0rem 2rem;
}
.form-text {
  width: 95%;
  margin: 0.2rem auto;
  height: 2rem;
  border: 0.5px solid black;
  border-radius: 0.2rem;
  font-size: 1.5rem;
  padding-left: 1rem;
}
.form-required {
  color: red;
}
.form-span-2 {
  color: rgb(99, 99, 99);
}
.text-alert {
  font-size: 0.7rem;
  color: #ffb546;
}
.form-button {
  width: 80vw;
  margin: 1.5rem;
  font-size: 2rem;
  padding: 1rem;
  color: white;
  background-color: yellowgreen;
  border-radius: 0.5rem;
}
.button {
  text-align: center;
}
.form-textarea {
  width: 95%;
  margin: 0.5rem auto;
  height: 5rem;
  border: 0.5px solid black;
  border-radius: 0.2rem;
  font-size: 1.5rem;
  padding-left: 1rem;
  resize: none;
  -webkit-appearance: none;
}
