/* CSS Document */
html, body {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body.hidden {
  overflow: hidden;
}
@media screen and (min-width: 1024px), print {
  body.hidden {
    overflow: auto;
  }
}

.pre-inc {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-style: normal;
  text-decoration: inherit;
  vertical-align: inherit;
  color: inherit;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  word-break: break-all;
}
.pre-inc * {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-style: normal;
  text-decoration: inherit;
  vertical-align: inherit;
  color: inherit;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.pre-inc a {
  transition: 0.3s;
}
.pre-inc main {
  display: block;
  width: 100%;
}
.pre-inc main h1, .pre-inc main h2, .pre-inc main h3, .pre-inc main h4, .pre-inc main h5, .pre-inc main h6, .pre-inc main p, .pre-inc main ul, .pre-inc main ol, .pre-inc main li, .pre-inc main dl, .pre-inc main dt, .pre-inc main dd, .pre-inc main small {
  line-height: 1.6em;
}
.pre-inc small {
  font-size: 0.75em;
  display: inline-block;
}
.pre-inc summary {
  list-style-image: none;
}
.pre-inc summary::-webkit-details-marker {
  display: none;
}
.pre-inc summary:hover {
  cursor: pointer;
}
.pre-inc table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}
.pre-inc sup {
  font-size: 0.75em;
  vertical-align: super;
}
.pre-inc sub {
  font-size: 0.75em;
  vertical-align: sub;
}
.pre-inc img {
  max-width: 100%;
  max-height: 100%;
}
.pre-inc form input[type=submit],
.pre-inc form input[type=reset],
.pre-inc form button[type=submit],
.pre-inc form button[type=reset] {
  width: 6rem;
  box-shadow: 0 0 0 1px;
  margin: 0 0.5em;
  line-height: 1.25em;
  padding: 0.875em;
}
.pre-inc form input[type=submit]:hover,
.pre-inc form input[type=reset]:hover,
.pre-inc form button[type=submit]:hover,
.pre-inc form button[type=reset]:hover {
  cursor: pointer;
}
.pre-inc button {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
}
.pre-inc button:hover {
  cursor: pointer;
}
.pre-inc input,
.pre-inc textarea,
.pre-inc select {
  box-shadow: 0 0 0 1px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  max-width: 100%;
}
.pre-inc input[type=radio] {
  border-radius: 50%;
}
.pre-inc .inner {
  width: calc(100% - 2em);
  max-width: 1024px;
  margin: 0 auto;
  padding: 1em 0;
}
.pre-inc .bnrarea {
  max-width: 850px;
  width: 90%;
  margin: 3em auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .bnrarea {
    width: 95%;
    margin: 1.5em auto;
  }
}

/*# sourceMappingURL=common.css.map */
