<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(notosansjp.css);
* {
  box-sizing: border-box;
  margin: 0;
}

body {
  font-family: "Noto Sans JP";
  line-height: 1.5;
}

p {
  line-height: 2;
}

li {
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.8;
}
@media (min-width: 600px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

strong, em, i {
  font-style: normal;
}
</pre></body></html>