/* CSS Document */
body {
  margin-top: 0;
}
body #contents {
  margin-top: 50px;
}
body #contents .ContentTitle {
  text-align: center;
  margin-bottom: 55px;
}
body #contents .ContentTitle .head01 {
  font-size: 28px;
  margin-bottom: 5px;
  font-weight: bold;
  margin: 0.5em 0;
}
@media only screen and (max-width: 800px) {
  body #contents .ContentTitle .head01 {
    font-size: 6vw;
  }
}
body #contents .ContentTitle .head01::after {
  content: attr(data-text);
  font-size: 1.8rem;
  display: block;
  color: #cecece;
  padding-top: 10px;
  font-family: 'Didact Gothic', sans-serif;
}

h1 {
  display: none !important;
}
