@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;700&family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html {
  color: #000000;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  letter-spacing: 2px;
}

h1 {
  color: #ffffff;
  font-size: 96px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  color: #194571;
  font-size: 96px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 36px;
    margin-bottom: 70px;
    margin-top: 34px;
    text-align: center;
  }
}

h3 {
  color: #194571;
  font-size: 24px;
  font-weight: bold;
}
h3.h3-tilte-small {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  h3.h3-tilte-small {
    font-size: 24px;
  }
}

h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 24px;
  }
}

p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7em;
}
@media screen and (max-width: 1100px) {
  p {
    font-size: 16px;
  }
}

header h1 {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 64px;
}
@media screen and (max-width: 1100px) {
  header h1 {
    font-size: 36px;
    text-align: center;
    word-break: keep-all;
  }
}

h4 {
  font-size: 28px;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 16px;
  }
}

.law66-table > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1100px) {
  .law66-table > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.law66-table > div:first-child {
  margin-top: 20px;
}
.law66-table > div:first-child p {
  border-bottom: none;
}
.law66-table p {
  padding: 5px 0;
}
.law66-table p:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  border-bottom: 2px solid #194571;
  border-top: 2px solid #194571;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-weight: bold;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .law66-table p:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    border: none;
    justify-content: flex-start;
  }
}
.law66-table p:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  border-bottom: 1px solid #194571;
  border-top: 1px solid #194571;
  flex: 1;
  margin-left: 50px;
  padding-left: 1em;
}
@media screen and (max-width: 1100px) {
  .law66-table p:last-child {
    border: none;
    margin-left: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 1100px) {
  .list-link {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=../map/page/law66.css.map */
