body {
  width: 100vw;
  min-height: 100vh;
  padding: 15px;
  margin: 0;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow-x: hidden;
  font-size: 12px;
  background-image: url("/images/ui/bg10.png");
}

.backLink {
  position: fixed;
  left: 0;
  top: 0;
  padding: 6px;
  z-index: 50;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 500px;
}

.headerMain {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
  height: 260px;
  width: 100%;
}

.headerLeft {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  height: fit-content;
  box-sizing: border-box;
  height: 100%;

  p {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin: 0;
    font-size: 14px;
  }
}

.headerMiddle {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin: 0;

  figcaption {
    position: absolute;
    top: 12px;
    left: -8px;
    margin: 0;
    padding: 4px;
    background-color: var(--dark-color);
    color: var(--bg-color);
  }
}

.headerImg {
  width: 220px;
  height: 260px;
  object-fit: cover;
  box-sizing: border-box;
  border: var(--border);
  padding: 4px;
}

.headerRight {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  text-align: end;

  p {
    margin: 0;
  }

  h1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    width: 80%;
  }

  span {
    display: block;
    width: 100%;
    text-align: justify;
    text-align-last: justify;
  }
}

.headerRightTop {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
}

.headerRightBottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 4px;

  h2 {
    margin: 0;
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
  }
}

main {
  width: 500px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 40px;
  font-size: 14px;
  line-height: 16px;
}

.sectionHeaderLabel {
  margin: 0;
  font-size: 10px;
  line-height: 10px;
}

.sectionHeader {
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  margin: 10px 0px;
}
