@charset "utf-8";

/* Form - SaintJunya official
============================== */
body {
  background-color: #ddd;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
}
h1 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.0;
  margin-bottom: 10px;
}
h1 input:read-only {
  width: 100%;
}
:focus {
  outline: none;
}
input[type="submit"] {
  display: block;
  border: 1px solid #000;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
}

form label {
  display: block;
  font-weight: 900;
}
form > * + * {
  margin-top: 12px;
}
form > .submit {
  margin: 20px 0;
}
form label input[type="text"],
form label input[type="email"],
form label select,
textarea {
  display: block;
  width: 100%;
  background-color: #eee;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 5px;
  font-weight: normal;
}
form label input[type="text"]:focus,
form label input[type="email"]:focus,
textarea:focus {
  box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
}

form .partsSet dd {
  display: flex;
  justify-content: space-evenly;
  margin-top: 5px;
  background-color: #eee;
  border-radius: 5px;
}
form .partsSet label {
  cursor: pointer;
  padding: 5px 5px;
  display: flex;
  line-height: 1.0;
  color: #888;
  font-weight: normal;
}
form .partsSet label input[type="radio"] {
  align-items: center;
  margin-right: 3px;
  width: 1.0em;
  height: 1.0em;
}
form .partsSet label:has(input[type="radio"]:checked) {
  color: #000;
  font-weight: 900;
}

/* Thanks */
.thanks h1 {
  margin-bottom: 1em;
}.thanks p {
  padding: 0 2em;
  margin-bottom: 1em;
  line-height: 1.5;
}