.div0 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div0 li {
  width: 95%;
  margin-bottom: 2rem;
}

.design02 {
 width: 100%;
 text-align: center;
 text-valign: middle;
 border-collapse: collapse;
 border-spacing: 0;
 border: solid 1px #778ca3;
}
.design02 tr {
 border-top: dashed 1px #778ca3;
}
.design02 th {
 padding: 10px;
 background: #e9faf9;
border-right: dashed 1px #778ca3;

}
.design02 th:last-child {
 border-right: none;

}


.design02 td {
 padding: 10px;
border-right: dashed 1px #778ca3;
}

.design02 td:last-child { {
 border-right: none;
}
