<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */


footer {
  background-color: #f4efe9;
  padding: 30px 0 0;
  box-sizing: border-box;
  font-family: "Noto Sans Japanese", æ¸¸ã‚´ã‚·ãƒƒã‚¯, YuGothic,
 "Hiragino Kaku Gothic Pro", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Meiryo, ãƒ¡ã‚¤ãƒªã‚ª,
 sans-serif;
}

footer .flogo {
  width: 100%;
  max-width: 185px;
  margin: 0 auto 30px;
}

footer .fnavList {
  display: table;
  margin: 0 auto 20px;
}

@media (max-width: 450px) {
  footer .fnavList {
    text-align: center;
    padding: 0 4%;
  }
}

footer .fnavList .fnavList_item {
  display: inline-block;
  margin: 0 15px 0 0;
}

@media (max-width: 450px) {
  footer .fnavList .fnavList_item {
    margin: 0 4% 2% 0;
  }
}

footer .fnavList .fnavList_item a {
  color: #4a231e;
  font-size: 15px;
  text-decoration: none;
}

footer .fnavList_item::before {
  content: "";
  margin: 0 5px 0 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #4a231e;
  vertical-align: middle;
}

footer .copy {
  background-color: #4a231e;
  text-align: center;
  padding: 12px 0;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  footer .copy {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 450px) {
  footer .copy {
    font-size: 2.5vw;
  }
}</pre></body></html>