/* line 3, ../../../../../../common/scss/components/pages/_sitemap.scss */
.SitemapTtl {
  width: 727px;
  margin: 0 auto 50px;
  position: relative;
  padding: 0 0 0 30px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600; }
  /* line 11, ../../../../../../common/scss/components/pages/_sitemap.scss */
  .SitemapTtl::before {
    position: absolute;
    background: #40220f;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    content: '';
    border-radius: 11px; }
/* line 23, ../../../../../../common/scss/components/pages/_sitemap.scss */
.SitemapBox--Outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 727px;
  margin: 0 auto; }
/* line 28, ../../../../../../common/scss/components/pages/_sitemap.scss */
.SitemapBox--Top {
  flex: 0 1 337px; }
/* line 31, ../../../../../../common/scss/components/pages/_sitemap.scss */
.SitemapBox--Product {
  flex: 0 1 337px; }
/* line 34, ../../../../../../common/scss/components/pages/_sitemap.scss */
.SitemapBox--Support {
  width: 727px;
  margin: 0 auto; }
  /* line 37, ../../../../../../common/scss/components/pages/_sitemap.scss */
  .Sitemap .SitemapBox--Support .LinksList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    /* line 39, ../../../../../../common/scss/components/pages/_sitemap.scss */
    .Sitemap .SitemapBox--Support .LinksList__Item {
      flex: 0 1 46.3%;
      margin: 9px 0; }
/* line 45, ../../../../../../common/scss/components/pages/_sitemap.scss */
.SitemapBox__Ttl {
  color: #40220f;
  border-bottom: #40220f 1px solid;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: .1rem;
  padding: 0 0 3px;
  margin: 0 0 18px; }
/* line 56, ../../../../../../common/scss/components/pages/_sitemap.scss */
.SitemapBox__Links .LinksList__Item {
  margin: 18px 0; }
  /* line 58, ../../../../../../common/scss/components/pages/_sitemap.scss */
  .SitemapBox__Links .LinksList__Item a {
    position: relative;
    color: #40220f;
    font-size: .95rem;
    letter-spacing: .1rem;
    padding: 0 0 0 14px; }
    /* line 64, ../../../../../../common/scss/components/pages/_sitemap.scss */
    .SitemapBox__Links .LinksList__Item a:link {
      color: #40220f; }
    /* line 67, ../../../../../../common/scss/components/pages/_sitemap.scss */
    .SitemapBox__Links .LinksList__Item a:visited {
      color: #40220f; }
    /* line 70, ../../../../../../common/scss/components/pages/_sitemap.scss */
    .SitemapBox__Links .LinksList__Item a::before {
      position: absolute;
      content: '';
      width: 6px;
      height: 6px;
      border: 0;
      border-top: solid 1px #40220f;
      border-right: solid 1px #40220f;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 55%;
      left: 0;
      margin-top: -4px; }

/*# sourceMappingURL=sitemap.css.map */
