.news#index .anony {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .news#index .anony {
    padding-bottom: 50px;
  }
}

.news#index .anony__hl {
  margin-bottom: 50px;
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

.news#index .anony__hl.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.news#index .anony__categoryList {
  text-align: center;
  margin-bottom: 50px;
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
  .news#index .anony__categoryList {
    margin-bottom: 30px;
  }
}

.news#index .anony__categoryList.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.news#index .anony__categoryList__item {
  display: inline-block;
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .news#index .anony__categoryList__item {
    margin-left: 20px;
  }
}

.news#index .anony__categoryList__item:first-child {
  margin-left: 0;
}

.news#index .anony__categoryList__item__anchor {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  color: #2E2D33;
  padding-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .news#index .anony__categoryList__item__anchor {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.news#index .anony__categoryList__item__anchor:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2E2D33;
  position: absolute;
  bottom: 0;
  left: 0;
}

.news#index .anony__categoryList__item__anchor.is-current:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #2E2D33;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
}

.news#index .anony__categoryList__item__anchor.is-current:after {
  display: none;
}

.news#index .anony__categoryList__item__anchor:hover:after {
  display: none;
}

.news#index .anony__articleList {
  width: 904px;
  margin-left: auto;
  margin-right: auto;
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
  .news#index .anony__articleList {
    width: 100%;
  }
}

.news#index .anony__articleList__item {
  border-top: 1px solid #707070;
  padding-bottom: 100px;
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .news#index .anony__articleList__item {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.news#index .anony__articleList__item__anchor {
  display: block;
  color: #2E2D33;
  transition: 0.2s all ease;
}

.news#index .anony__articleList__item__anchor:hover {
  opacity: 0.7;
}

.news#index .anony__articleList__item__anchor__fig {
  width: 260px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .news#index .anony__articleList__item__anchor__fig {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.news#index .anony__articleList__item__anchor__texts {
  width: calc(100% - 320px);
  float: right;
}

@media only screen and (max-width: 767px) {
  .news#index .anony__articleList__item__anchor__texts {
    width: 100%;
    float: none;
  }
}

.news#index .anony__articleList__item__anchor__texts__date {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
}

.news#index .anony__articleList__item__anchor__texts__category {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  width: 72px;
  display: inline-block;
  margin-left: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  padding: 5px;
}

.news#index .anony__articleList__item__anchor__texts__category:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-1px, -1px);
  border: 1px solid #2E2D33;
}

.news#index .anony__articleList__item__anchor__texts__category:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(1px, 1px);
  border: 1px solid #2E2D33;
}

.news#index .anony__articleList__item__anchor__texts__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news#index .anony__articleList.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.news#index .anony__pager {
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

.news#index .anony__pager.is-animated {
  opacity: 1;
  transform: translateY(0);
}
