* {
  box-sizing: border-box;
}

#mainArea h2 {
  border: none !important;
  color: #604C3F !important;
  font-size: 32px;
  line-height: 1.5;
  margin: 60px 0 !important;
  text-align: center;
  position: relative;
}
#mainArea h2::after {
  content: "";
  background-color: #FF7E8E;
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: 2px;
  width: 108px;
  transform: translateX(-50%);
}

.sitemap_area {
  margin: 60px auto;
  padding: 3em;
  width: 1140px;
  background: #f3f3f3;
}
@media screen and (max-width: 480px) {
  .sitemap_area {
    margin: 20px auto;
    padding: 0;
    width: 94%;
    background: none;
  }
}
.sitemap_area .section_inner {
  margin: 0 auto;
  padding: 3em 2em;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .sitemap_area .section_inner {
    padding: 0;
  }
}
.sitemap_area .section_inner .area_title {
  margin: 20px auto;
  padding: 1em 1.5em;
  width: 100%;
  font-size: 1rem;
  color: #000;
  background: #fbe9ff;
  border-bottom: 3px solid #eeaaff;
}
@media screen and (max-width: 480px) {
  .sitemap_area .section_inner .area_title {
    padding: 0.6em 1.5em;
  }
}
.sitemap_area .section_inner .sitemap_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto !important;
  padding: 0;
  width: 90%;
}
.sitemap_area .section_inner .sitemap_list > li {
  margin: 0 0 10px 0 !important;
  padding: 0;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .sitemap_area .section_inner .sitemap_list > li {
    width: 100%;
  }
}
.sitemap_area .section_inner .sitemap_list > li > a {
  font-size: 0.9rem;
  color: #791777;
  text-decoration: none !important;
}
.sitemap_area .section_inner .sitemap_list > li > a:hover {
  color: #d369d2;
}
.sitemap_area .section_inner .sitemap_list > li > a::before {
  content: "\f054";
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 0.8rem;
  font-weight: 600;
}

.terms_area {
  margin: 60px auto;
  padding: 3em;
  width: 1140px;
  background: #f3f3f3;
}
@media screen and (max-width: 480px) {
  .terms_area {
    margin: 20px auto;
    padding: 0;
    width: 94%;
    background: none;
  }
}
.terms_area .section_inner {
  margin: 0 auto;
  padding: 3em 2em;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .terms_area .section_inner {
    padding: 0;
  }
}
.terms_area .section_inner .terms_lead {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.6rem;
}
.terms_area .section_inner .terms_contents {
  margin: 16px auto 0 auto !important;
  padding: 0;
  width: 100%;
}
.terms_area .section_inner .terms_contents > dt {
  margin: 0;
  padding: 0.8em 1.5em;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  background: #f0f0f0;
}
.terms_area .section_inner .terms_contents > dd {
  margin: 1em auto !important;
  padding: 0;
  width: 94%;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.4rem;
}
.terms_area .section_inner .terms_contents > dd > ul {
  margin: 10px auto !important;
  padding: 0;
  width: 100%;
}
.terms_area .section_inner .terms_contents > dd > ul > li {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 0.9rem;
}
.terms_area .section_inner .terms_contents > dd > ul > ul {
  margin: 10px auto !important;
  padding: 0 2em;
  width: 100%;
}
.terms_area .section_inner .terms_contents > dd > ul > ul > li {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 0.9rem;
}
.terms_area .section_inner .terms_contents > dd > ul > ul > ul {
  margin: 10px auto !important;
  padding: 0 2em;
  width: 100%;
}
.terms_area .section_inner .terms_contents > dd > ul > ul > ul > li {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 0.9rem;
}/*# sourceMappingURL=sitemap.css.map */