<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hidden {
  visibility: hidden;
}

.nav {
  max-width: 850px !important;
  width: 100vw;
  border-top: 1px solid #513f35;
  border-bottom: 1px solid #513f35;
  padding-bottom: 0 !important;
}
@media (max-width: 640px) {
  .nav {
    margin-left: -6.66vw !important;
  }
}
.nav ul {
  display: flex;
  justify-content: center;
  gap: 20vw;
  padding: 15px 0;
}
@media (min-width: 641px) {
  .nav ul {
    gap: 150px;
    padding: 25px 0;
  }
}
@media (max-width: 640px) {
  .nav ul li {
    width: 11.73vw;
  }
}

.other {
  text-align: center;
  padding-top: 85px;
}
@media (min-width: 641px) {
  main .content .inner &gt; .other {
    max-width: 83%;
    padding-bottom: 20px;
  }
}
.other dt img {
  width: 98px;
  margin-bottom: 48px;
}
.other ul {
  display: flex;
  flex-direction: column;
  gap: 32px 24px;
}
@media (min-width: 641px) {
  .other ul {
    flex-direction: row;
  }
}/*# sourceMappingURL=custom.css.map */</pre></body></html>