/* init */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary, time, mark, audio, video, a, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
  font-size: 75%;
}

sub {
  vertical-align: text-bottom;
  font-size: 75%;
}

input, textarea, select {
  z-index: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
}

time {
  display: inline;
}

[hidden] {
  display: none;
}

input::-ms-clear, input::-ms-reveal, input:focus::-ms-clear, input:focus::-ms-reveal {
  visibility: hidden;
  display: none;
}

button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  outline: none;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  cursor: pointer;
}

small {
  font-size: 85%;
}

i, em {
  font-weight: normal;
  font-style: normal;
}

b {
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666;
}

input::placeholder,
textarea::placeholder {
  color: #666;
}

.wrapper {
  clear: both;
}

.common-header {
  padding: 15px 20px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.common-header #siteID {
  width: 120px;
  margin: 0 auto;
}
.common-header #siteID img {
  width: 100%;
  height: auto;
  display: block;
}

body.type-r .common-header {
  display: flex;
  justify-content: flex-end;
}
body.type-r .common-header #siteID {
  margin: 0;
}

body.type-l .common-header {
  display: flex;
  justify-content: flex-start;
}
body.type-l .common-header #siteID {
  margin: 0;
}

.common-footer {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  line-height: 1.4;
  position: relative;
}
.common-footer .brand {
  width: 110px;
  padding: 10px 0;
}
.common-footer .brand img {
  display: block;
}
.common-footer ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
.common-footer ul li {
  margin-left: 2.5em;
  font-size: 1.4rem;
}
.common-footer ul li a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .common-footer ul li a:hover {
    color: #FA0014;
    text-decoration: underline;
  }
}
.common-footer p.copyright {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 1.2rem;
}

.page-top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.page-top a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #999999;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
.page-top a::before {
  content: "";
  border: 2px #fff solid;
  width: 13px;
  height: 13px;
  border-width: 3px 3px 0 0;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  left: 12px;
  top: 15px;
}
.page-top.show {
  display: block;
  opacity: 1;
  width: 40px;
  height: 40px;
  pointer-events: auto;
}
.page-top.stop {
  bottom: 120px;
}

@media (max-width: 767px) {
  .wrapper {
    min-width: 375px;
  }
  .common-header {
    padding: 15px;
  }
  .common-header #siteID {
    width: 90px;
  }
  .common-footer {
    padding: 0;
    display: block;
    padding-bottom: 15px;
  }
  .common-footer .brand {
    width: 88px;
    padding: 10px 0;
    margin: 0 auto;
  }
  .common-footer ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-footer ul li {
    margin-left: 0;
    font-size: 1rem;
    border: 1px #D9D9D9 solid;
    border-width: 0 1px 1px 0;
    width: 50%;
  }
  .common-footer ul li a {
    padding: 6px;
    display: block;
    text-align: center;
  }
  .common-footer ul li:nth-child(even) {
    border-right: 0;
  }
  .common-footer p.copyright {
    position: static;
    text-align: center;
    font-size: 1rem;
  }
  .page-top {
    right: 10px;
    bottom: 10px;
  }
  .page-top.stop {
    bottom: 10px;
  }
}
/*# sourceMappingURL=umios-shared.css.map */