<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&amp;display=swap");

body {
  font-size: 100%;
  font-weight: 400;
}

section .inner {
  text-align: center;
}

section .inner img {
  max-height: 600px;
  max-width: 370px;
  width: 100%;
  height: 100%;
  margin: 20px 9px 0;
}

@media screen and (max-width: 640px) {
  section .inner img {
    margin: 10px 4px;
  }
}

section.transportation .inner p {
  text-align: left;
}

section .inner .P1 {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

section .inner .P1 p {
  width: 500px;
  max-width: 800px;
  margin-bottom: 50px;
  text-align: left;
}

section .inner .P1 img {
  margin: -0em 30px 0 30px;
}

@media screen and (max-width: 640px) {
  section .inner .P1 img {
    margin: 20px auto 0;
  }
}

section .inner .P2 {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

section .inner .P2 p {
  max-width: 800px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  section .inner .P2 p {
    width: 500px;
    max-width: 800px;
    margin-bottom: 50px;
    text-align: left;
  }
}

section .inner .P2 img {
  margin: -0em 30px 20px 30px;
}

@media screen and (max-width: 640px) {
  section .inner .P2 img {
    margin: 20px auto 0;
  }
}

section .inner p {
  letter-spacing: 0.1em;
  font-size: 15px;
  margin: 4px;
}

@media screen and (max-width: 640px) {
  section .inner p {
    font-size: 13px;
    letter-spacing: 0.1rem;
  }
}

section .inner a {
  text-decoration: underline;
}

section .inner .P2 img.pic3 {
  width: 450px;
  max-width: none;
}
</pre></body></html>