.footer {
  width: 100%;
  display: block;
  background-color: #F8F9FA;
  padding: 4rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer {
    display: block;
    text-align: center;
    padding-bottom: 16px;
  }
}

.footer.-profile {
  background-color: #f8f9fa !important;
}

.footer-link {
}

@media screen and (max-width: 768px) {
  .footer-link {

  }
}

.footer-link-empty {
  width: 200px;
}

.footer-copy-right {
  font-family: Noto Sans JP;
  font-size: 12px;
  color: #262A2E !important;
  letter-spacing: 0;
  font-weight: 400;
  margin: 16px auto !important;
  /* margin: auto; */
}

/* .footer-copy-right.-top-login {
  margin: 16px 0 !important;
} */

/* @media screen and (max-width: 768px) {
  .footer-copy-right.-signup {
    padding-bottom: 10px;
  }
} */

.terms-for-service {
  font-size: 12px;
  color: #326C9F;
  text-decoration: none;
  margin-left: 24px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .terms-for-service {
    margin-left: 0;
  }
}

.privacy-protection {
  text-decoration: none;
  font-size: 12px;
  color: #326C9F;
}
/* フッター */
/* 非表示部分 */
@media (max-width: 767px) {
  .-chat_chart_detail >.footer-link {
    display: none;
  }
  .-chat_chart_detail >.footer-copy-right {
    display: none;
  }
  .-community_login_chat_detail >.footer-link {
    display: none;
  }
  .-community_login_chat_detail >.footer-copy-right {
    display: none;
  }
  /* 表示 */
  .-chat_chart_detail >.footer__nav {
    display: flex;
    list-style: none;
    padding: 0;
    height: 5rem;
  }
  .-community_login_chat_detail >.footer__nav {
    display: flex;
    list-style: none;
    padding: 0;
    height: 5rem;
  }
}

.footer__nav {
  display: none;
  margin: 0;
}
/* 非表示部分 end */

.footer__nav__item {
  width: 20%;
}

/* .footer__nav__iconBox {
  
} */

.footer__nav__item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__nav__title {
  font-size: 1rem;
  line-height: 1;
  display: block;
  margin-top: 0.5rem;
}
/* アイコン */
/* .icon1 {
  width: 2.03rem;
} */

/* アイコン end */