.table_1 {
	width: 100%;
	margin: 0 0 3.2rem;
	border-collapse: separate;
}


.table_1 td {
	background: #fff;
	border: 0.1rem solid #DEDBEE;
	padding: 1.7rem 2.3rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #031B4B;


}
.table_1 tr:first-child td {
	background: #C0D2F8;
	border: 0.1rem solid #88A7E9;
	padding: 1.5rem 2.3rem;
	font-size: 2.0rem;
	color: #000;


}
.table_1 tr:first-child td:first-child {
	border-radius: 2.0rem 0 0 0;


}

.table_1 tr:first-child td:last-child {
	border-radius: 0 2.0rem 0 0;


}
.table_1 tr:last-child td:first-child {
	border-radius: 0 0 0 2.0rem;


}
.table_1 tr:last-child td:last-child {
	border-radius: 0 0 2.0rem 0;


}


.table_6 {
	margin: 0 0 12px;
    width: 100%;
   text-align: center;

}

.table_6 th {
	background: #5fb4ac;
    border: 3px solid #fff;
	font-weight: bold;
	width: auto;
	padding: 10px 33px;
	font-size: 18px;
	font-weight: 500;
	color: #242D2D;
	text-align: center;
}
.table_6 table th, table.table_6 th {
	font-weight: bold;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 21px;
	color: #2b2d42;
	text-align: center;
	vertical-align: middle
    border: 3px solid #fff;
}
.table_6 tr:first-child td {
	padding: 10px 33px;
	font-size: 18px;
	font-weight: 500;
	color: #242D2D;
}
.table_6 td {
	background: #f6f8fa;
    border: 3px solid #fff;
	vertical-align: middle;
	width: auto;
	padding: 10px 33px;
	font-size: 16px;
	font-weight: 500;
	color: #242D2D;
	
}
.table_6 td:first-child {
    border-right: 3px solid #fff;
    background: #f6f8fa;
    vertical-align: middle;
}
.table_6 tr:first-child td:first-child {
	border-right: 3px solid #fff;
}
.table_6 tr:nth-child(2n+1) td {
	background: #F6F8FA;
    border-right: 3px solid #fff;
    text-align: center;
    vertical-align: middle;
}
table.table_6 tr:hover td {
	background: #B3CDF8;
}
.table table_6 tr:hover td, table.table tr:hover td {
	background: #B3CDF8;
}
table.table_6 tr:nth-child(2n+1):hover td {
	background: #B3CDF8;
}



@media (max-width: 767px) {
	.wrapper-table {
	position: relative;
	overflow: hidden;
	overflow-x: auto;
}
	.table_1 td {
  padding: 0.5rem;
  font-size: 1.4rem;
}
	.table_1 tr:first-child td {
  padding: 0.5rem;
  font-size: 1.4rem;
}

	.table_1 tr:first-child td:first-child {
	border-radius: 1.0rem 0 0 0;


}

.table_1 tr:first-child td:last-child {
	border-radius: 0 1.0rem 0 0;


}
.table_1 tr:last-child td:first-child {
	border-radius: 0 0 0 1.0rem;


}
.table_1 tr:last-child td:last-child {
	border-radius: 0 0 1.0rem 0;


}

.table_6 td {
	padding: 5px;
	font-size: 14px;
}
.table_6 tr:first-child td {
	padding: 5px;
	font-size: 14px;
}

.table_6 table th, table.table_6 th {
  
    padding: 10px 15px;
    font-size: 12px;
    
}

}

