@charset "utf-8";

.weight {
  font-weight: bold;
}

.width-99 {
  margin: 0 auto;
}

.text-title {
  font-size: 1.5em;
  line-height: 2.5;
  letter-spacing: 0.2em;
}

.text-semititle {
  font-size: 1.7em;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

.text-spbig {
  font-size: 2em;
}

.text-big {
  font-size: 1.2em;
}

.text-normal {
  font-size: 1em;
}

.text-small {
  font-size: 0.8em;;
}

.bg-blue {
  background-color: #000066;
}

/* titleの下 */
.nochoice {
  color: #000066;
  padding: 1em;
  border: 1px solid #000066;
  border-radius: 10px;
}

.choice {
  color: #fff;
  padding: 1em;
  background-color: #000066;
  border-radius: 10px;
}

.checklist p:nth-of-type(2), .checklist p:nth-of-type(4) {
  border: none;
}
/* titleの下ここまで */

input[type="file"] {
  cursor: pointer;
}

.navclass {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}