h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  padding: 50px 0 0;
}

h2::before,
h2::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #e3bf00;
}

h2::before {
  margin-right: 20px;
}

h2::after {
  margin-left: 20px;
}

a.link {
  color: #fd932a;
  margin: 30px auto 0;
  text-align: center;
  display: block;
}

#bbp-container {
  padding-top: 120px;
  width: 1200px;
  margin: 0 auto;
}

header {
  width: 100%;
  height: 100vh;
  top: 0;
}
header .sp {
  display: none;
}

@media (max-width: 800px) {
  h2 {
    font-size: 3.5vw;
    padding-top: 30px;
  }
  h2::before,
  h2::after {
    content: "";
    width: 10vw;
    height: 3px;
    background-color: #e3bf00;
  }
  h2::before {
    margin-right: 20px;
  }
  h2::after {
    margin-left: 20px;
  }
  h3 {
    font-size: 4vw;
  }
  ul, li, dl, dd, p, a {
    font-size: 3.5vw;
  }
  a.link {
    font-size: 4vw;
  }
  #bbp-container {
    width: 100%;
    height: 100vh;
    top: 0;
  }
  #bbp-container .mv {
    min-width: 0px;
  }
}/*# sourceMappingURL=bbs.css.map */