@charset "utf-8";

.footer {
  background-color: #f2f2f2;
  padding: 36px 0 20px;
  text-align: center;
}
.footer__logo{
  width: 152px;
  margin: 0 auto 40px;
}
.footer__ttl{
  font-size:35px ;
  font-family: "Share Tech", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
.footer__ttlSub{
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.03;
}
.footer__accese{
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}
.footer__accese span{
  display: inline-block;
}
.footer__privacy{
  margin-bottom: 10px;
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
.footer__privacy a{
  display: block;
}
.footer__copy{
  font-size: 12px;
  font-family: "Share Tech", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .footer{
    padding: 30px 20px 20px;
  }
  .footer__logo{
    width: 130px;
  }
  .footer__ttl{
    font-size: 25px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
