/*記事詳細
=======================================================*/
.single .topics .topics-ttl{
  font-family: "Inter B", "NotoSansJP B";
  font-size: 30px;
  line-height: 1.5;
}
.single .topics .topics-img{
  margin-top: 30px;
}
.single .topics .topics-img img{
  display: block;
  object-fit: contain;
}
.single .topics .topics-con{
}

@media screen and (max-width: 768px){
  .topics{
    margin-top: 50px;
  }
  .single .topics .topics-ttl{
    font-size: 20px;
  }
}

/*
=======================================================*/

@media screen and (max-width: 768px){
}