@charset "UTF-8";
:root {
  --color-white: #fff;
  --color-black: #252525;
}
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-style: normal;
  line-height: 1.5;
  scroll-behavior: smooth;
  color: var(--color-black);
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}
@media screen and (max-width: 768px) {
  html,
  body {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    font-size: 31.25%;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    height: 100%;
  }
}
body .sp-item {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body .sp-item {
    display: block !important;
  }
}
body .pc-item {
  display: block !important;
}
@media screen and (max-width: 768px) {
  body .pc-item {
    display: none !important;
  }
}
a {
  text-decoration: underline;
}
.container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  position: relative;
}
img {
  width: 100%;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
h1 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin: 2em auto;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3.8rem;
  }
}
.law-table {
  border-collapse: collapse;
  width: 94%;
  margin: 0.5rem auto;
}
.law-table tbody tr:nth-child(odd) {
  background-color: #f9f9f9; /* 奇数行の背景色 */
}
.law-table tbody tr:nth-child(even) {
  background-color: #e9e9e9; /* 偶数行の背景色 */
}
.law-table th {
  font-size: 1.8rem;
  font-weight: normal;
  width: 40%;
  border-top: 1px solid #ccc;
  text-align: justify;
  padding-left: 1em;
  vertical-align: middle;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .law-table th {
    font-size: 3rem;
  }
}
.law-table td {
  font-size: 1.8rem;
  width: 60%;
  padding: 1em;
  border-top: 1px solid #ccc;
  text-align: justify;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .law-table td {
    font-size: 3rem;
  }
}
footer {
  text-align: center;
  padding: 1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 2.4rem;
  }
}
