@charset "utf-8";

.fcnn-table table{
	width: 100%;
	border-spacing: 0;
}
.fcnn-table table thead tr th{
	color: #000;
	background-color: #ccc;
	text-align: center;
	padding: 1rem;
	font-size: 18px;
	font-weight: 500;
}
.fcnn-table table thead tr th:first-child{
	border-right: 1px solid #fff;
}
.fcnn-table table tbody tr th{
	color: #000;
	background-color: #ccc;
	text-align: center;
	padding: 1rem;
	font-size: 18px;
	font-weight: 500;
}
.fcnn-table table tbody tr td{
	color: #000;
	font-size: 16px;
	padding: 1.2rem;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;
}
.fcnn-table table tbody tr td:first-child{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.fcnn-table table tbody tr td:last-child{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	background-color: #fff;
	border-left: 1px solid #fff;
	vertical-align: middle;
}
.fcnn-table table tbody tr td:last-child > span{
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	margin-right: 2px;
}

.fc-caption{
	padding: 1.5rem;
	border: 4px solid #ededed;
	border-radius: 10px;
}
.fc-caption-tit{
	display: flex;
	align-items: flex-end;
	margin-bottom: 1.5rem;
}
.fc-caption-tit > h5{
	margin-bottom: 0;
	margin-right: 10px;
	color: #000;
	font-weight: 500;
	font-size: 22px;
}
.fc-caption-tit > p{
	margin-bottom: 0;
	font-size: 16px;
	color: #666;
}
.fc-caption > p{
	margin-bottom: 8px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
}
.fc-caption > p:last-child{
	margin-bottom: 0;
}

.fc-btn-wrap{
	display: flex;
	justify-content: space-between;
}
.fc-btn-wrap > a{
	width: 49%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	background-color: #FFD901;
	transition: .4s;
}
.fc-btn-wrap > a > h3{
	color: #000;
	font-weight: 500;
	font-size: 26px;
	margin-bottom: 0;
	line-height: 1;
}
.fc-btn-wrap > a > img{
	display: inline-block;
	margin-right: 1rem;
	max-height: 30px;
}

@media(max-width:991px){
	.fc-caption{
		padding: 1rem;
	}
	.fc-caption-tit{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 1rem;
	}
	.fc-caption-tit > p{
		font-size: 14px;
		margin-top: 10px;
		line-height: 1.4;
	}
	.fc-caption > p{
		font-size: 14px;
		line-height: 1.4;
	}
	.fc-btn-wrap > a{
		padding: 1rem 5px;
	}
	.fc-btn-wrap > a > img{
		margin-right: 8px;
		max-height: 20px;
	}
	.fc-btn-wrap > a > h3{
		font-size: 17px;
	}

	.fcnn-table table thead tr th{
		padding: 1rem 5px;
		font-size: 16px;
	}
	.fcnn-table table tbody tr td{
		padding: 15px 10px;
		font-size: 12px;
	}
	.fcnn-table table tbody tr td:first-child{
		font-size: 12px;
		text-align: left;
		line-height: 1.4;
	}
	.fcnn-table table tbody tr td:first-child > span{
		font-size: 16px;
		font-weight: 500;
	}
	.fcnn-table table tbody tr td:last-child{
		font-size: 12px;
	}
	.fcnn-table table tbody tr td:last-child > span{
		font-size: 16px;
	}
	.fcnn-table table thead tr th:last-child{
		min-width: 95px;
		font-size: 14px;
	}
	.fcnn-table table tbody tr th{
		font-size: 16px;
	}
}

