@charset "utf-8";

/* CSS Document */
.second-content {
	width: 100%;
	background: #fff;
}

.second-content-title {
	width: calc(100% - 4px);
	height: 80px;
	border-bottom: 1px solid #d2d2d2;
	border-left: 4px solid #104ca6;
}

.second-content-title span {
	font-size: 22px;
	color: #104ca6;
	line-height: 80px;
	padding-left: 25px;
}

.second-content-ct {
	padding: 32px 37.5px;
}

.second-content-ct p{
	line-height: 1.5;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
text-indent:2em;
}
.second-content-ct table p {
text-indent:0;
}
.second-content-ct p img{
	width: auto;
	max-width: 100%;
text-indent:0;
}