@charset "UTF-8";
section.form .text,
section.form table.table {
  width: 100%;
  margin: 40px auto 80px;
}

section.form .six {
  text-indent: 0.75em;
}

section.form .term {
  text-align: center;
}

section.tohoku table.table {
  margin-bottom: 1em;
}

div.single section.form.tohoku .text {
  margin-bottom: 0;
}

section.form th {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  section.form .text, section.form table.table {
    width: 100%;
    margin: 6vw auto 10vw;
  }

  section.tohoku table.table th {
    padding: 3vw;
    font-size: 3.2vw;
  }
  section.tohoku table.table td {
    padding: 3vw;
    font-size: 3.2vw;
  }
}