*,
::before,
::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}

body {
  background-color: #ffffff;
  color: #1f1f1f;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
}

main {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}
@media (max-width: 760px) {
  main {
    padding: 32px 18px 64px;
  }
}

a[target=_blank]:hover {
  text-decoration: underline;
}

.Article-Law {
  margin-bottom: 10px;
  font-size: 13px;
  color: #6f6f6f;
}
.Article-Law a:hover {
  text-decoration: underline;
}
.Article-Name {
  margin-bottom: 26px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}
.Article-Heading {
  font-size: 15px;
  font-weight: 400;
  color: #6f6f6f;
}
.Article-Deleted {
  color: #6f6f6f;
}

.LawArticle-Line {
  margin-bottom: 12px;
}
.LawArticle-Line:last-child {
  margin-bottom: 0;
}
.LawArticle-Number {
  margin-right: 8px;
  color: #6f6f6f;
}
.LawArticle-Child {
  margin-top: 10px;
  padding-left: 26px;
}
.LawArticle-Child .LawArticle-Line {
  margin-bottom: 8px;
}

.Law-Source {
  margin-top: 40px;
  font-size: 13px;
  color: #6f6f6f;
}

.LawWhole-Title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.LawWhole-Number {
  margin-top: 8px;
  font-size: 14px;
  color: #6f6f6f;
}
.LawWhole-Preamble {
  margin-top: 20px;
  font-size: 15px;
}
.LawWhole-Preamble a:hover {
  text-decoration: underline;
}
.LawWhole-PreambleText {
  margin-top: 20px;
  line-height: 2;
}

.LawIndex {
  margin-top: 24px;
}
.LawIndex-Item {
  border-top: 1px solid #e5e5e5;
}
.LawIndex-Item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.LawIndex-Item a {
  display: block;
  padding: 11px 4px;
  font-size: 15px;
}
.LawIndex-Item a:hover {
  background-color: #f5f5f3;
}

.Reference {
  margin-top: 28px;
}
.Reference-Heading {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #6f6f6f;
}
.Reference-List li {
  padding: 4px 0;
  font-size: 14px;
  color: #6f6f6f;
}
.Reference-List li a:hover {
  text-decoration: underline;
}

.Precedent-Name {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
.Precedent-Meta {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 12px;
  row-gap: 2px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.75;
}
.Precedent-Meta-Label {
  color: #6f6f6f;
}
.Precedent-Meta-Value {
  color: #1f1f1f;
}
.Precedent-Section {
  margin-top: 32px;
}
.Precedent-Section-Heading {
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 500;
  color: #6f6f6f;
}
.Precedent-Section-Body {
  line-height: 1.9;
}
.Precedent-FullText {
  margin-top: 32px;
}
.Precedent-FullText-Heading {
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 500;
  color: #6f6f6f;
}
.Precedent-FullText-Body {
  position: relative;
  padding-left: 16px;
  line-height: 1.9;
}
.Precedent-FullText-Body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background-color: #e5e5e5;
}
.Precedent-Source {
  margin-top: 32px;
  font-size: 13px;
  color: #6f6f6f;
}

.ExamQuestion-Head {
  margin-bottom: 20px;
  font-size: 13px;
  color: #6f6f6f;
}
.ExamQuestion-Text {
  margin-bottom: 20px;
  line-height: 1.9;
}
.ExamQuestion-StatementList {
  margin-bottom: 20px;
}
.ExamQuestion-Statement {
  margin-bottom: 12px;
  line-height: 1.8;
}
.ExamQuestion-Statement:last-child {
  margin-bottom: 0;
}
.ExamQuestion-Label {
  margin-right: 8px;
  font-weight: 500;
}
.ExamQuestion-View {
  margin-top: 4px;
  padding-left: 22px;
}
.ExamQuestion-ChoiceList {
  margin: 20px 0;
}
.ExamQuestion-Choice {
  padding: 8px 0;
  border-top: 1px solid #e5e5e5;
  font-size: 15px;
}
.ExamQuestion-Choice:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.ExamQuestion-Answer {
  margin-top: 20px;
  padding: 12px 16px;
  background-color: #f5f5f3;
  border-radius: 2px;
  font-weight: 500;
}
.ExamQuestion-Reference {
  margin-top: 28px;
}
.ExamQuestion-Reference-Heading {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #6f6f6f;
}
.ExamQuestion-Reference-Body {
  line-height: 1.9;
}
.ExamQuestion-Reference-Source {
  margin-top: 8px;
  font-size: 13px;
  color: #6f6f6f;
}
.ExamQuestion-Source {
  margin-top: 28px;
  font-size: 13px;
  color: #6f6f6f;
}