.p-news_topics {
  color: #4a4a4a;
}

.p-news_topics:not(:last-child) {
  margin-bottom: 0 !important;
}

@media (min-width: 721px) {
  .p-news_topics {
    margin-bottom: 100px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 720px) {
  .p-news_topics {
    margin-bottom: 60px;
    padding-top: 80px;
  }
}

.p-news_topics__title {
  text-align: center;
}

@media (min-width: 721px) {
  .p-news_topics__title {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 720px) {
  .p-news_topics__title {
    margin-bottom: 30px;
  }
}

.p-news_topics__title__en {
  font-weight: 400;
  line-height: 1.33333;
  margin-bottom: 2px;
}

@media (min-width: 721px) {
  .p-news_topics__title__en {
    font-size: 30px;
  }
}

@media screen and (max-width: 720px) {
  .p-news_topics__title__en {
    font-size: 22px;
  }
}

.p-news_topics__title__jp {
  line-height: 2;
}

@media (min-width: 721px) {
  .p-news_topics__title__jp {
    font-size: 20px;
  }
}

@media screen and (max-width: 720px) {
  .p-news_topics__title__jp {
    font-size: 16px;
  }
}

.p-news_topics__inner {
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 721px) {
  .p-news_topics__inner {
    padding: 0 50px;
  }
}

@media screen and (max-width: 720px) {
  .p-news_topics__inner {
    padding: 0 28px;
  }
}

.p-news_topics__inner__list {
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 721px) {
  .p-news_topics__inner__list {
    margin-bottom: 78px;
  }
}

@media screen and (max-width: 720px) {
  .p-news_topics__inner__list {
    margin-bottom: 40px;
  }
}

.p-news_topics__inner__item {
  font-weight: 300;
}

@media (min-width: 921px) {
  .p-news_topics__inner__item {
    width: calc((100% - 50px) / 3);
  }

  .p-news_topics__inner__item:not(:nth-child(3n)) {
    margin-right: 25px;
  }

  .p-news_topics__inner__item:nth-child(n + 4) {
    margin-top: 30px;
  }
}

@media (max-width: 920px) and (min-width: 721px) {
  .p-news_topics__inner__item {
    width: calc((100% - 40px) / 3);
  }

  .p-news_topics__inner__item:not(:nth-child(3n)) {
    margin-right: 20px;
  }

  .p-news_topics__inner__item:nth-child(n + 4) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 720px) {
  .p-news_topics__inner__item {
    width: 100%;
  }

  .p-news_topics__inner__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.p-news_topics__inner__item__link {
  display: block;
  transition: 0.3s;
}

.p-news_topics__inner__item__link:hover {
  opacity: 0.5;
}

.p-news_topics__inner__item__link__thumbnail {
  padding-top: 56.08466%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 14px;
}

.p-news_topics__inner__item__link__thumbnail.bg-size100 {
  background-size: auto 100%;
}

.p-news_topics__inner__item__link__content {
  color: #4a4a4a;
  line-height: 1.5;
}

@media (min-width: 921px) {
  .p-news_topics__inner__item__link__content {
    font-size: 16px;
  }
}

@media (max-width: 920px) and (min-width: 721px) {
  .p-news_topics__inner__item__link__content {
    font-size: 14px;
  }
}

@media screen and (max-width: 720px) {
  .p-news_topics__inner__item__link__content {
    font-size: 16px;
  }
}

.p-news_topics__inner__item__link__content__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.p-news_topics__inner__item__link__content h3 {
  font-weight: 400;
  line-height: 2;
}

.p-news_topics__inner__item__link__content .cat {
  background-color: #4a4a4a;
  line-height: 1.71;
  color: #fff;
  text-align: center;
}

@media (min-width: 921px) {
  .p-news_topics__inner__item__link__content h3 {
    font-size: 20px;
  }
}

@media (max-width: 920px) and (min-width: 721px) {
  .p-news_topics__inner__item__link__content h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 720px) {
  .p-news_topics__inner__item__link__content h3 {
    font-size: 20px;
  }
}

@media (min-width: 921px) {
  .p-news_topics__inner__item__link__content .cat {
    font-size: 14px;
    padding: 0 20px 2px 21px;
  }
}

@media (max-width: 920px) and (min-width: 721px) {
  .p-news_topics__inner__item__link__content .cat {
    font-size: 10px;
    padding: 0 10px 2px;
  }
}

@media screen and (max-width: 720px) {
  .p-news_topics__inner__item__link__content .cat {
    font-size: 14px;
    padding: 0 20px 2px 21px;
    min-width: 139px;
  }
}

.p-news_topics__inner__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 412px;
  height: 43px;
  font-weight: 400;
  font-size: 13px;
  border: 1px solid #4a4a4a;
  background-color: transparent;
  color: #4a4a4a;
  margin: 0 auto;
}

@media screen and (max-width: 720px) {
  .p-news_topics__inner__btn {
    font-size: 13px;
    max-width: 280px;
  }
}

@media (min-width: 721px) {
  .p-news_topics__inner__btn {
    max-width: 380px;
  }
}
