@charset "utf-8";
/*** オリジナル設定 ***/

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* p {
  text-align: justify;
} */

input[type="number"],
input[type="email"],
input[type="tel"] {
  width: 100%;
}

.q5Title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.thankYou {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.hissu {
  background-color: red;
  color: #fff;
  text-align: center;
  padding: 0 0.5rem;
  margin-right: 0.25rem;
}
::placeholder {
  color: red;
}

.deactive {
  opacity: 0.3;
  pointer-events: none;
}

tr {
  display: flex;
  flex-direction: column;
}

tr th,
tr td {
  width: 100%;
}
