@charset "UTF-8";
.l-footer {
  background-color: #666;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, sans-serif;
}
.l-footer__inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 40px 20px 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 48px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-footer__links li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-footer__links a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.l-footer__links a:link, .l-footer__links a:visited {
  color: #fff;
}
.l-footer__links a:hover, .l-footer__links a:active {
  color: #fff;
  opacity: 0.85;
}
.l-footer__divider {
  display: block;
  width: 88%;
  max-width: 640px;
  height: 0;
  margin: 28px auto 24px;
  border: 0;
  border-top: 1px solid #fff;
}
.l-footer__copyright {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .l-footer__inner {
    max-width: 100%;
    padding: 5.3333333333vw 4vw 4.8vw;
  }
  .l-footer__links {
    gap: 0 6.4vw;
  }
  .l-footer__links a {
    font-size: 3.2vw;
  }
  .l-footer__divider {
    width: 88%;
    margin: 3.7333333333vw auto 3.2vw;
  }
  .l-footer__copyright {
    font-size: 2.6666666667vw;
  }
}