* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

body {
  background-color: #000;
}

/* styles.css */
.wrap {
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
  color: #fff;
  background: #000;
}
.wrap img {
  width: 100%;
  height: auto;
}
.wrap .maro_link {
  display: flex;
  justify-content: space-between;
  padding: 5.2% 0 7.3%;
}
.wrap .maro_link .logo_maro17 {
  width: 26.7%;
  margin-left: 6.3%;
}
.wrap .maro_link .logo_maro {
  width: 19.3%;
  margin-right: 6.1%;
}
.wrap .copyright {
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 11.6%;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #fff;
}
@media (max-width: 750px) {
  .wrap .copyright {
    padding: 5% 4.4% 3.3%;
  }
}
@media (min-width: 751px) {
  .wrap .copyright {
    padding: 6.4% 4.4% 4.7%;
  }
}
@media (max-width: 750px) {
  .wrap .copyright a {
    font-size: 2.76vw;
  }
}
@media (min-width: 751px) {
  .wrap .copyright a {
    font-size: 134%;
  }
}
@media (max-width: 750px) {
  .wrap .copyright p {
    font-size: 2.9vw;
    line-height: 2.4em;
  }
}
@media (min-width: 751px) {
  .wrap .copyright p {
    font-size: 136%;
  }
}/*# sourceMappingURL=style.css.map */