@charset "UTF-8";

/*
*******************************************************************************************************
  ターンオーバーとは
*******************************************************************************************************
*/

.wrpContents .listCause .modListTxt .listTxt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrpContents .listCause .modListTxt .listTxt li {
  width: 50%;
  box-sizing: border-box;
}
