/* parts */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
/* other */
.category-section {
  padding-bottom: 3.5em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.category-section h2 {
  line-height: 1.1;
  width: 25%;
  padding-top: 3em;
  margin-top: -3em;
}
.category-section h2 a {
  width: 100%;
  display: inline-block;
}
.category-section h2 a img {
  width: 100%;
  margin: 0.5em 0;
}
.category-section ul {
  width: 70%;
  padding: 0 0 1em 5em !important;
}
.category-section ul li {
  width: 100% !important;
}
.category-section .cat-txt h2 {
  width: auto;
}

.anker-area {
  text-align: center;
  padding: 0 0 5em 0;
}
.anker-area ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.anker-area ul li {
  padding: 0 1.5em 0.5em 1.5em;
  margin: 0.5em 0 1.5em 0;
  border-right: dotted 1px #999;
}
.anker-area ul li:last-child {
  border-right: none;
}
.anker-area ul li a {
  line-height: 1;
  color: #000;
  position: relative;
}
.anker-area ul li a:after {
  width: 0.35em;
  height: 0.35em;
  display: inline-block;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}

@media screen and (max-width: 1024px) {
  .anker-area {
    padding-bottom: 3em;
  }
  .anker-area ul {
    display: inline-block;
    white-space: normal;
  }
  .anker-area ul li {
    margin-bottom: 2.5em;
    display: inline-block;
  }
}
@media screen and (max-width: 575px) {
  .category-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category-section h2 {
    width: 100%;
  }
  .category-section ul {
    width: 100%;
    padding: 0 0 1em 2em !important;
  }
  .anker-area {
    padding-bottom: 1em;
  }
  .anker-area ul {
    font-size: 0.9em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .anker-area ul li {
    width: 33.3333333333%;
    display: block;
  }
  .anker-area ul li:last-child {
    border-right: dotted 1px #999;
  }
  .anker-area ul li:nth-of-type(3n) {
    border-right: none;
  }
}