#camp .fs-25 {
  font-size: 25px;
  line-height: 35px;
}
#camp .fw-bold {
  font-weight: bold;
}
#camp p {
  text-align: center;
}
#camp li {
  line-height: 1.4;
  margin-bottom: 6px;
}
#addArea #camp {
  margin-bottom: 50px;
}
#camp h2 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #camp {
    margin: 0 auto 4%;
    font-size: 4vw;
    padding: 2%;
  }
  #camp .fs-25 {
    font-size: 4.1vw;
    line-height: 6vw;
  }
  #camp .fs-25-ttl-ver {
    font-size: 5.5vw;
    line-height: 8vw;
  }
}