footer {
  background-color: skyblue;
  color: white;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 2vw;
  padding-bottom: 2vw;
  font-family: "DotGothic16", sans-serif;
  width: 100vw;
}
footer vtamago-footer-linkArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
footer vtamago-footer-linkArea a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
footer vtamago-footer-linkArea a:nth-of-type(1):after,
footer vtamago-footer-linkArea a:nth-of-type(2):after {
  height: 20px;
  content: "";
  border-left: 1px solid black;
  border-color: white;
  margin-left: 1vw;
  margin-right: 1vw;
}
footer vtamago-footer-hr {
  content: "";
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: dashed;
  border-width: 1px;
  border-color: white;
  border-bottom: 0;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  height: 0;
  margin-top: 1vw;
  margin-bottom: 1vw;
  border-color: white;
}
footer vtamago-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

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