@charset "shift_jis";
/* Updated 2025/10/06,ht */

/******************************
footer-nav-wrap
******************************/
#footer-content {
  background: #004831;
}
.footer-nav-wrap .inner{
  padding: 96px 0 0;
  width: 1008px;
  margin: 0 auto;
}
.footer-nav-wrap .title01{
  font-size: 143%;
  font-weight: bold;
  color: #004831;
  text-align: center;
}
/*footer-nav-list*/
.footer-nav-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-nav-list dl{
  margin: 40px 0 0;
  width: 490px;
  color: #004831;
}
.footer-nav-list dl a{
  text-decoration: none;
  color: #004831;
}
.footer-nav-list dl a:hover{
  text-decoration: underline;
}
.footer-nav-list dl a:focus{
  outline: 3px solid #c4d700;
}
.footer-nav-list dt{
  font-weight: bold;
  font-size: 114%;
  line-height: 1.1;
  padding-bottom: 16px;
  border-bottom: 1px solid #4D7F6F;
}
.footer-nav-list ul{
  margin: 16px 0 0;
}
.footer-nav-list li{
  margin: 8px 0 0;
}
.footer-nav-list li a:hover{
  text-decoration: underline;
}
.footer-nav-list li a:focus{
  outline: 3px solid #c4d700;
}