.article-header {
  display: none !important;
}

#my-content .activity__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.25em;
  font-weight: normal;
  line-height: 1.25;
  padding: 0.3em 0 0.3em 2em;
  margin: 0;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #my-content .activity__title {
    font-size: 1.384em;
  }
}
#my-content .activity__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 1.6em;
  height: 1.6em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#my-content .activity__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #ffc49f;
}
#my-content .activity__title.--pink::before {
  background-image: url(../../page_common/img/tree_pink.png);
}
#my-content .activity__title.--pink::after {
  background-color: #ffc0bc;
}
#my-content .activity__title.--green::before {
  background-image: url(../../page_common/img/tree_green.png);
}
#my-content .activity__title.--green::after {
  background-color: #c2e080;
}
#my-content .activity__title.--orange::before {
  background-image: url(../../page_common/img/tree_orange.png);
}
#my-content .activity__title.--orange::after {
  background-color: #ffc49f;
}
#my-content .activity__title.--rose::before {
  background-image: url(../../page_common/img/tree_rose.png);
}
#my-content .activity__title.--rose::after {
  background-color: #f7acbc;
}
#my-content .activity__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
  color: #808080;
  margin-bottom: 1em;
}/*# sourceMappingURL=single_activity.css.map */