@charset "UTF-8";

.tbllist_td_flex{
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 1rem;
}

.tbllist_td_flex:not(:last-child){
  margin-bottom: 2rem;
}

.tbllist_td_flex .cont img{
  margin-bottom: 1rem;
}


@media screen and (max-width: 767px) {
  .tbllist_td_flex{
    flex-wrap: wrap;
  }
  .tbllist_td_flex .img,
  .tbllist_td_flex .cont{
    display: block;
    width: 100%;
  }
}