/* =========================
  フッター全体
========================= */
.site-footer {
  background: #016ae9;
  border-top: 1px solid #ddd;
  padding: 48px 20px 24px;
  font-size: 14px;
}

.site-footer a {
  color: #fff;
  font-weight: bold;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo {
  text-align: center;
  margin-bottom: 32px;
}

.footer-logo img {
  max-width: 260px;
}

.footer-nav-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}

.footer-col-title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 8px;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .site-footer {
    padding: 32px 16px 20px;
  }

  .footer-nav-cols {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.box006{
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}