@charset "utf-8";

footer {
  background-color: var(--content-wrapper-color);
  color: #333;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #999;
  padding: 20px;
  margin: 0 8% 10px;
}

.footer-logo {
  height: 150px;
}
.footer-company-name {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0;
}

.footer-address {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.address {
  line-height: 1.5;
  text-align: left;
}

.links {
  font-size: 17px;
  line-height: 1.8;
}

.links a {
  color: #333;
  display: inline-block;
  margin: 0 10px 10px;
  text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
}

footer p {
  margin-top: 0;
}

small {
  background: #333;
  color: #fff;
  display: block;
  text-align: center;
  padding: 5px;
}

.links br {
  margin-bottom: 15px; /* 改行後の余白を増やす */
}

#footer {
  position: relative;
  z-index: 10;
}
