/* sprofit1 */
.sprofit1 {
	max-width: 1200px;
	margin: 65px auto 95px;
}
.sprofit1 .loader {
	padding-top: 54.167%;
}


/* sprofit2 */
.sprofit2 {
	padding: 70px 0 60px;
	background-color: #f4f4f4;
}
.sprofit2 .title {
	text-align: center;
}
.sprofit2 .title .ttl {
	display: inline-block;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.14em;
	border-bottom: 2px solid #222;
	transform: translateY(20%);
}
.sprofit2 .title .ttl.ttlLine {
	display: inline-block;
	padding-left: 10px;
}
.sprofit2 .title .txt {
	margin-top: 15px;
	font-size: 18px;
	color: #666;
	line-height: 30px;
}
.sprofit2 .title .txt .point {
	color: #832828;
}
.sprofit2_wrap {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 65px auto 0;
	text-align: center;
}
.sprofit2_wrap .con {
	display: inline-block;
	width: 168px;
	margin: 0 90px;
	font-size: 16px;
	vertical-align: top;
}
.sprofit2_wrap .con .loader {
	margin-bottom: 16px;
	width: 168px; height: 168px;
	border-radius: 100%;
}

/* sprofit3 */
.sprofit3 {
	max-width: 1200px;
	margin: 115px auto 75px;
}
.sprofit3 .con {
	display: inline-block;
	width: calc(50% - 25px);
	margin-bottom: 60px;
	vertical-align: top;
	transform: translateY(5%);
}
.sprofit3 .con:nth-child(2) {
	transition-delay: 0.2s;
}
.sprofit3 .con:nth-child(3) {
	transition-delay: 0.4s;
}
.sprofit3 .con:nth-child(4) {
	transition-delay: 0.6s;
}
.sprofit3 .con:nth-child(5) {
	transition-delay: 0.8s;
}
.sprofit3 .con:nth-child(6) {
	transition-delay: 1s;
}
.sprofit3 .con:nth-child(odd) {
	margin-right: 25px;
}
.sprofit3 .con:nth-child(even) {
	margin-left: 25px;
}
.sprofit3 .con .loader {
	padding-top: 49.22%;
}
.sprofit3 .con .box {
	position: relative;
	height: 150px;
	padding: 25px 50px 0 50px;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	text-align: center;
}
.sprofit3 .con .box .ttl {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.14em;
}
.sprofit3 .con .box .txt {
	margin-top: 14px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	word-break: keep-all;
}



@media ( max-width: 1024px ) {
	/* sprofit1 */
	.sprofit1 {
		max-width: 100%;
		margin: 40px auto 0;
	}
	.sprofit1 .loader {
		padding-top: 56.25%;
	}

	/* splace2 */
	.sprofit2 {
		padding: 75px 0 30px;
	}
	.sprofit2 .title .ttl {
		padding-bottom: 6px;
		font-size: 22px;
		letter-spacing: 3.08px;
		border-bottom: 1px solid #222;
	}
	.sprofit2 .title .ttl.ttlLine {
		display: block;
		padding-left: 0;
		border-bottom: none;
	}
	.sprofit2 .title .ttl.ttlLine span {
		display: inline-block;
		margin-top: 15px;
		padding-bottom: 6px;
		border-bottom: 1px solid #222;
	}
	.sprofit2 .title .txt {
		margin-top: 12px;
		font-size: 16px;
		line-height: 24px;
	}
	.sprofit2_wrap {
		max-width: calc(100% - 40px);
		margin: 60px auto 0;
	}
	.sprofit2_wrap .con {
		width: 130px;
		margin: 0 18px 35px 18px;
		font-size: 12px;
	}
	.sprofit2_wrap .con .loader {
		margin-bottom: 12px;
		width: 130px; height: 130px;
	}


	/* sprofit3 */
	.sprofit3 {
		max-width: calc(100% - 30px);
		margin: 28px auto 40px;
	}
	.sprofit3 .con {
		width: 100%;
		margin-bottom: 15px;
	}
	.sprofit3 .con:nth-child(odd) {
		margin-right: 0;
	}
	.sprofit3 .con:nth-child(even) {
		margin-left: 0;
	}
	.sprofit3 .con .loader {
		padding-top: 49.22%;
	}
	.sprofit3 .con .box {
		height: auto;
		padding: 15px 20px 30px 20px;
	}
	.sprofit3 .con .box .ttl {
		font-size: 15px;
		letter-spacing: 2.1px;
	}
	.sprofit3 .con .box .txt {
		font-size: 12px;
		line-height: 14px;
	}

}