#topMenu
{
	z-index: 100;
	text-align: center;
	margin-top: 3%;
	height: 250px;
	overflow:hidden;
}

.maina.select
{
	opacity: 0.4;
	transition: 0.3s ;
}

/*------------------------- ロゴエリア -------------------------*/
#logoArea
{
	overflow:hidden;
}
#MainLogo
{
	width:210px;
}
#logoArea p
{
	font-size: 18px;
	padding-left:30px;
}


/*------------------------- 説明文 -------------------------*/
#Description
{
	text-align: right;
	margin-right: 3%;
}
h2
{
	font-size: 20px;
	letter-spacing: -1px;
}
#Description p
{
	font-size: 16px;
	line-height: 32px;
}

/*------------------------- コンセプト -------------------------*/
#ConceptArea
{
	margin-top:236px;
	margin-left: -10%;
}
.top_down
{
	margin-left: 10%;
}
h1
{
	font-size: 60px;
	position: relative;
	display: inline-block;
	color: #fefefe;
  	white-space: nowrap;
}
h1::before 
{
	position: absolute;
	top: 0;
	left: 0;
	content: attr(data-split);
	height: 50%;
	color: #111111;
	overflow: hidden;
  }
#conceptBk
{
	width:97%;
	overflow: hidden;
	margin-top:-50px;
	padding-bottom: 10px;
	background:linear-gradient(rgba(59,51,81,0.7), rgba(53,48,74,0.5),rgba(59,51,81,0.7));
}
#conceptImg
{
	width:95%;
	margin-left: 8%;
	background-image: url("../images/workImg.png");
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: 10% 200%;
	background-position:center;
}
#conceptlist
{
	padding-top: 50px;
	margin-left: 100px;
	margin-right:40px;
	display: -ms-grid;
	display:grid;
	-ms-grid-rows:25% 25% 25% 25%;
	-ms-grid-columns:25% 25% 25% 25%;
	grid-template-columns: repeat(auto-fit,minmax(240px,376px));
	
}
#conceptlist a
{
	display:block;
}
/* 各モニター 　　　　　*/
#conceptlist a.processMonitor
{
	/*-ms-grid-row:1; 
 	-ms-grid-column:1;
 	grid-row:1/2; 
 	grid-column:1/2; */
}
#conceptlist a.performanceMonitor
{
	/*-ms-grid-row:1; 
	-ms-grid-column:2;
	grid-row:1/2; 
	grid-column:2/3; */
}
#conceptlist a.traceability
{
	/*-ms-grid-row:1; 
	-ms-grid-column:3;
	grid-row:1/2; 
	grid-column:3/4;*/
}
#conceptlist a.simpleReporter
{
	/*-ms-grid-row:1; 
	-ms-grid-column:4;
	grid-row:1/2; 
	grid-column:4/5;*/
}
#conceptlist a.simplePicking
{
	/*-ms-grid-row:2; 
	-ms-grid-column:1;
	grid-row:2/3; 
	grid-column:1/2;*/
}
#conceptlist a.qualityMonitor
{
	/*-ms-grid-row:2; 
	-ms-grid-column:4;
	grid-row:2/3; 
	grid-column:4/5;*/
}
#conceptlist a.locationManager
{
	/*-ms-grid-row:3; 
	-ms-grid-column:1;
	grid-row:3/4; 
	grid-column:1/2;*/
}
#conceptlist a.workPlace
{
	/*-ms-grid-row:3; 
	-ms-grid-column:4;
	grid-row:3/4;
	grid-column:4/5;*/
}
#conceptlist a.simpleScheduler
{
	/*-ms-grid-row:4; 
	-ms-grid-column:1;
	grid-row:4/5; 
	grid-column:1/2;*/
}
#conceptlist a.workTerminal
{
	/*-ms-grid-row:4; 
	-ms-grid-column:2;
	grid-row:4/5; 
	grid-column:2/3;*/
}
#conceptlist a.automationEquipment
{
	/*-ms-grid-row:4; 
	-ms-grid-column:3;
	grid-row:4/5; 
	grid-column:3/4;*/
}
#conceptlist a.maintenanceManager
{
	/*-ms-grid-row:4; 
	-ms-grid-column:4;
	grid-row:4/5; 
	grid-column:4/5;*/
}
.concept
{
	/*width:24%;*/
}
.concept:hover .overlay
{
	opacity: 1;	
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all  0.7s ease;
}
.float
{
	float: left;
}
/*-- モニター名 --*/
.moniterName
{
	position: relative;
	width: 90%;
	background-color: rgba(255,255,255,0.86);
	border-radius: 2px;
	padding-left: 10px;
	padding-top: 5px;
	z-index: 100;
}
.name
{
	font-size: 14px;
	line-height: 22px;
	width:90%;
	border-bottom: 2px solid;
    border-image: linear-gradient(to right, rgba(149,149,149,1), rgba(149,149,149,0));
    border-image-slice: 1;
}
.name span
{	
	font-size: 12px;
}
.right
{
	text-align: right;
}
.comment 
{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
}
.Improvement
{
	color:#d21018;
}
.Efficiency
{
	color:#06037f;
}
/*-- モニターイメージ --*/
.monitorImg
{
	position: relative;
	margin-top: -10px;
	margin-left: 15px;
}
.monitor
{
	width:90%;
}
.type
{
	position: absolute;
	width:90%;
	background: #111111;
    top: 40%;
	z-index: 100;
	color:#fafafa;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
}
/* ホバー用オーバーレイ */
.overlay
{
	position: absolute;
    top: 0;
    z-index: 100;
	background: rgba(21,21,21,0.9);
	opacity: 0;
}
.img.overlay
{
	width:90%;
	height:95%;
}
.more
{
	color: #bfbfbf;
	border:solid 1px #bfbfbf;
	width:80px;
	text-align: center;
	margin: 25% auto 0 auto;
	cursor: pointer;
}
.text.overlay
{
    width: 100%;
	height:100%;
	margin-left: -10px;
}

/*------------------------- 組み合わせ自由 -------------------------*/
#FreeSelect
{
	margin-top:20px;
}
.top_down.right
{
	text-align: right;
	margin-right: 3%;
	position: relative;
	z-index: 100;
}
#selectBk
{
	width:97%;
	overflow: hidden;
	margin-top:-50px;
	background:linear-gradient(rgba(63,63,64,0.7), rgba(100,103,111,0.5),rgba(63,63,64,0.7));
	position: relative;
	z-index: 0;
	right: -8%;
	padding-bottom: 20px;
}
#selectImg
{
	padding:15px 0 0 200px;
}
.selectMonitor
{
	width:600px;
}
#selectCmt
{
	margin:115px 0 0 120px;
	text-align: right;
}
#selectCmt p
{
	font-size: 22px;
	line-height: 50px;
	color:#eeeeee;
}

@media screen and (min-width: 1820px) {
	.div-empty {
		display: block;
	}
}
@media screen and (max-width: 1819px) {
	.div-empty {
		display: none;
	}
}

@media screen and (max-width: 1920px) and (min-width:1366px) {
	/*----------------------- トップメニュー --------------------*/	
	.clear
	{
		clear: both;
	}
	.floatRight
	{
		float: right;
		margin-right: 4%;
	}
}


@media screen and (max-width: 1366px) and (min-width:1025px) {
    /*----------------------- トップメニュー --------------------*/
	#topMenu
	{
		height: 160px;
    }
    /*------------------------- コンセプト -------------------------*/
	#ConceptArea
	{
		margin-top:8px;
		margin-left: -10%;
	}
	#conceptImg
	{
		width:91%;
	}
	#conceptlist
	{
		padding-top: 30px;
		margin-left: 0px;
	}
	/* 各モニター 　　　　　*/
	.concept
	{
		/*width:25%;*/
	}
	.floatRight
	{
		float: right;
		margin-right: 0%;
	}
	.clear
	{
		clear: both;
	}

	/*-- モニター名 --*/
	.moniterName
	{
		padding-left: 3px;
	}
	.text.overlay
	{
		margin-left: -3px;
	}
	.name span
	{	
		font-size: 11px;
	}
	.comment 
	{
		font-size: 16px;
	}
	/*------------------------- 組み合わせ自由 -------------------------*/
	#selectImg
	{
		padding:15px 0 0 75px;
	}
	#selectCmt
	{
		margin:115px 0 0 70px;
		text-align: right;
	}
}

/* ----------------------------------------------------------------------- */
/* ------------------------------タブレット・スマホ用------------------------ */
/* ----------------------------------------------------------------------- */
@media screen and (max-width: 1024px) and (min-width:769px){
	/*------------------------- コンセプト -------------------------*/
	#ConceptArea
	{
		margin-top:20px;
	}
	h1
	{
		font-size: 40px;
	}
	#conceptBk
	{
		width:100%;
		margin-top:-25px;
	}
	#conceptlist
	{
		padding-top: 30px;
		margin-left: 50px;
	}
	/* 各モニター 　　　　　*/
	.concept
	{
		/*width:32%;*/
		margin:1% 0
	}
	.floatRight
	{
		float: left;
	}
	/*-- モニター名 --*/
	.moniterName
	{
		height: 40px;
		/* width: 190px; */
		padding-left: 3px;
	}	
	.text.overlay
	{
		margin-left: -3px;
	}
	.name
	{
		font-size: 10px;
		line-height: 15px;
		border-bottom: 1px solid;
	}
	.name span
	{	
		font-size: 10px;
	}
	.comment 
	{
		font-size: 14px;
	}
	/*-- モニターイメージ --*/
	.monitorImg
	{
		position: relative;
		margin-top: -10px;
		margin-left: 10px;
	}

	/*------------------------- 組み合わせ自由 -------------------------*/	
	#selectBk
	{
		width:94.5%;
		margin-top:-30px;
		overflow: hidden;
		padding-bottom: 20px;
	}
	#selectImg
	{
		padding:35px 0 0 80px;
	}
	.selectMonitor
	{
		width:400px;
	}
	#selectCmt
	{
		margin:80px 0 0 50px;
	}
	#selectCmt p
	{
		font-size: 18px;
		line-height: 50px;
	}
	
}
@media screen and (max-width: 768px) {
	/*------------------------- ロゴエリア -------------------------*/
	#MainLogo
	{
		width:170px;
	}
	#logoArea p
	{
		font-size: 15px;
		padding-left:30px;
	}
	/*----------------------- トップメニュー --------------------*/
	#topMenu
	{
		height: 100px;
	}
	/*------------------------- 説明文 -------------------------*/
	#Description
	{
		text-align: right;
		margin-right: 3%;
		margin-top:30px;
	}
	h2
	{
		font-size: 17px;
		letter-spacing: -1px;
	}
	#Description p
	{
		font-size: 14px;
		line-height: 26px;
		letter-spacing: -1px;
	}
	/*------------------------- コンセプト -------------------------*/
	#ConceptArea
	{
		margin-top:20px;
	}
	#conceptlist
	{
		padding-top: 40px;
		margin-left: 10px;
	}
	h1
	{
		font-size: 40px;
	}
	#conceptBk
	{
		margin-top:-25px;
		overflow: hidden;
	}
	/* 各モニター 　　　　　*/
	.concept
	{
		/*width:50%;*/
		margin:1% 0
	}
	.floatRight
	{
		float: left;
	}
	/*-- モニター名 --*/
	.moniterName
	{
		padding-left: 1px;
		width: 95%;
	}
	.name
	{
		font-size: 10px;
		font-size: 100%;
		line-height: 15px;
		border-bottom: 1px solid;
	}
	.name span
	{	
		font-size: 10px;
	}
	.name span::before
	{
		content: "\A" ;
  		white-space: pre;
	}
	.comment 
	{
		font-size: 10px;
		font-size: 100%;
	}
	/*-- モニターイメージ --*/
	.monitorImg
	{
		position: relative;
		margin-top: -10px;
		margin-left: 3px;
	}
	/* ホバー用オーバーレイ */
	.text.overlay
	{
		margin-left:-1px;
	}
	.img.overlay
	{
		width: 200px;
		width:90%;
	}
	/*------------------------- 組み合わせ自由 -------------------------*/	
	#selectBk
	{
		width:95%;
		margin-top:-30px;
		overflow: hidden;
	}
	#selectImg
	{
		padding:35px 0 0 20px;
	}
	.selectMonitor
	{
		width:90%;
	}
	#selectCmt
	{
		margin:10px 0 0 50px;
	}
	#selectCmt p
	{
		font-size: 16px;
		line-height: 40px;
	}
	
}