.md-content {
  background-image: none;
}

.md-typeset h1::before {
  content: "プレスリリース";
  display: block;
  font-size: .8rem;
  font-weight: bold;
  padding: 0 .3vw;
}

@media (min-width: 60em) {
  .md-typeset h1 {
    margin-bottom: 0em;
  }
  .md-typeset h1::after {
    content: "";
    display: block;
    background-image: url("../../assets/images/naoj_logo.png");
    background-position: right top;
    background-size: 6em;
    background-repeat: no-repeat;
    width: 100%;
    height: 3.4em;
  }
}

.md-typeset figure img {
  max-width: 95%;
}

.md-typeset dt {
  margin-top: 0.7em;
  margin-bottom: 0.2em;
}

.md-typeset dd {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  margin-left: 1.2em !important;
}

.md-typeset figcaption {
  max-width: 90%;
  text-align: left;
  font-size: .6rem;
}
