body.body {
  background-image: url(../../images/laurel.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto 70%;
}
div, span, p, li, input, h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  overflow-wrap: anywhere;
  word-break: break-all;
}
.page-header {
  top: 0;
  position: fixed;
  height: 5rem;
  background-color: #fff;
  width: 100%;
  border-bottom: #1384e2 1px solid;
  z-index: 100;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
}
.page-footer {
  min-height: 2rem;
  background-color: rgba(200, 230, 255, 0.8);
  width: 100%;
  position: relative;
  bottom: 0;
  padding: 1em 1em;
  color: #333;
  text-align: center;
  overflow: hidden;
}
.page-footer .address {
  text-align: left;
}
.page-footer .copyright {
  font-size: 80%;
}
.header-inner img {
  height: 3rem;
  width: atuo;
  margin-top: 1rem;
  margin-left: 1rem;
}
.header-inner {
  margin: 0 auto;
}
.page-main {
  background-color: rgba(251, 248, 240, 0.8);
  border: #eee 1px solid;
  border-radius: 0.5rem;
  padding: 3rem;
  margin: 7rem auto 5rem;
}
body h2 {
  font-size: 1.6em;
  text-align: center;
  color: #666;
  font-weight: bold;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: #eee 1px solid;
}
p.notice {
  color: #666;
  text-align: center;
  width: 100%;
}
.form-row {
  padding-bottom: 1em;
}
.form-row .form-control {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.form-row .form-date-select {
  width: calc(100% - 3em);
  margin-right: 0.5em;
}
.form-row .form-full {
  width: calc(100% - 0em);
}
.capture {
  height: auto !important;
}
textarea.contactContent {
  height: 8em !important;
}
.form-group > label {
  font-weight: 700;
  color: #00a4e5;
}
label.required:after {
  content: "※";
  color: #c00;
}
.error-required input, .error-email input, .error-required select, .error-required textarea {
  background-color: rgba(255, 211, 211, 0.2);
}
.error-email > label:after {
  content: "※ 入力形式に誤りがあります" !important;
  color: #c00;
}
.error-number > label:after {
  content: "※ 半角数字で入力してください" !important;
  color: #c00;
}
.error-required > label:after {
  content: "※ 入力してください" !important;
  color: #c00;
}
.errorMsg {
  color: #c00;
}
.formMsg {
  color: #00c;
}
.formMode-confirm label {
  display: block;
}
.formMode-confirm .-note {
  display: none;
}
.contactType li {
  width: 100%;
  clear: both;
  margin-bottom: 0em;
  overflow: hidden;
  padding-top: 1em;
}
.contactType input {
  display: block;
  float: left;
  width: 2em;
}
.contactType label {
  margin-top: -0.5em;
  display: block;
  float: left;
  padding-left: 1em;
  width: calc(100% - 2em);
}
.-note {
  font-size: 85%;
  display: block;
  color: #888;
  font-weight: 100;
}
