body#close {
  background-color: var(--colorWhisper);
  height: 100%;
}

#l-header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: var(--colorWhite);
}

#l-footer {
  position: fixed;
  bottom: 0;
}

#l-close {
  display: flex;
  width: 100%;
  height: 100%;
}

#l-close .l-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 650px) {
  #l-close .l-inner {
    width: 90%;
    padding: 10.6666666667vw 0;
    text-align: center;
  }
}
#l-close .l-inner h2 {
  padding: 20px 10px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: var(--fontSize30);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 650px) {
  #l-close .l-inner h2 {
    padding: 4vw 0;
  }
}
#l-close .l-inner p {
  margin-top: 40px;
  font-size: var(--fontSize24);
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 650px) {
  #l-close .l-inner p {
    font-size: var(--fontSize22);
    margin-top: 5.3333333333vw;
  }
}
#l-close .l-inner p a {
  color: var(--colorSmalt);
  text-decoration: underline;
}

#l-close .l-inner p a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=close.css.map */
