/* ==========================================================================
	 * step
========================================================================== */
.step__container {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.step__title {
	margin-bottom: 25px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
.step__bodycopy {
	margin-bottom: 40px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 2;
}

.step__class-title {
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}
.step__class-table {
	width: 100%;
}
.step__class-th {
	padding-top: 0.7em;
	padding-right: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 0.7em;
	background-color: #EFEFEF;
	border-bottom: 1px solid #707070;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: left;
	line-height: 1.8;
}
.step__class-th:nth-child(1) {
	text-align: center;
}
.step__class-th:nth-child(2) {
	padding-left: 1em;
}
.step__class-td {
	padding-top: 0.7em;
	padding-right: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 0.7em;
	border-bottom: 1px solid #707070;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.8;
	vertical-align: middle;
}
.step__class-td[rowspan] {
	text-align: center;
}
.step__class-td--center {
	text-align: center;
}
.step__class-td--number {
	padding-left: 1em;
}
.first .step__class-td {
	background-color: #f0f7fa;
}
.second .step__class-td {
	background-color: #ddebf4;
}
.third .step__class-td {
	background-color: #c9e0ee;
}
.fourth .step__class-td {
	background-color: #b6d5e8;
}

@media screen and (min-width: 768px) {
	.step__container {
		margin-right: auto;
		margin-left: auto;
		padding-top: 70px;
		padding-right: 50px;
		padding-bottom: 70px;
		padding-left: 50px;
		max-width: 1100px;
	}
	.step__title {
		margin-bottom: 60px;
		font-size: 2.2rem;
	}
	.step__bodycopy {
		margin-bottom: 80px;
		padding-right: 0;
		padding-left: 0;
		font-size: 1.4rem;
		text-align: center;
	}

	.step__class-title {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.step__class-table {
		margin-right: auto;
		margin-left: auto;
		max-width: 840px;
	}
	.step__class-th {
		font-size: 1.6rem;
	}
	.step__class-th:nth-child(2) {
		padding-left: 4em;
	}
	.step__class-td {
		font-size: 1.6rem;
	}
	.step__class-td--number {
		padding-left: 4em;
	}
	.step__class-td--left {
		padding-left: 4em;
	}
}