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

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

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

.col_wakaba{
	color: #3F9C74;
	
}

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


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


}

