@charset "UTF-8";
footer {
  width: 100%;
  background-color: rgba(51, 51, 51, 1.00);
  margin: 0;
  padding: 50px 0 20px 0;
  color: #fff;
  text-align: center;
  & div {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    color: #fff;
    & dl {
      width: 100%;
      margin: auto;
      text-align: left;
      & dt {
        font-size: 0.9rem;
        font-family: tbudgothic-std, sans-serif;
        font-weight: 600;
      }
      & dd {
        display: list-item;
        font-size: 0.75rem;
        line-height: 150%;
        list-style: circle;
        margin-left: 20px;
      }
    }
  }
  & address {
    font-size: 0.8rem;
    font-style: normal;
    margin: 0 auto;
  }
}
footer address a {
  color: rgba(255, 255, 255, 1.00) !important;
}
footer address a:hover {
  color: rgba(255, 255, 255, 1.00);
  text-decoration: none;
}
footer address a:visited {
  color: rgba(255, 255, 255, 1.00);
}
.foot_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px;
  & p {
    margin: 2%;
    padding: 0;
    & a {
      padding: 1em;
      font-family: tbudgothic-std, sans-serif;
      font-weight: 600;
      border-radius: 5px;
      color: rgba(254, 254, 254, 1.00);
    }
  }
}
.foot_nav p a:hover {
  background: rgba(120, 120, 120, 1.00);
  text-decoration: none;
}
footer address img {
  width: 100px;
  display: block;
  margin: 10px auto;
}
.copylight {
  font-size: 0.8rem;
  font-style: normal;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .foot_nav p {
    width: 70%;
    margin: 5% 0;
  }
}