@charset "utf-8";
#header {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}
#header h1 {
  display: flex;
  align-items: center;
  height: 70px;
}
#footer {
  border-top: 1px solid #dedede;
  padding-top: 20px;
  margin-top: 40px;
}
.title {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 15px;
}
.numberlist li {
  list-style: decimal;
  margin-left: 1.4rem;
}
.numberlist li + li {
  margin-top: 10px;
}
.closeBtn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
}
