footer {
  background-color: #333333;
  padding: 46px 0 15px 0;
  margin-top: 2rem;
}

footer {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'YuGothic', '游ゴシック', 'メイリオ', Meiryo, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
}

@media screen and (max-width: 768px) {
  footer {
    padding-top: 39px;
  }
}

footer .footerall {
  max-width: 944px;
  margin: 0 auto;
  margin-bottom: 80px;
  color: #fff;
  font-size: 16px;
}

footer p {
  color: #fff !important;
  font-size: 16px;
}

footer a {
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  footer .footerall {
    width: 80%;
  }
}

footer .company_info {
  padding-bottom: 25px;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  footer .company_info {
    display: none;
  }
}

footer ul {
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer ul {
    text-align: left;
    overflow: hidden;
  }
}

footer ul li {
  display: inline-block;
  margin-bottom: 5px;
}

footer ul li:last-child::after {
  display: none;
}

footer ul li::after {
  content: "｜";
  display: inline-block;
  width: 30px;
}

@media screen and (max-width: 768px) {
  footer ul li::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  footer ul li {
    font-size: 12px;
    width: 60%;
    text-align: left;
    float: left;
    line-height: 20px;
  }
  footer ul li:last-child {
    width: 40%;
    text-align: right;
  }
  footer ul li a {
    display: block;
  }
}

footer .pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  footer .pc {
    display: none;
  }
}

footer .copyright {
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 8px;
  }
}

.subscription .outer {
  margin-bottom: 115px;
}

.subscription .sns_link {
  text-align: center;
  padding-top: 23px;
  padding-bottom: 23px;
}

.subscription .sns_link li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
}

.subscription .sns_link li:last-child {
  margin-right: 0;
}

.subscription .sns_link li a {
  display: block;
}