@charset "UTF-8";
/* CSS Document */
.mb100_80 {
	margin-bottom: 100px;
}
.mb50_40 {
	margin-bottom: 50px;
}
.result_mv {
	max-width: 1100px;
	margin: 0 auto;
}
.result_cont_wrap {
	max-width: 1100px;
	margin: 80px auto 110px;
	position: relative;
	
}
.result_cont_wrap:before {
	content: "";
	background: #EB5505;
	width: 4px;
	height: calc(100% - 20px);
	top: 30px;
	left: 56px;
	position: absolute;
}
.result_cont_box .box_inner {
	padding: 0 111px;
}
.result_cont_box .box_inner .ttl {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.result_cont_box .box_inner p {
	font-size: 16px;
	margin-bottom: 20px;
}
.result_h2_style {
	position: relative;
	padding: 0 111px;
	font-size: 46px;
	margin: 0 0 20px;
}
.result_h2_style.dot:before {
	content: "";
	background: #EB5505;
	border: 1px solid #EB5505;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 41px;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	border-radius: 100%;
}
.result_img_col1 {
	text-align: center;
}
.result_img_col1 img {
	width: 480px;
	height: auto;
	margin: 0 auto;
}
.result_img_col2 {
	display: flex;
	justify-content: space-between;
	width: 878px;
	height: auto;
}
.result_img_col2 img {
	width: 428px;
}
.result-font-L {
	font-size: 32px;
	text-align: center;
	color: #EB5505;
	padding-bottom: 30px;
}
/* ~767px For SP 
=================================*/
@media screen and (max-width: 767px) {
	.mb100_80 {
		margin-bottom: 80px;
	}
	.mb50_40 {
		margin-bottom: 40px;
	}
	.result_mv {
		max-width: 100%;
	}
	.result_cont_wrap {
		max-width: 100%;
		margin: 50px auto 0px;
	}
	.result_cont_wrap:before {
			width: 2px;
			height: calc(100% - 20px);
			top: 20px;
			left: 18px;
	}
	.result_cont_box .box_inner {
		padding: 0 20px 0 38px;
	}
	.result_cont_box .box_inner .ttl {
		font-size: 17px;
	}
	.result_cont_box .box_inner p {
		font-size:14px;
		margin-bottom: 20px;
	}
	.result_h2_style {
		padding: 0 20px 0 38px;
		font-size: 28px;
		margin: 0 0 10px;
	}
	.result_h2_style.dot:before {
		width: 16px;
		height: 16px;
		top: 50%;
		left: 10px;
	}
	.result_img_col1 {
		text-align: center;
	}
	.result_img_col1 img {
		width: 100%;
	}
	.result_img_col2 {
		display: block;
		width: 100%;
	}
	.result_img_col2 img {
		width: 100%;
	}
	.result_img_col2 img:nth-of-type(n+2){
	 margin-top: 10px;
	}
	.result-font-L {
		font-size: 16px;
	}
}