.secFinancial .secInr .secCts {
	max-width: 1000px;
	margin: 0 auto;
}
.secFinancial .secInr .ctsWrap {
	margin: 60px 0 0;
}
.secFinancial .secInr .ctsWrap .lead .txt {
	font-size: 1.5rem;
	line-height: 2.1;
	letter-spacing: 0.03em;
}

.secFinancial .secInr .ctsWrap .itemTtl{
 color: #333
}

.secFinancial .secInr .ctsWrap .md-pdfLinkList .item .pdfBtn a {
	background: #5cc2d1;
 border: 1px solid #5cc2d1;
}
.secFinancial .secInr .ctsWrap .md-pdfLinkList .item .pdfBtn a:hover {
	background: #fff;
	color: #5cc2d1;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secFinancial .secInr .secCts {
		max-width: 100%;
	}
	.secFinancial .secInr .ctsWrap {
		margin: 8vw 0 0;
	}
	.secFinancial .secInr .ctsWrap .lead .txt {
		font-size: 4.4vw;
		line-height: 1.6;
		letter-spacing: 0.02em;
	}
}





