@charset "UTF-8";

.cdec {
}

.cdec_wrap {
}

.cdec_cnt {
	margin-bottom: 70px;
}

.cdec_cnt:last-child {
	margin-bottom: 0;
}

.cdec_hd {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 6px;
	border-bottom: 5px solid #e4e4e4;
	font-size: 24px;
}

.cdec_hd::before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 360px;
	height: 5px;
	background: #c4ff00;
}

.fee {
}

.fee_ttl {
}

.fee_cnt {
}

.fee_tbl {
	margin-top: 25px;
}

.fee_tbl table {
	width: 100%;
}

.fee_tbl table tbody {
}

.fee_tbl table tbody tr {
}

.fee_tbl table tbody tr th {
	width: 200px;
	padding: 17px 0;
	border: 1px solid #000000;
	background: #ffff00;
	text-align: center;
	vertical-align: middle;
}

.fee_tbl table tbody tr td {
	padding: 17px 24px;
	border: 1px solid #000000;
	vertical-align: middle;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.cdec {
	}

	.cdec_wrap {
	}

	.cdec_cnt {
		margin-bottom: 30px;
	}

	.cdec_cnt:last-child {
	}

	.cdec_hd {
		margin-bottom: 18px;
		font-size: 20px;
	}

	.cdec_hd::before {
		width: 100px;
	}

	.fee {
	}

	.fee_ttl {
	}

	.fee_cnt {
	}

	.fee_tbl {
	}

	.fee_tbl table {
	}

	.fee_tbl table tbody {
	}

	.fee_tbl table tbody tr {
	}

	.fee_tbl table tbody tr th {
		width: 80px;
		padding: 10px 0;
	}

	.fee_tbl table tbody tr td {
		padding: 10px;
	}
}
