.table_1{
	width:100%;
	margin:0 0 4.6rem;
}
.table_1 td{
	background:#fff;
	padding:1.9rem 2.0rem 2.0rem;
	font-size:1.4rem;
	color:#727275;
}
.table_1 tr:nth-child(2n+1) td{
	background:rgb(233 237 233 / 50%);
}
.table_1 tr:first-child td{
	background: #1d376b;
	padding:1.1rem 2.0rem 1.3rem;
	font-weight:600;
	color:#fff;
}
.table_1 td:first-child{
	font-weight:600;
}


.table_2{
	width:100%;
	margin:0 0 2.4rem;
}
.table_2 td{
	background:#fff;
	padding:1.1rem 2.0rem 1.0rem;
	font-size:1.4rem;
	line-height:1.2;
}
.table_2 tr:nth-child(2n+1) td{
	background:rgba(242,242,242,0.50);
}
.table_2 tr:first-child td{
	background:#fff;
	border-bottom:0.1rem solid #BEBEBE;
	padding:1.9rem 2.0rem 0.8rem;
	font-size:1.2rem;
	font-weight:600;
	color:#BEBEBE;
}
.table_2 td:last-child{
	font-size:1.6rem;
	font-weight:600;
	color:#BEBEBE;
}
.table_2 .active td:last-child{
	color:#3E3D3F;
}
.table_2 .number {
	border:0.1rem solid #EBEBEB;
	width: 4.6rem;
	height: 2.8rem;
	padding:0 3.5rem;
	position: relative;
}





.table_2 .number .field {
	border: none;
	width: 100%;
	height: 3.0rem;
	padding: 0.8rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #BEBEBE;
	text-align: center;
}

.table_2 .field:-moz-placeholder {
 font-size: 1.4rem;
	font-weight: 500;
	color: #BEBEBE;
}
.table_2 .field::-moz-placeholder {
font-size: 1.4rem;
	font-weight: 500;
	color: #BEBEBE;
}
.table_2 .field::-webkit-input-placeholder {
font-size: 1.4rem;
	font-weight: 500;
	color: #BEBEBE;
}
.table_2 .field:-ms-input-placeholder {
font-size: 1.4rem;
	font-weight: 500;
	color: #BEBEBE;
}
.table_2 .field.placeholder {
font-size: 1.4rem;
	font-weight: 500;
	color: #BEBEBE;
}
.table_2 .active .number .field{
	color:#3E3D3F;
}
.table_2 .active .field:-moz-placeholder {
 color:#3E3D3F;
}
.table_2 .active .field::-moz-placeholder {
color:#3E3D3F;
}
.table_2 .active .field::-webkit-input-placeholder {
color:#3E3D3F;
}
.table_2 .active .field:-ms-input-placeholder {
color:#3E3D3F;
}
.table_2 .active .field.placeholder {
color:#3E3D3F;
}
.table_2 .number .up {
	background: url(../images/table_3_plus.svg) no-repeat 50% 50%;
	display: block;
	width: 3.5rem;
	height: 3.0rem;
	position: absolute;
	top: 0;
	right: 0;
}
.table_2 .number .down {
	background: url(../images/table_3_minus.svg) no-repeat 50% 50%;
	display: block;
	width: 3.5rem;
	height: 3.0rem;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 767px) {
.table_1 td {
  padding: 1.9rem 1.0rem 2.0rem;
   font-size:1.2rem;
}
.table_1 tr:first-child td {
  padding: 1.1rem 1.0rem 1.3rem;
 
}
.table_2 td {
  padding: 1.1rem 0.5rem 1.0rem;
  font-size: 1.1rem;
}
.table_2 tr:first-child td {
  padding: 1.9rem 0.5rem 0.8rem;
  font-size: 1.1rem;
}
.table_2 td:last-child {
  font-size: 1.1rem;
}
.table_2 .number {
  width: 5.6rem;
  padding: 0 2.0rem;
}
.table_2 .number .field {
  padding: 0.8rem 0.5rem;
  font-size: 1.1rem;
}
.table_2 .number .up {
  width: 2.0rem;
}


.table_2 .number .down {

    width: 2.0rem;

}
}