<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";

/* ---------------------------------------------------------------

  footer.css

--------------------------------------------------------------- */

.footer {
}

.footer .footer-band {
  border-top: 1px solid #ccc;
  background: #eee;
}

.footer-inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
}

.footer-inner .totop {
  position: absolute;
  right: -35px;
  top: -25px;
}

.footer-inner .footer-lead {
  color: #333;
  font-size: 13px;
  padding-bottom: 20px;
}

.fot-navi li:first-child {
  padding-left: 0;
}

.fot-navi li {
  display: inline-block;
  padding: 0 10px;
}

.fot-navi li a {
  padding-left: 13px;
  vertical-align: top;
  background: url(/resource/img/footer/arrow_circle.png) left 4px no-repeat;
}

.copy {
  background: #A87A46;
  font-size: 13px;
  padding: 8px 0;
  color: #fff;
  text-align: center;
}

.footer .of_sns{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding: 25px 40px;
}

.footer .of_sns p{
  font-size: 16px;
}

.footer .of_sns ul{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer .of_sns ul img{
  width: 32px;
  vertical-align: middle;
}

.footer .of_sns li{
margin-right: 10px;
}

.footer .of_sns a {
  display: block;
}
</pre></body></html>