﻿footer {
  border-top: 1px solid #d1d1d1;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#index footer {
  border-top: 0;
}

/* .footer-box{
  width: 1720px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  font-size: 0;
  padding: 50px 0;
} */
.footer-company-list-box {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .footer-box {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
  }
  .line-img {
    width: 55px;
    display: flex;
    text-align: center;
  }

  .footer-web-box {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .footer-box {
    max-width: 90%;
    margin: 0 auto;
    padding: 50px 0;
  }

  .line-img {
    width: 100px;
    display: flex;
    text-align: center;
  }

  .footer-web-box {
    width: 350px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .footer-box {
    max-width: 95%;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .line-img {
    width: 150px;
    display: flex;
    text-align: center;
  }

  .footer-web-box {
    width: 450px;
  }
}

.footer-company-box,
.footer-web-box {
  display: inline-block;
  vertical-align: bottom;
}

.footer-company-title {
  font-size: 18px;
  font-weight: bold;
  color: #61c1be;
  transform: skewX(-10deg);
}
.footer-company-list {
  padding-right: 30px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.footer-company-list:last-child {
  margin-bottom: 0;
}

.footer-company-list-link,
.footer-company-list-title {
  display: inline-block;
  vertical-align: top;
}
.footer-company-list {
  display: block;
}
.footer-company-list-title,
.footer-company-list-link {
  font-size: 14px;
  color: #555555;
  letter-spacing: 1px;
}
.footer-company-list-title {
  min-width: 45px;
  text-align: justify;
}

/* .footer-company-box{
  width: calc(100% - 320px);
}
.footer-web-box{
  width: 320px;
  max-width: 100%;
} */
.footer-web {
  font-size: 12px;
  color: #555555;
  margin-top: 25px;
}
.footer-link-box {
  text-align: center;
}
.footer-link {
  width: 55px;
  height: 55px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #61c1be;
  text-align: center;
  box-sizing: border-box;
}

.footer-link i {
  font-size: 30px;
  line-height: 53px;
  color: #61c1be;
}
.footer-link:nth-child(2) {
  margin: 0 30px;
}
.footer-link:nth-child(3) {
  margin: 0 30px 0 0;
}
.footer-top {
  cursor: pointer;
}

.footer-company-list-box ul {
  display: inline-block;
  vertical-align: top;
}
