.single main {
  margin-top: 80px;
}

.single header {
  position: relative;
}

.single .sc__body p {
  margin-bottom: 24px;
}

.single .sc__exhibition .sc__subttl {
  text-align: center;
}

.single .sc__news .sc__subttl {
  text-align: center;
}

.single .sc__ttl {
  text-align: center;
  margin-bottom: 40px;
}

.single .sc__inner {
  max-width: 920px;
}

.single .wp-block-image {
  margin-bottom: 32px;
}

.single h2 {
  margin-bottom: 8px;
}

.single h3 {
  margin-bottom: 8px;
}

.single p + h2 {
  margin-top: 40px;
}

.single p + h3 {
  margin-top: 24px;
}
.single p a {
  color: #005b9d;
  text-decoration: underline;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .single main {
    margin-top: 40px;
  }
  .single .sc__ttl {
    margin-bottom: 8px;
  }
}