@charset "UTF-8";
body {
  background: 50%/cover no-repeat url(/media/images/background_forest.jpg);
  background-attachment: scroll;
  background-attachment: fixed;
  color: #fff;
  font-size: 1rem
}
#pageHeader h1 {
  text-align: center
}
.tableDocument {
  padding: 2em;
  background: rgba(0,0,0,.5)
}
.mauticform_wrapper .mauticform-row.mauticform-required .mauticform-label::after {
  content: "必須";
  margin-left: .75em;
  padding: .1em .5em;
  background: #e32;
  border-radius: 4px;
  line-height: 1;
  font-size: .75em;
  font-weight: 400;
  color: #fff
}
.mauticform-textarea {
  height: 20em
}