.legal-main {
  max-width: 972px;
  margin: 48px auto 80px auto;
  padding: 0 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo",
    "メイリオ", "Osaka", "MS PGothic", "arial", "helvetica", "sans-serif";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 16px;
}

.creation_date {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  text-align: right;
  color: rgba(0, 0, 0, 0.87);
  margin: 16px 0;
}

.page-title {
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 0 8px;
  border-bottom: solid 2px #37474f;
}
.page-title span {
  min-height: 32px;
  align-self: stretch;
  flex-grow: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  overflow-wrap: anywhere;
}

.subtitle,
.subtitle2 {
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 24px;
  padding: 0 0 0 6px;
  border-left: solid 6px #37474f;
}
.subtitle span,
.subtitle2 span {
  min-height: 32px;
  overflow-wrap: anywhere;
  flex-grow: 1;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.15px;
  text-align: left;
  color: #000;
}
.subtitle2 {
  margin-top: 24px;
  margin-bottom: 16px;
  padding: 0 0 0 8px;
  border-left-width: 4px;
}
.subtitle2 span {
  min-height: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.content-text,
.list-style-type-disc,
.list-style-type-decimal {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
  margin: 8px 0;
}
.list-style-type-disc {
  padding-left: 20px;
}
.list-style-type-decimal {
  padding-left: 24px;
}
.introduction-text {
  padding-top: 8px;
}

.supplementary {
  margin-top: 48px;
}
.back-to-top {
  margin-top: 48px;
  text-align: right;
}
.link-text {
  color: #0277bd;
}
.link-text:hover {
  color: #0277BD
}
.link-text:visited {
  color: #663399;
}
