@charset "UTF-8";

/* base
================================================= */
* {
  box-sizing: border-box;
}

html {
  background: #fff;
}

body {
  margin: 0;
  background: #fff;
  color: #111;
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    "Meiryo",
    sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.015em;
}

a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wrapper {
  width: 100%;
  padding: 42px 28px 56px;
}

/* layout
================================================= */
.law-area {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 0 24px;
  overflow: hidden;
}

.law-area::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 51%;
  top: 47.2%;
  width: min(85vw, 700px);
  height: min(85vw, 700px);
  transform: translate(-50%, -42%);
  background: url("../images/vvm-logo.png") center center / contain no-repeat;
  opacity: 0.06;
  pointer-events: none;
}

.law-title,
.law-list {
  position: relative;
  z-index: 1;
}

.law-title {
  margin: 0 0 34px;
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.law-list {
  margin: 0;
}

.law-list dt {
  margin: 26px 0 0;
  padding: 0 0 7px;
  border-bottom: 2px solid #111;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.law-list dd {
  margin: 0;
  padding: 12px 0 6px;
  font-size: 0.98rem;
}

/* footer
================================================= */
footer {
  border-top: 1px solid #111;
  padding: 20px 16px 26px;
  text-align: center;
  color: #86868b;
}

footer p {
  margin: 0;
}

footer small {
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

/* sp
================================================= */
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }

  .wrapper {
    padding: 34px 22px 48px;
  }

  .law-title {
    margin-bottom: 30px;
    font-size: 1.05rem;
    line-height: 1.55;
    letter-spacing: 0.055em;
  }

  .law-list dt {
    margin-top: 24px;
    padding-bottom: 6px;
    border-bottom-width: 1.5px;
  }

  .law-list dd {
    padding-top: 10px;
    font-size: 0.94rem;
  }

  .law-area::before {
    width: 82vw;
    height: 82vw;
    opacity: 0.04;
    top: 34%;
  }

  footer small {
    font-size: 0.78rem;
  }
}
