footer {
  background-color: black;
  height: auto;
  text-align: center;
  padding-top: 50px;
  position: relative;
  font-family: "メイリオ", "Meiryo", sans-serif;
}

footer .media-seek {
  color: white;
  margin: 20px 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}

footer .contact-navi-lp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 100px;
}

footer .contact-navi-lp a {
  width: 212px;
  height: 40px;
  display: block;
  background-color: white;
  color: black;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

footer .contact-navi-lp a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .contact-navi-lp a:before {
  content: "";
  display: inline-block;
  background-image: url("../../img_renewal/mail-icon-bl.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  position: relative;
  top: 6px;
  left: -8px;
}

footer .contact-navi {
  display: none;
}

footer .footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer-container .footer-list {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
  height: auto;
  margin: 20px;
  padding-left: 24px;
  text-align: left;
  border-left: 1px #a0a0a0 solid;
}

footer .footer-container .footer-list .footer-list-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: white;
}

footer .footer-container .footer-list ul li {
  margin-top: 30px;
}

footer .footer-container .footer-list ul li a {
  font-size: 16px;
  color: #ffffff;
}

footer .footer-container .footer-content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
  height: 355px;
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

footer .footer-container .footer-content .footer-content-link {
  height: 40px;
  width: 212px;
  display: inline-block;
  background-color: #262626;
  color: white;
  margin-bottom: 20px;
  text-align: left;
  line-height: 40px;
  padding-left: 24px;
  font-size: 16px;
}

footer .copyright-section {
  height: 53px;
  background-color: #5c5c5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .copyright-section .copyright {
  color: white;
  text-align: center;
  margin: auto 0;
}

@media screen and (max-width: 800px) {
  footer {
    background-color: black;
    height: auto;
    text-align: center;
    padding-top: 50px;
  }
  footer .media-seek {
    color: white;
    margin: 20px 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
  }
  footer .contact-navi-lp {
    display: none;
  }
  footer .contact-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 50px;
  }
  footer .contact-navi a {
    width: 212px;
    height: 40px;
    display: block;
    background-color: white;
    color: black;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
  }
  footer .contact-navi a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer .contact-navi a:before {
    content: "";
    display: inline-block;
    background-image: url("../../img_renewal/mail-icon-bl.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    position: relative;
    top: 6px;
    left: -8px;
  }
  footer .footer-container {
    display: none;
  }
  footer .copyright-section {
    height: 53px;
    background-color: #5c5c5c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .copyright-section .copyright {
    color: white;
    text-align: center;
    margin: auto 0;
  }
}

@media screen and (max-width: 600px) {
  footer {
    background-color: black;
    height: auto;
    text-align: center;
    padding-top: 50px;
  }
  footer .media-seek {
    color: white;
    margin: 20px 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
  }
  footer .footer-container {
    display: none;
  }
  footer .copyright-section {
    height: 53px;
    background-color: #5c5c5c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .copyright-section .copyright {
    color: white;
    text-align: center;
    margin: auto 0;
  }
}
