<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fixedpage-contents {
  background-color: var(--sub_color2);
  padding: 55px 0 70px 0;
  position: relative;
}
.fixedpage-contents .fixedpage-wysiwyg {
  position: relative;
  margin-top: 60px;
  border: 1px solid var(--sub_color);
  padding: 40px 90px 60px 90px;
  background-color: #fff;
  border-radius: 20px;
}
.fixedpage-contents .fixedpage-wysiwyg a {
  text-decoration: underline;
}
.fixedpage-contents .fixedpage-wysiwyg a:hover {
  text-decoration: none;
}
.fixedpage-contents .btn-cmn-more {
  margin: 10px auto 0 auto;
}
.fixedpage-contents .btn-cmn-back {
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .fixedpage-contents {
    padding: 35px 0 70px 0;
  }
  .fixedpage-contents .fixedpage-wysiwyg {
    margin-top: 40px;
    padding: 30px 10px;
    border-radius: 20px;
    display: block;
  }
  .fixedpage-contents .btn-cmn-more {
    margin-top: 30px;
  }
  .fixedpage-contents .btn-cmn-back {
    margin-top: 30px;
  }
}

.sitemap-contents .sitemap-wysiwyg ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.sitemap-contents .sitemap-wysiwyg ul li {
  list-style: none !important;
  width: calc((100% - 60px) / 2);
  margin: 0 60px 0 0;
  border-bottom: 1px solid #ededed;
}
.sitemap-contents .sitemap-wysiwyg ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 0;
  text-decoration: none;
  color: var(--sub_color);
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 24px;
}
.sitemap-contents .sitemap-wysiwyg ul li a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--sub_color);
  border-bottom: 2px solid var(--sub_color);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sitemap-contents .sitemap-wysiwyg ul li:nth-child(2n) {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sitemap-contents .sitemap-wysiwyg ul {
    display: block;
  }
  .sitemap-contents .sitemap-wysiwyg ul li {
    width: 100%;
    margin: 0;
  }
  .sitemap-contents .sitemap-wysiwyg ul li a {
    display: block;
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .sitemap-contents .sitemap-wysiwyg ul li a:before {
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-right: 2px solid var(--sub_color);
    border-bottom: 2px solid var(--sub_color);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sitemap-contents .sitemap-wysiwyg ul li:nth-child(2n) {
    margin: 0;
  }
}
</pre></body></html>