@charset "utf-8";
.l-content {
	overflow: hidden;
	padding-bottom: 0;
}
.data_content {
	background: url(../../images/data/bg_section.svg) no-repeat top 100px center;
    margin-top: -65px;
		padding-bottom: 160px;
    position: relative;
    z-index: 5;
}
.data_content::after {
	background: #D52127;
	bottom: -50px;
  content: '';
	height: 200px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 6px;
	z-index: -1;
}
.data_box {
	background: #fff;
	box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.20);
	padding: 65px 65px 70px;
}
.data-title {
	color: #000;
	font-size: 2.9rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.87px;
	line-height: normal;
}
.data-content {
	background: #eee;
	color: #000;
	display: flex;
	flex-direction: column;
	font-size: 5.8rem;
	font-style: normal;
	font-weight: 700;
	height: 360px;
	justify-content: center;
	letter-spacing: -1.74px;
	line-height: normal;
	margin-top: 20px;
	text-align: center;
}
.data-value {
	margin-top: -30px;
}
.data-value .num {
	color: #D52127;
	font-size: 13.9rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -4.17px;
	line-height: normal;
}
.data-content .data-note {
	display: block;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.72px;
	line-height: normal;
	margin-top: -40px;
	text-align: center;
}
@media (max-width: 767px) {
	.data_content {
		background: url(../../images/bg_section_sp.svg) no-repeat top 490px center;
		margin-top: -35px;
		padding-bottom: 80px;
	}
	.data_content::after {
		width: 3px;
	}
	.data_box {
		padding: 35px 15px 50px;
  }
	.data-content {
    font-size: 2.4rem;
		height: auto;
		padding: 60px 0 50px;
	}
	.data-title {
    font-size: 2.4rem;
	}
	.data-value .num {
		display: inline-block;
		font-size: 7.0rem;
		margin-right: 5px;
	}
	.data-content .data-note {
		display: block;
		font-size: 1.8rem;
		margin-top: -20px;
	}
}