@charset "UTF-8";
/* CSS Document */

#footer04 {
  background: #966731;
}
 
#footer04 .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}
 
#footer04 .cont-item {
  display: block;
  margin: 0 auto;
}
 
#footer04 .nav a {
  display: block;
  color: #fff;
}
 
#footer04 .nav .ttl {
  padding: 0 10px;
  display: block;
  margin: 30px 0 6px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
 
#footer04 .nav .ttl:first-child {
  margin-top: 0;
}
 
#footer04 .nav .ttl + .ttl {
  margin-top: 10px;
}
 
#footer04 .nav ul {
  padding: 0 20px;
  display: block;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
 
#footer04 .nav li {
  display: block;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
 
#footer04 .nav li:first-child {
  margin-top: 0;
}
 
#footer04 .nav li ul {
  margin: 0 0 0 2em;
}
 
#footer04 .nav li li {
  position: relative;
}
 
#footer04 .nav li li:before {
  position: absolute;
  top: 50%;
  left: -10px;
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background-color: #fff;
}

#footer04 .logo img {
  width: 120px;
}
 
@media screen and (max-width: 768px) {
  #footer04 .cont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  #footer04 .cont-item {
    display: block;
    width: 48%;
  }
  #footer04 .cont-item:nth-child(n+3) {
    margin-top: 30px;
  }
}