.table_1{
	border-top:0.1rem solid rgba(153,178,198,0.43);
	border-bottom:0.1rem solid rgba(153,178,198,0.43);
	width:100%;
	margin:0 0 3.5rem;
}
.table_1 td{
	padding:0 2.9rem 1.4rem 0;
}
.table_1 tr:first-child td{
	padding:3.0rem 2.9rem 1.4rem 0;
}
.table_1 tr:last-child td{
	padding:0 2.9rem 3.4rem 0;
}
.table_2{
	width:100%;
	margin:0 0 5.8rem;
	table-layout:fixed;
}
.table_2 td{
	background:#fff;
	padding:1.8rem 2.3rem 1.8rem;
	color:#242D2D;
	line-height:1.2;
}
.table_2 tr:nth-child(2n+1) td{
	background:rgba(153,178,198,0.10);
}
.table_2 tr:first-child td{
	background:#fff;
	border-bottom:0.2rem solid rgba(153,178,198,0.10);
	padding:0.8rem 2.3rem;
	font-size:1.4rem;
	font-weight:600;
	color:#99B2C6;
}
.table_3{
width: 100%;
margin: 0 0 1.5rem;
}
.table_3 td{
	border-bottom: 0.1rem solid #E2E2DE;
padding: 2.0rem 0 2.0rem 1.9rem;
}
.table_3 tr:first-child td{
	background: #ECF5ED;
	border: none;
	font-weight: 600;
	color: #110F0E;
}
.table_3 tr:first-child td:first-child{
	border-radius: 2.0rem 0 0 0;
}
.table_3 tr:first-child td:last-child{
	border-radius: 0 2.0rem 0 0;
}
.table_3 .number{
	font-size: 1.8rem;
	font-weight: 600;
	color: #110F0E;
}
@media (max-width: 767px) {
	.table_2 {
  margin: 0 0 2.8rem;
  table-layout: auto;
}
	.table_2 tr:first-child td {
  padding: 0.8rem 0.3rem;
}
.table_2 td {
  padding: 0.8rem 0.6rem;
  font-size:1.4rem;
}
.table_3 td {
	padding: 0.5rem;
	font-size: 1.3rem;
  }
  .table_3 tr:first-child td:first-child {
	border-radius: 0.6rem 0 0 0;
  }
  .table_3 tr:first-child td:last-child {
	border-radius: 0 0.6rem 0 0;
  }
  .table_3 .number {
	font-size: 1.6rem;
  }
}
@media (min-width: 1280px) {
}