<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------
SCSS import
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
variable
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
body
----------------------------------------------------------------- */
body #wrapper {
  /* ----------------------------------------------------------------
		contents
		----------------------------------------------------------------- */
}

body #wrapper .contents .main__contents main .section + .section {
  margin-top: 80px;
}

@media screen and (max-width: 950px) {
  body #wrapper .contents .main__contents main .section + .section {
    margin-top: 35px;
  }
}

body #wrapper .contents .main__contents main .section .lead {
  padding: 20px 0 20px 0;
}

body #wrapper .contents .main__contents main .section .ttl--left {
  margin-bottom: 30px;
}

body #wrapper .contents .main__contents main .section .sub--ttl {
  color: #2291C6;
  margin-bottom: 5px;
}

body #wrapper .contents .main__contents main .section .regul__txt {
  margin-bottom: 40px;
}

@media screen and (max-width: 950px) {
  body #wrapper .contents .main__contents main .section .regul__txt {
    margin-bottom: 30px;
  }
}

body #wrapper .contents .main__contents main .section .regul__txt.mb10 {
  margin-bottom: 10px;
}

body #wrapper .contents .main__contents main .section .regul__txt.mb20 {
  margin-bottom: 20px;
}

body #wrapper .contents .main__contents main .section .regul__list {
  margin-top: 10px;
}

body #wrapper .contents .main__contents main .section .regul__list li {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 5px;
}

body #wrapper .contents .main__contents main .section .regul__list.indent2 li {
  text-indent: -1.6em;
  padding-left: 1.6em;
}

body #wrapper .contents .main__contents main .pagetop {
  font-size: calc(14em/20);
  background: #2291C6;
  padding: 10px;
  color: #fff;
}

@media screen and (max-width: 950px) {
  body #wrapper .contents .main__contents main .pagetop {
    font-size: .87em;
  }
}

body #wrapper .contents .main__contents main .pagetop:hover {
  text-decoration: none;
  opacity: .8;
}

body #wrapper .contents .main__contents main .pagetop span {
  position: relative;
  padding-right: 20px;
}

body #wrapper .contents .main__contents main .pagetop span::after {
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-bottom: 10px solid #fff;
  right: 0;
  top: -.65em;
  bottom: 0;
  margin: auto;
}

body #wrapper .contents .main__contents main .txt-right {
  text-align: right;
}

body #wrapper .contents .main__contents main .mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 950px) {
  body #wrapper .contents .main__contents main .mt30 {
    margin-top: 20px;
  }
}
</pre></body></html>