<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
article section {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  article section {
    margin-bottom: 5rem;
  }
}
article section h4 {
  margin-bottom: 0.5rem;
}
article section p + h4 {
  margin-top: 5rem;
}
article section ol li {
  margin-bottom: 1em;
}
article .txt-date {
  text-align: right;
}
article ul.link-list {
  list-style: none;
  padding-left: 0;
}
article ul.link-list li {
  padding-left: 1.3em;
  margin-bottom: 0.5rem;
  position: relative;
}
article ul.link-list li::before {
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #11438A;
  border-right: 2px solid #11438A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0.55em;
  left: 0;
}</pre></body></html>