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

.tb01 td{
  padding: 7px 20px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
	background-color: #fff;
  color: #000;  
}
.tb01 td span{
	font-weight: 600;
}
.tb01 th span{
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.0em;
}
.tb01 th {
  background: rgba(220,220,220,0.60);
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
  width: 30%;
  font-weight: 700;
	padding:7px 20px;
}



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


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

}

