/* Scss Document */
body {
  font-weight: 500;
}

a {
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.center {
  text-align: center;
}

.number {
  font-family: "Inter", sans-serif;
}

.note {
  font-size: 12px;
}
.note.br {
  margin-top: 1em;
}

.bc_wrap {
  margin-left: 33px;
  font-size: 10px;
}
.bc_wrap .breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5E5E5E;
  font-weight: 400;
}

.law_wrap .top_title {
  letter-spacing: 0.05em;
  font-size: 30px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 1.5em;
  font-weight: 500;
}
.law_wrap .contents_wrap dl {
  font-size: 14px;
}
.law_wrap .contents_wrap dl .content dt h2 {
  color: #000;
  font-weight: 700;
  padding: 0;
}
.law_wrap .contents_wrap dl .content dd {
  color: #5E5E5E;
  font-weight: 400;
}
.law_wrap .contents_wrap dl .content + div {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #e3e3e3;
}
/*# sourceMappingURL=Law.css.map */