.l-topics {
  margin-right: 10px;
  width: 100%;
  min-width: auto;
  /* Firefox */
}
.l-topics::-webkit-scrollbar {
  width: 8px;
}
.l-topics::-webkit-scrollbar-track {
  background-color: #dddddd;
  border-radius: 2em;
}
.l-topics::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 2em;
}
.l-topics .p-home-news-txt p {
  margin-top: 16px;
}
.l-topics .p-home-news-txt p:first-child {
  margin-top: 0;
}
.l-topics .p-home-news-txt h2 {
  margin-top: 24px;
  line-height: 1.45;
}
.l-topics .p-home-news-txt ul {
  margin: 8px 0;
}
.l-topics .p-home-news-txt a {
  text-decoration: underline;
  color: var(--main-color);
}
.l-topics .p-home-news-txt a:hover {
  text-decoration: none;
}
.l-topics .p-home-news-txt .figure {
  margin-top: 2em;
}
.l-topics .p-home-news-txt figure {
  margin: 1.5em auto;
  max-width: 600px;
}
.l-topics .p-home-news-txt figure figcaption {
  margin-top: 0.5rem;
  font-size: 1.5rem;
}
.l-topics .p-home-news-txt figure figcaption b {
  display: block;
  font-size: 1.6rem;
  text-align: center;
}
.l-topics .p-home-news-txt .highlight li + li {
  margin-top: 8px;
}
.l-topics .p-home-news-txt .highlight li > span {
  display: inline-block;
  padding: 5px 6px 3px;
  line-height: 1.45;
  background-color: rgba(255, 245, 0, 0.6);
  border-radius: 3px;
}
.l-topics .p-home-news-txt .photo {
  margin: 24px auto 0;
}
.l-topics .p-home-news-txt .row li {
  text-align: center;
}
.l-topics .p-home-news-txt .row li .title {
  display: inline-block;
  margin-top: 8px;
}
.l-topics .p-home-news-txt .row li .title b {
  display: block;
}

@media screen and (min-width: 940px) {
  .l-topics {
    overflow-y: auto;
    min-width: auto;
  }
  .l-topics .photo {
    max-width: 640px;
  }
  .l-topics .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 20px -5px;
  }
  .l-topics .row li {
    padding: 5px;
    width: 33.3333333333%;
  }
  .l-topics .row li .thumb {
    height: 280px;
  }
  .l-topics .row li .thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .l-topics .row li .title b {
    display: block;
  }
}
@media screen and (max-width: 939px) {
  .l-topics::-webkit-scrollbar {
    width: 6px;
  }
  .l-topics .p-home-news-txt p {
    margin-top: 8px;
  }
  .l-topics .p-home-news-txt h2 {
    margin-top: 16px;
  }
  .l-topics .p-home-news-txt ul {
    margin: 6px 0;
  }
  .l-topics .p-home-news-txt figure {
    max-width: 100%;
  }
  .l-topics .p-home-news-txt figure figcaption {
    font-size: 1.4rem;
    margin-top: 0.4rem;
  }
  .l-topics .p-home-news-txt figure figcaption b {
    font-size: 1.4rem;
  }
  .l-topics .p-home-news-txt .highlight li + li {
    margin-top: 6px;
  }
  .l-topics .p-home-news-txt .highlight li > span {
    padding: 4px 5px 3px;
  }
  .l-topics .p-home-news-txt .row {
    margin-top: 16px;
  }
  .l-topics .p-home-news-txt .row li + li {
    margin-top: 16px;
  }
}