@charset "UTF-8";
:root {
  font-size: 62.5%;
}
@media only screen and (max-width: 1024px) {
  :root {
    font-size: 42.5%;
  }
}
*,
::before,
::after {
  box-sizing: border-box;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}
body {
  margin: 0;
  counter-reset: number 0;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
hr {
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
iframe {
  border-style: none;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
button,
input,
select {
  margin: 0;
}
button {
  overflow: visible;
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
fieldset {
  border: 1px solid #a0a0a0;
  padding: .35em .75em .625em;
}
input {
  overflow: visible;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
select {
  text-transform: none;
}
textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}
[type=checkbox],
[type=radio] {
  padding: 0;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.mb-30 {
  margin-bottom: 30px !important;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted;
}
:-moz-ui-invalid {
  box-shadow: none;
}
details {
  display: block;
}
dialog {
  background-color: var(--main-bg-color);
  border: solid;
  color: var(--main-text-color);
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
[hidden] {
  display: none;
}
[aria-busy=true] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}
[aria-hidden=false][hidden] {
  display: initial;
}
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0,0,0,0);
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .sponly,
  .spOnly,
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pconly,
  .pcOnly,
  .pc_only {
    display: none !important;
  }
}
h1,
h2,
h3,
.h1 > div,
.h2 > div,
.h3 > div {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
p {
  margin-top: 0;
  margin: 0;
}
a {
  transition: all .3s;
  color: inherit;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
figure {
  margin: 0;
}
em {
  font-style: normal;
  font-weight: normal;
}
strong {
  font-weight: normal;
}
table {
  margin: 0 auto 1.875rem;
  border-left: solid 1px #7f7f7f;
  border-top: solid 1px #7f7f7f;
}
table:not(:first-child) {
  margin-top: .75rem;
}
table caption {
  text-align: center;
  margin: 0 0 2.125rem;
}
table:first-child caption {
  margin-top: 0;
}
th *:last-child,
td *:last-child {
  margin-bottom: 0;
}
th,
thead td {
  text-align: left;
  background: var(--secondary-bg-color);
  color: var(--secondary-text-color);
}
td {
  background: var(--bg-section-box);
}
th,
td {
  border-right: solid 1px #7f7f7f;
  border-bottom: solid 1px #7f7f7f;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) {
  table {
    max-width: 57.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  table {
    margin: 0 auto 3.75rem;
    max-width: 48.75rem;
  }
}
.text-red {
  color: #d9534f;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-align-justify {
  text-align: justify !important;
  text-align-last: justify !important;
}
.font-x-large {
  font-size: x-large;
}
.font-large {
  font-size: large;
}
.font-small {
  font-size: small;
}
.font-x-small {
  font-size: x-small;
}
.text-nowrap {
  white-space: nowrap;
}
.block-fix {
  display: block;
  width: 100%;
}
.text-nowrap {
  white-space: nowrap;
}
body.highlightBlock #app > header,
body.highlightBlock #app > .l-hero-wrapper {
  opacity: 0.3 !important;
}
body.highlightBlock #app main .l-body-wrapper > .l-section-wrapper:not(.highlightBlock-active) {
  opacity: 0.3 !important;
}
body.highlightBlock #app main .l-side-wrapper > .l-side-content-wrapper:not(.highlightBlock-active) {
  opacity: 0.3 !important;
}
body.highlightBlock .highlightBlock-active {
  box-shadow: 0 0 10px red !important;
}
.drop-shadow-1 {
  filter: drop-shadow(0px 0px 1px var(--heroColor));
}
.drop-shadow-2 {
  filter: drop-shadow(0px 0px 1px var(--heroColor)) drop-shadow(0px 0px 1px var(--heroColor));
}
.drop-shadow-3 {
  filter: drop-shadow(0px 0px 1px var(--heroColor)) drop-shadow(0px 0px 1px var(--heroColor)) drop-shadow(0px 0px 1px var(--heroColor));
}
.flex-items-left {
  align-items: flex-start !important;
}
.flex-items-center {
  align-items: center !important;
}
.flex-items-right {
  align-items: flex-end !important;
}
