@charset "UTF-8";
.areaRct {}
.areaRct_title {
	margin-bottom: 90px;
}
.rct {
	max-width: 840px;
	margin: 0 auto 116px;
}
.rct_title {}
.rct_text {
	text-align: center;
	margin-bottom: 33px;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 35px;
}
.rct_text-noBorder {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 60px;
}
.rct_table {
	max-width: 700px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.75;
}
.rct_table > tbody {}
.rct_table > tbody > tr {
	border-bottom: none;
}
.rct_table > tbody > tr:first-child {
	border-top: none;
}
.rct_table > tbody > tr:last-child {}
.rct_table > tbody > tr > th {}
.rct_table > tbody > tr > td {}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.areaRct {}
	.areaRct_title {
		margin-bottom: 70px;
	}
	.rct {
		max-width: 640px;
		margin-bottom: 95px;
	}
	.rct_title {}
	.rct_text {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.rct_table {}
	.rct_table > tbody {}
	.rct_table > tbody > tr {}
	.rct_table > tbody > tr:first-child {}
	.rct_table > tbody > tr:last-child {}
	.rct_table > tbody > tr > th {}
	.rct_table > tbody > tr > td {}
}
@media screen and (max-width:767px) {
	.areaRct {}
	.areaRct_title {
		margin-bottom: 35px;
		text-align: center;
	}
	.rct {
		max-width: none;
		margin-bottom: 60px;
	}
	.rct_title {}
	.rct_text {
		text-align: left;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.rct_text-noBorder {
		padding-bottom: 0;
		margin-bottom: 45px;
		text-align: center;
	}
	.rct_table {}
	.rct_table > tbody {}
	.rct_table > tbody > tr {}
	.rct_table > tbody > tr:first-child {}
	.rct_table > tbody > tr:last-child {}
	.rct_table > tbody > tr > th {}
	.rct_table > tbody > tr > td {}
}
