.category {
  margin-bottom: -1px;
}
@media (max-width: 575px) {
  .category__year + .category__year {
    border-top: 1px solid #e5e5e5;
  }
}
.category__year-title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 32px 32px 64px;
}
@media (min-width: 1200px) {
  .category__year-title {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.category__list {
  position: relative;
  z-index: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (min-width: 576px) {
  .category__list {
    border-top: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 0 -1px 0 0 #e5e5e5;
    box-shadow: inset 0 -1px 0 0 #e5e5e5;
  }
}
.category__list-point {
  position: relative;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-bottom: 64px;
  background-color: #ffffff;
}
@media (min-width: 576px) {
  .category__list-point {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding-bottom: 1.4rem;
  }
  .category__list-point::after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .category__list-point:last-child::after {
    -webkit-box-shadow: 1px 0 0 0 #e5e5e5;
    box-shadow: 1px 0 0 0 #e5e5e5;
  }
}
@media (min-width: 992px) {
  .category__list-point {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 1400px) {
  .category__list-point {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
.category__item {
  display: block;
  text-align: center;
  color: #000000;
}
@media (min-width: 1200px) {
  .category__item:hover {
    color: #ff7d00;
  }
}
.category__item-image {
  display: block;
  width: 100%;
}
.category__item-title {
  margin-top: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 0 16px;
}
@media (min-width: 576px) {
  .category__item-title {
    font-size: 1rem;
  }
}
.category__item-desc {
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 0.6rem;
  color: #000000;
  padding: 0 16px;
}
@media (min-width: 576px) {
  .category__item-desc {
    font-size: 0.8rem;
  }
}
.category__item-desc span::after {
  content: ", ";
}
.category__item-desc span:last-child::after {
  display: none;
}
