<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6ec3e5+2,53bce6+90,53bce6+90 */
body.body {
  background: #6ec3e5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6ec3e5 2%, #53bce6 90%, #53bce6 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6ec3e5 2%, #53bce6 90%, #53bce6 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6ec3e5 2%, #53bce6 90%, #53bce6 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ec3e5', endColorstr='#53bce6',GradientType=1);
  /* IE6-9 */
  position: relative;
  padding: 0;
  margin: 0;
}
div, span, p, li, input, h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  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: #00438e 1px solid;
  z-index: 100;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
}
.page-footer {
  min-height: 2rem;
  background-color: #555;
  width: 100%;
  position: relative;
  bottom: 0;
  padding: 1em 1em;
  color: #fff;
  text-align: center;
}
.header-inner img {
  height: 2.5rem;
  width: atuo;
  margin-top: 1.25rem;
  margin-left: 1rem;
}
.header-inner {
  margin: 0 auto;
}
.page-main {
  background-color: #fff;
  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;
}
.form-row {
  padding-bottom: 1em;
}
.capture {
  height: auto !important;
}
textarea.contactContent {
  height: 8em !important;
}
.form-group &gt; 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 &gt; label:after {
  content: "â€» å…¥åŠ›å½¢å¼ã«èª¤ã‚ŠãŒã‚ã‚Šã¾ã™" !important;
  color: #c00;
}
.error-required &gt; label:after {
  content: "â€» å…¥åŠ›ã—ã¦ãã&nbsp;ã•ã„" !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;
}
</pre></body></html>