@charset "utf-8";

.c-table-02.c-table-step th,
.c-table-02.c-table-step td{
	padding: 10px 0;
	background-color: #fff;
	border: none;
}

@media only screen and (max-width: 640px){
	.c-table-02.c-table-step th{
		padding-bottom: 0;
	}
}