
#system{
	width: 720px;
	padding-bottom: 60px;
}
#system h2{
	font-size: 0;
	line-height: 0;
}


/** sysbox **/

.sysbox{
	text-align: left;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	background: url(../img/all/dot.gif) repeat-x bottom left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.sysbox div{
	width: calc(100% - 305px);
}
.sysbox img{
	width: 290px;
	height: auto;
}
.sysbox:nth-of-type(odd) div{	order: 1;}
.sysbox:nth-of-type(odd) img{	order: 2; margin-left: 15px;}
.sysbox:nth-of-type(even) div{	order: 2;}
.sysbox:nth-of-type(even) img{	order: 1; margin-right: 15px;}


#system h3{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 19px;
	line-height: 30px;
	text-align: left;
	color: #ae7822;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
}
#system h3 span{
	font-size: 18px;
	line-height: 20px;
	color: #000;
	position: absolute;
	top: 6px;
	left: 0;
}

.sysbox p{
	font-size: 12px;
	line-height: 22px;
}


/** result **/

#result{
	text-align: center;
}

.rebox{}
.rebox{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 30px 0;
}

.rebox .img,
.rebox .txt{
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rebox .img{
	width: 260px;
	padding: 0 20px;
}
.rebox .img img{
	width: 220px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0px 0px 8px 0px rgba(162, 160, 123, 0.5);
}

.rebox .txt{
	text-align: left;
	padding: 15px 0 0 0;
}
.rebox .txt h4{
	position: relative;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}
.rebox .txt h4:after{
	content: "";
	width: 4px;
	height: 15px;
	background: currentColor;
	position: absolute;
	top: 5px;
	left: 0;
}
.rebox:nth-of-type(6n + 1) .txt h4{	color: #9e0000;}
.rebox:nth-of-type(6n + 2) .txt h4{	color: #15488c;}
.rebox:nth-of-type(6n + 3) .txt h4{	color: #29a25f;}
.rebox:nth-of-type(6n + 4) .txt h4{	color: #977a16;}
.rebox:nth-of-type(6n + 5) .txt h4{	color: #d36819;}
.rebox:nth-of-type(6n) .txt h4{	color: #7d50c0;}

.rebox .txt h4 a{	color: currentColor;}
.rebox .txt p{
	font-size: 12px;
	line-height: 22px;
}

#result .btmtxt{
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	.inpage_topimg div h2{	font-size: min(4.3vw, 20px);}
	#system{
		width: auto;
		padding: 0 0 30px 0;
	}
	.topimg{
		font-size: 0;
		line-height: 0;
		margin: 0 0 20px 0;
	}
	.topimg img{
		width: 100%;
		height: auto;
	}


	/** sysbox **/
	.sysbox{
		display: flex;
		flex-wrap: wrap;
		text-align: left;
		margin: 0 10px 15px 10px;
		padding: 0 0 30px 0;
		background: url(../img/all/dot.gif) repeat-x bottom left;
		background-size: 2px auto;
	}
	.sysbox div{
		width: 100%;
	}
	#system h3{
		position: relative;
		font-size: 16px;
		line-height: 30px;
		margin: 0 0 10px 0;
		padding: 0 0 0 20px;
	}
	#system h3 span{
		font-size: 16px;
		line-height: 20px;
		top: 6px;
		left: 0;
	}
	.sysbox p{
	}
	.sysbox img{
		width: 70%;
		height: auto;
		margin: 0 auto;
	}
	.sysbox:nth-of-type(odd) div{	order: 2;}
	.sysbox:nth-of-type(odd) img{	order: 1; margin: 0 auto;}
	.sysbox:nth-of-type(even) div{	order: 2;}
	.sysbox:nth-of-type(even) img{	order: 1; margin: 0 auto;}


	/** result **/
	#result{
		margin: 0 10px;
	}
	.rebox{}
	.rebox{
		display: table;
		width: 100%;
		font-size: 0;
		line-height: 0;
		margin: 0 0 30px 0;
	}
	.rebox .img,
	.rebox .txt{
		display: table-cell;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.rebox .img{
		width: 95px;
		padding: 0 15px 0 0;
	}
	.rebox .img img{
		width: 90px;
		box-shadow: 0px 0px 4px 0px rgba(162, 160, 123, 0.4);
	}
	.rebox .txt{
		text-align: left;
		padding: 0;
	}
	.rebox .txt h4{
		position: relative;
		font-size: 18px;
		font-weight: normal;
		line-height: 25px;
		margin: 0 0 5px 0;
		padding: 0 0 0 10px;
	}
	.rebox .txt p{
		font-size: 12px;
		line-height: 22px;
	}

	#result .btmtxt{
		font-size: 13px;
		line-height: 24px;
		text-align: left;
	}
	#result .btmtxt .sp_none{	display: none;}

}