@charset "utf-8";
.systemLead {
	max-width: 1090px;
	margin: 40px auto 0;
}

.systemLeadInner {
	text-align: center;
}

.figureBox03 a {
	background: url(/estate/system/img/icn_arrow.png) no-repeat;
	background-position: top 50% right 1%;
}

.riskContent {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.riskContent h3 {
	width: 150px;
}

.riskContent h4 {
	margin: 0 0 1em 0;
	font-size: 20px;
	text-align: center;
	color: #274768;
	font-weight: bold;
}

.riskContent .caption {
	font-size: 16px;
}

.riskContent .box-border {
	width: calc(100% - 150px);
	padding: 1em;
	border: solid 2px #368fa6;
	border-radius: 20px;
}

.riskContent .box-bg {
	margin: 1em 0 0 0;
	padding: 1em;
	background: #deeaf3;
	display: flex;
	justify-content: space-between;
}

.riskContent .box-bg h5 {
	width: 110px;
	margin: 0 1em 0 0;
	padding: 0 1em 0 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #333333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.riskContent .box-bg p {
	width: calc(100% - 110px);
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.riskContent {
		margin: 0 0 40px 0;
		display: block;
	}
	
	.riskContent h3 {
		width: auto;
	}
	
	.riskContent h3 img {
		margin: 0 auto 20px;
	}
	
	.riskContent h4 {
		font-size: 15px;
	}
	
	.riskContent .caption {
		font-size: 0.8em;
	}
	
	.riskContent .box-border {
		width: 100%;
		border: solid 1px #368fa6;
		border-radius: 10px;
	}
	
	.riskContent .box-bg {
		display: block;
	}
	
	.riskContent .box-bg h5 {
		width: 100%;
		margin: 0 0 1em 0;
		padding: 0 0 1em 0;
		font-size: 16px;
		border-right: none;
		border-bottom: solid 1px #333333;
	}
	
	.riskContent .box-bg p {
		width: 100%;
		font-size: inherit;
	}
}
