@charset "UTF-8";
table{
  border-collapse: collapse;
  font-weight: 400;
margin: 20px auto 5px;
	text-align-last: left;
	width: 100%;
}

.tb_keep td{
  padding: 15px 30px;
  border: solid 2px #c7d8c7;
  text-align:left;
  box-sizing:border-box;
	background-color:#fff;
  color: #3d3d3d;  
}

.tb_keep th {
  background: #f0f7f4;
	color: #3d3d3d;
  border: solid 2px #c7d8c7;
  text-align:left;
  box-sizing:border-box;
  width: 30%;
  font-weight: 700;
	padding:15px 30px;
}



@media screen and (max-width: 580px) {


.tb_keep {
    width: 100%;
  }
  table.tb_keep th,
  table.tb_keep td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb_keep tr:last-child{
    border-bottom: solid 2px #c7d8c7;
  }
	


}

