@charset "shift-jis";


/*/personal/topics/news_20260908/
ーーーーーーーーーーーーーーーーーーーーーーーー*/
.topics_picCol2 {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}

@media only screen and (min-width: 768px), print {
  
}

@media only screen and (max-width: 767px) {
  .topics_picCol2 {
    margin-top: 30px;
    gap: 30px
  }
}