@charset "UTF-8";

.trmWrapper #lig-footer {
  font-family: "NotoSansCJKjp-Regular";
}
#lig-footer {
  padding: 0;
  margin-top: 15px;
  font: 16px / 1.5 sans-serif;
}
#lig-footer * {
  box-sizing: border-box;
  line-height: 1.5;
}

#lig-footer {
  letter-spacing: normal;
  /*
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
  text-align: left;
}
#lig-footer a:hover {
  text-decoration: none;
  opacity: 1;
}

#lig-footer .footer-background {
  height: 524px;
  background: url(/autonavi/assets/images/footer-bg.jpg) no-repeat center top;
 /*background-size: 587px auto, cover;*/
	background-size:cover;
}

@media screen and (max-width: 749px) {
  #lig-footer .footer-background {
    height: auto;
    background-size: auto 100%;
    /*background-position: center 52%, center top;*/
    padding: 34.7% 0;
  }
}

#lig-footer .footer-sns {
  margin-top: -30px;
}

@media screen and (max-width: 749px) {
  #lig-footer .footer-sns {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

#lig-footer .footer-top-nav-list-wrap {
  background-color: #f9f9f9;
  margin-bottom: 45px;
  padding: 17px 0;
}

@media screen and (max-width: 749px) {
  #lig-footer .footer-top-nav-list-wrap {
    padding-bottom: 0;
  }
}

#lig-footer .footer-top-nav-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 749px) {
  #lig-footer .footer-top-nav-list {
    flex-wrap: wrap;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
            justify-content: center;
    padding-top: 26px;
  }
}

#lig-footer .footer-top-nav-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex-grow: 1;
  border-right: 1px solid #333;
  box-sizing: border-box;
}

@media screen and (max-width: 749px) {
  #lig-footer .footer-top-nav-item {
    -webkit-box-flex: 1;
            flex: auto;
    border: 0;
    padding: 0 10px;
    width: calc(100% / 3);
    margin-bottom: 37px;
  }
  #lig-footer .footer-top-nav-item.footer-nav-car .footer-top-nav-icon {
    width: 36px;
  }
}

#lig-footer .footer-top-nav-item:first-child {
  border-left: 1px solid #333;
  -webkit-box-flex: 1.25;
          flex-grow: 1.25;
}

@media screen and (max-width: 749px) {
  #lig-footer .footer-top-nav-item:first-child {
    border: 0;
  }
}

#lig-footer .footer-top-nav-link {
  font-size: 15px;
  color: #333;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  #lig-footer .footer-top-nav-link {
    text-align: center;
  }
}

#lig-footer .footer-top-nav-link:hover {
  color: #00a040;
}

#lig-footer .footer-top-nav-text {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 749px) {
  #lig-footer .footer-top-nav-text {
    display: block;
    text-align: center;
    font-size: 11px;
  }
}

#lig-footer .footer-top-nav-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
  width: 36px;
}

@media screen and (max-width: 749px) {
  #lig-footer .footer-top-nav-icon {
    display: block;
    text-align: center;
    margin: 0 auto 7px;
    width: 26px;
  }
}

#lig-footer .footer-top-links {
  display: -webkit-box;
  display: flex;
}

#lig-footer .footer-top-links-list {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#lig-footer .footer-top-links-item {
  display: block;
  margin-bottom: 41px;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

#lig-footer .footer-top-links-item-link {
  display: inline-block;
  font-size: 14px;
  color: #333;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  position: relative;
}

#lig-footer .footer-top-links-item-link:hover {
  color: #00a040;
}

#lig-footer .footer-top-links-text {
  display: block;
  margin-bottom: 17px;
}

#lig-footer .footer-top-links-sub li {
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
}

#lig-footer .footer-top-links-sub li:last-child {
  margin-bottom: 0;
}

#lig-footer .footer-top-links-sub a {
  display: inline-block;
  padding-left: 30px;
  font-size: 14px;
  color: #333;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  position: relative;
}

#lig-footer .footer-top-links-sub a:hover {
  color: #00a040;
}

#lig-footer .footer-top-links-sub a::before {
  content: '';
  width: 15px;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 10px;
}

.footer-bottom {
  padding: 41px 0 26px;
}

.footer-bottom-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 749px) {
  .footer-bottom-list {
    flex-wrap: wrap;
  }
}

.footer-bottom-item {
  border-right: 1px solid #333;
  font-size: 14px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 749px) {
  .footer-bottom-item {
    font-size: 10px;
    width: calc(100% / 4);
    text-align: center;
    margin-bottom: 21px;
    padding: 0.5em 0.3em;
  }
}

@media screen and (max-width: 749px) {
  .footer-bottom-item:nth-of-type(2) {
    border-left: 1px solid #333;
  }
}

@media screen and (max-width: 749px) {
  .footer-bottom-item:nth-of-type(5) {
    padding: 0 0.4em;
    height:2em;
    
  }
}


@media screen and (max-width: 749px) {
  .footer-bottom-item:nth-of-type(6) {
    border-left: 1px solid #333;
  }
}

.footer-bottom-item:first-child {
  padding-left: 0;
  text-align: left;
  -webkit-box-flex: .78;
          flex-grow: .78;
}

@media screen and (max-width: 749px) {
  .footer-bottom-item:first-child {
    display: none;
  }
}

.footer-bottom-item-image {
  /*width: 156px;*/
	width: 220px;
}

#lig-footer .footer-bottom-link {
  display: block;
  line-height: 0.98;
  color: #333;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

#lig-footer .footer-bottom-link:hover {
  color: #00a040;
}

#lig-footer .footer-bottom-copyright-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 31px;
}

@media screen and (max-width: 749px) {
  #lig-footer .footer-bottom-copyright-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    margin-top: 19px;
  }
}

#lig-footer .footer-bottom-copyright {
  font-size: 11.26px;
  line-height: 2.3;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 750px) {
  #lig-footer .footer-bottom-copyright {
    font-family: Arial, Helvetica, sans-serif;
  }
}
@media screen and (max-width: 749px) {
  #lig-footer .footer-bottom-copyright {
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.11em;
  }
}

#lig-footer .footer-bottom-logos {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 749px) {
  #lig-footer .footer-bottom-logos {
    margin-bottom: 36px;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

#lig-footer .footer-bottom-logos li {
  margin-left: 21px;
  width: 123px;
}

@media screen and (max-width: 749px) {
  #lig-footer .footer-bottom-logos li {
    margin: 0 9px;
  }
}

@media screen and (max-width: 749px) {
  #lig-footer .footer-bottom-logos li:last-of-type {
    border: 1px solid rgba(45, 45, 45, 0.25);
  }
}

#lig-footer .footer-bottom-logos a {
  display: block;
}

#lig-footer .footer-bottom-name {
  margin-bottom: 12px;
}

#lig-footer .footer-bottom-name-text {
  /*max-width: 165px;*/
	max-width: 200px;
}

@media screen and (max-width: 749px) {
  #lig-footer .footer-bottom-nav {
    background-color: #f9f9f9;
  }
}

.sns-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 749px) {
  .sns-list {
    flex-wrap: wrap;
  }
}

.sns-item {
  width: 24px;
  height: 24px;
  margin: 0 20px;
  line-height: 1;
}

@media screen and (max-width: 749px) {
  .sns-item {
    width: 35px;
    margin: 0 16px;
  }
}

.sns-item svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 749px) {
  .sns-item.sns-item-facebook {
    width: 25px;
  }
    .sns-item img {
        width: auto;
    }
}

@media screen and (max-width: 749px) {
  .sns-item.sns-item-x {
    width: 24px;
  }
    .sns-item img {
        width: auto;
    }
}

.sns-item.sns-item-twitter {
  margin-left: 20px;
  margin-bottom: 3px;
  width: 27	px;
  height: 23px;
}

@media all and (-ms-high-contrast: none) {	
.sns-item.sns-item-twitter {
  margin-left: 20px;
  width: 27	px;
  height: 23px;
}
}

@media screen and (max-width: 749px) {
  .sns-item.sns-item-twitter {
    width: 27px;
    height: 23px;
  }
}

.sns-item.sns-item-youtube {
  margin-left: 20px;
  margin-bottom: 5px;
  width: 29px;
  height: 21px;
}

@media all and (-ms-high-contrast: none) {	
.sns-item.sns-item-youtube {
  margin-left: 20px;
  width: 29px;
  height: 21px;
}
}

@media screen and (max-width: 749px) {
  .sns-item.sns-item-youtube {
    width: 29px;
    height: 21px;
  }
}

@media screen and (max-width: 749px) {
  .sns-item.sns-item-tiktok {
    width: 24px;
  }
    .sns-item img {
        width: auto;
    }
}


.sns-item.sns-item-rider {
  padding-left: 40px;
  width: calc(133px + 44px);
  height: auto;
  border-left: 1px solid rgba(45, 45, 45, 0.2);
}

@media screen and (max-width: 749px) {
  .sns-item.sns-item-rider {
    width: 100%;
    text-align: center;
    border: 0;
    padding-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 749px) {
  .sns-item.sns-item-rider a {
    width: 130px;
    display: inline-block;
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 749px) {
  #lig-footer .l-container {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
