footer {
  background-color: #f6f6f6;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}

.footer-copyright {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  border-top: 1px solid #dddddd;
  padding: 20px 10px;
  text-align: center;
  font-size: 12px;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 65px 15px 30px;
}

@media screen and (max-width: 767px) {
  .footer-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-info {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .footer-info {
    width: 100%;
    margin-bottom: 35px;
  }
}

.footer-info__logo {
  display: block;
  margin-bottom: 35px;
}

.footer-info__desc {
  margin-bottom: 15px;
}

.footer-info__tel {
  display: inline-block;
  margin-bottom: 15px;
  color: #707070;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
}

.footer-info__tel i {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  font-size: 16px;
}

.footer-info__time {
  margin-bottom: 35px;
}

.footer-info__social p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.footer-info__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-info__sns li {
  margin-right: 25px;
}

.footer-info__sns li:last-child {
  margin-right: 0;
}

.footer-info__sns li a {
  height: 40px;
  display: block;
  color: #929292;
  line-height: 40px;
}

@media screen and (max-width: 479px) {
  .footer-info__sns li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}

.footer-info__sns li a:hover {
  color: #ee3333;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

@media screen and (max-width: 479px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.footer-nav > div {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .footer-nav > div {
    width: 100%;
  }
}

.footer-nav__list {
  margin-bottom: 35px;
}

.footer-nav__list dt {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.footer-nav__list dd {
  margin-bottom: 12px;
  line-height: 1.5;
}

.footer-nav__list dd a {
  color: #707070;
}

.footer-nav__list dd a:hover {
  color: #ff4b3c;
}
