/*------------------------- ロゴエリア -------------------------*/
#logoArea
{
	overflow:hidden;
	float: left;
}
#MainLogo
{
	width:130px;
}

/*------------------------- メニューエリア -------------------------*/
#topMenu
{
	z-index: 100;
	text-align: center;
	margin-top: 30px;
	padding-top:10px;
	height: 60px;
	overflow:hidden;
}
/*------------------------- 左画面 -------------------------*/
.left
{
	width:40%;
	float: left;
	overflow: hidden;
	margin-bottom: 40px;
}
.top_down
{
	margin-left: 5px;
}
.pageTitle
{
	display: none;
}
h1
{
	font-size: 34px;
	position: relative;
	display: inline-block;
	color: #fefefe;
	white-space: nowrap;
	margin-left: 12px;
	padding-right: 10px;
}
h1::before 
{
	position: absolute;
	top: 0;
	left: 0;
	content: attr(data-split);
	height: 50%;
	color: #111111;
	overflow: hidden;
  }
.top_down span
{
	font-size: 14px;
	color: #f8f6f6;
	display: contents;
}

.fsSupport
{
    background-image: url("../images/mark.png");
	background-repeat: no-repeat;
	background-size: contain;
	width:120px;
	height: 40px;
	float: right;
	margin: -25px 20px 0 0;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}
.leftBS
{
	width:95%;
	background: #ffffff;
	margin-top:-30px;
	margin-top: -4%;
}
.leftBk
{
	width:100%;
	background:linear-gradient(rgba(59,51,81,0.8), rgba(53,48,74,0.5),rgba(59,51,81,0.8));
	padding:25px 0;
}
.leftLine
{
	width:93%;
	height:90%;
	margin:  auto;
	border: 1px solid #ffffff;
	padding: 25px 0 5px 15px;
}
.description
{
	margin-bottom: 30px;
}
.description p
{
	font-size: 17px;
	line-height: 24px;
	color: #f8f6f6;
}
.conceptImg
{
	position: relative;
}
.conceptImg.simple
{
	text-align: center;
}
.monitor
{
	width:95%;
}
.monitor1
{
	width:66%;
}
.monitor2
{
	width:66%;
	margin:-14% 0 0 32%
}
.typeLink
{
	position: absolute;
	top:45%;
	left:36%;
	width:25%;
	background: #161616;
	float: left;
	border: 1px dotted #dadada;
	box-shadow: 3px 2px 3px #3a3a3a;
	text-align: center;
}
.typeLink.one
{
	left:20%;
}
.typeLink.two
{
	left:56%;
}
.type
{
	font-size: 130%;
	line-height: 33px;
	color: #ffffff;
	padding-bottom: 2px;
}
/*------------------------- 右画面 -------------------------*/
.right
{
	width:60%;
	float: left;
	overflow: hidden;
	margin-bottom: 40px;
}
.rigtBS
{
	width:90%;
	margin: 0 auto;
	padding-top:25px;
}
h2
{
	position: relative;
	font-size:18px; 
	line-height: 24px;
	margin-bottom: 10px;
}
h2::before
{
	position: absolute;
	left: -22px;
	top:3px;
	content: "";
  	border-left: 20px solid #d21018;
  	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
}
h2::after
{
	position: absolute;	
	content: "";
	top:50%;
	left: 100px;
	border: 0.5px solid #727272;
	width:90%;
}
.pageName
{
	font-size: 16px;
	line-height: 30px;
	color:#3f3f3f;
	float: left;
	width:200px;
}
.pageContents
{
	font-size: 14px;
	line-height: 30px;
	color:#5a5a5a;
}
.rightContents
{
	margin-bottom: 25px;
}
.moreConcept
{
	float: right;
	margin: 50px 100px 0 0;
}
.linkConcept,
.linkDemo
{
    display: block;
	width:200px;
	text-align: center;
	border: solid 0.5px #707070;
	line-height: 50px;
	position: relative;
	color: #989797;
	font-size: 13px;
}
.linkConcept:hover,
.linkDemo:hover
{
	background: #444444;
	color: #fefefe;
	transition: all .6s;
	cursor: pointer;
}

.linkConcept::after,
.linkDemo::after
{
	content:"";
	width:49px;
	height:7px;
	display: block;
	position: absolute;
	background-image: url("../images/arrow.png");
	background-size: contain;
	transition: all .3s cubic-bezier(.78,.10,0,1) .1s;
	background-repeat: no-repeat;
	background-position: center top;
	bottom: 22px;
	right: -30px;
}

@media screen and (max-width: 1366px) {

    /*----------------------- トップメニュー --------------------*/
	#topMenu
	{
		height: 50px;
		margin-top: 15px;
	}

	/*------------------------- 左画面 -------------------------*/	
	.left
	{		
		margin-bottom: 30px;
	}
	.leftBS
	{
		margin-top: -6%;
	}
	h1
	{
		font-size: 32px;
		margin-left: 5px;
	}
	.top_down .none,
	.none
	{
		display: none;
	}
	.description p
	{
		font-size: 16px;
	}
	.monitor
	{
		width:95%;
		margin-left: -3%;
	}
	.monitor1
	{
		width:80%;
	}
	.monitor2
	{
		width:80%;
		margin:-20% 0 0 18%
	}
	.typeLink
	{
		left:39%;
	}
	/*------------------------- 右画面 -------------------------*/	
	.right
	{
		margin-bottom: 30px;
	}
	.rigtBS
	{
		width:95%;
	}
	.rightContents
	{
		margin-bottom: 20px;
	}
	.moreConcept
	{
		float: right;
		margin: 20px 100px 0 0;
	}
}

/* ----------------------------------------------------------------------- */
/* ------------------------------タブレット用------------------------------ */
/* ----------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {

	/*------------------------- 左画面 -------------------------*/
	h1
	{
		font-size: 26px;
	}
	.top_down span
	{
		font-size: 12px;
	}
	.none
	{
		display: none;
	}
	.fsSupport
	{
		width:100px;
		height: 40px;
		float: right;
		margin: -15px 10px 0 0;
		text-align: center;
		font-size: 10px;
		line-height: 23px;
	}
	.leftBk
	{
		margin:-22px auto 0 auto;
		padding-top:15px;
	}
	.leftLine
	{
		padding: 25px 0 0 5px;
	}
	.description p
	{
		font-size: 14px;
		line-height: 20px;
	}
	.monitor
	{
		width:95%;
		margin-left: -12px;
	}
	.monitor1
	{
		width:80%;
	}
	.monitor2
	{
		width:80%;
		margin:-23% 0 0 18%;
	}
	.typeLink.one
	{
		left:19%;
	}
	/*------------------------- 右画面 -------------------------*/
	h2
	{
		font-size:16px; 
		line-height: 20px;
		margin-bottom: 8px;
	}
	h2::before
	{
		position: absolute;
		left: -14px;
		top:4px;
		content: "";
		border-left: 12px solid #d21018;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	h2::after
	{
		position: absolute;	
		content: "";
		top:50%;
		left: 90px;
		border: 1px solid #a0a0a0;
	}
	.pageName
	{
		font-size: 14px;
		line-height: 25px;
		width:145px;
		letter-spacing: -1px;
	}
	.pageContents
	{
		font-size: 11px;
		line-height: 25px;
	}
	.rightContents
	{
		margin-bottom: 15px;
	}
	.moreConcept
	{
		float: right;
		margin: 15px 50px 0 0;
	}
	.linkConcept,
	.linkDemo
	{
		display: block;
		width:150px;
		text-align: center;
		border: solid 1px #707070;
		line-height: 40px;
		font-size: 11px;
	}
}

@media screen and (max-width: 768px) {
	/*------------------------- ロゴエリア -------------------------*/
	#MainLogo
	{
		width:100px;
	}
	/*------------------------- トップメニュー -------------------------*/
	#topMenu
	{
		height: 40px;
		margin-top: 5px;
	}
	li
	{
		list-style: none;
		width:80px;
	}
	#topMenu a
	{
		font-size: 12px;
		line-height: 13px;
	}
	#topMenu div
	{
		font-size: 12px;
		line-height: 13px;
	}
	/*------------------------- 左画面 -------------------------*/	
	.left
	{
		width:100%;
	}
	.top_down
	{
		display: none;
	}
	.pageTitle
	{
		display: block;
		color:#fefefe;
		font-size: 22px;
		margin-left: 5px;
	}
	.pageTitle span
	{
		font-size: 12px;
		color:#fefefe;
		margin-left: 10px;
	}
	.fsSupport
	{
		margin: 0 0 0 0;
	}
	.leftBS
	{
		width:100%;
		margin:0 auto;
	}
	.leftBk
	{
		margin:0 auto 0 auto;
		padding-top:0px;
	}
	.leftLine
	{
		padding: 10px 0 5px 10px;
	}
	.top_down
	{
		margin-left: 1%;
	}
	.description
	{
		margin-bottom: 15px;
	}
	.monitor
	{
		width:90%;
		margin-left: -10px;
	}
	.monitor1
	{
		width:70%;
	}
	.monitor2
	{
		width:70%;
		margin:-18% 0 0 27%;
	}
	.typeLink
	{
		left:35%;
	}
	.typeLink.one
	{
		left:17%;
	}
	.typeLink.two
	{
		left:55%;
	}
	.type
	{
		line-height: 25px;
	}
	/*------------------------- 右画面 -------------------------*/
	.right
	{
		width:100%;
	}
	.pageName
	{
		margin-top:5px;
		line-height: 22px;
	}
	.pageContents
	{
		font-size: 12px;
		line-height: 21px;
		letter-spacing: -1px;
		clear: both;
	}
	
}