/* フッター */
.l-footer {
  margin-top: 40px;
  padding: 40px 120px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #F9FAFB;
}
@media screen and (max-width: 999px) {
  .l-footer {
    padding: 40px 0px;
  }
}
.p-footer__title-wrap {
  display: flex;
  padding-left: 16px;
  margin-bottom: 16px;
  align-items: center;
  gap: 8px;
}
.footer-icon {
  width: 24px;
  height: 24px;
}
.p-footer__title {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .p-footer__title {
    font-size: 16px;
  }
}
.p-footerPref__list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px 0;
  padding: 0 16px;
}
@media screen and (max-width: 999px) {
  .p-footerPref__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .p-footerPref__list::-webkit-scrollbar {
    display: none;
  }
}
.p-footerPref__list > li {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .p-footerPref__list > li {
    font-size: 12px;
  }
}
.p-footerPref__list a:hover {
  color: #2D8CE4;
}
.p-footerInd__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 24px;
  padding: 0 16px;
}
@media screen and (max-width: 999px) {
  .p-footerInd__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .p-footerInd__list::-webkit-scrollbar {
    display: none;
  }
}
.p-footerInd__list > li {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .p-footerInd__list > li {
    font-size: 12px;
  }
}
.p-footerInd__list a:hover {
  color: #2D8CE4;
}
