@charset "UTF-8";
/*
  /asset/css/layout/l-footer-simple.css
  フッター（シンプル）用CSS
*/

.l-footer-simple {
  background: var(--gray-bg-02);
}
.l-footer-simple__inner {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  @media screen and (max-width: 840px) {
    width: 100%;
    padding: 0 20px;
  }
}
.l-footer-simple__text {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  @media screen and (max-width: 840px) {
    font-size: 11px;
  }
}
.l-footer-simple__copy {
  padding: 35px 0 0;
  background: var(--gray-bg-02);
  text-align: center;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 1px;
  @media screen and (max-width: 840px) {
    font-size: 8px;
    padding: 20px 0 0;
  }
}
