@charset "UTF-8";
.l-footer {
  background: #F7F7F7;
  color: #2F2D2C;
}
@media screen and (max-width: 768px) {
  .l-footer {
    background: #F7F7F7;
    border-top: 0;
  }
}
.l-footer__copyright {
  padding-block: 20px;
  text-align: center;
}
.l-footer__copyright small {
  color: #9a9a9a;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright small {
    font-size: 8px;
    color: #9a9a9a;
  }
}
.l-header {
  width: 100%;
  height: 90px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ededed;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 60px;
  }
}
.l-header__logo {
  display: inline-block;
  line-height: 0;
}
.l-header__logo img {
  width: 160px;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: 26vw;
    height: auto;
    max-width: 120px;
    margin-left: 5vw;
  }
}
@media screen and (min-width: 1000px) {
  .l-inner {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) and (min-width: 769px) {
  .l-inner {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    margin: 0 4%;
  }
}