@charset "utf-8";

/*---------------------------------------------------------
body背景
---------------------------------------------------------*/ 
body {
	background:#FFFFFF url(../topimg/header_bg01.jpg) repeat-x left top;
}

/*---------------------------------------------------------

---------------------------------------------------------*/ 
#top-main_bg{
	padding:15px 0px 14px;
	background:url(../topimg/main_bg02.jpg) repeat-x center top;
}

#top-main_bg .movieBox{
	width: 958px;
	height: 333px;
	margin: 0 auto;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	background: #FFF;
	position: relative;
	overflow: hidden;
}

#top-main_bg .movieBox video{
	position: absolute;
  min-height: 100%;
  right: 0;
  top: 0;
	z-index: 9;
}

#top-main_bg .movieBox .catchCopy{
	position: absolute;
  left: 0;
  top: 0;
}

/* 2018.11.28 スライダー設置 */

#mainSlider{
	width:958px;
	height: 333px;
	background: url(../topimg/mainimg.png) left top no-repeat;
	background-size:685px 333px;
	position: relative;
	z-index:10;
	padding: 80px 0 0 30px;
	box-sizing: border-box;
}

#mainSlider .bx-wrapper {
  
}

#mainSlider .bxslider li{

}

/*----------------*/

#about_c{
	position: relative;
}

#about_c .catch{
	margin: 23px 0px 20px;
}

#about_c .pic{
	position: absolute;
	top: 5px;
	right: 0px;
}

#about_c .txt{
	width: 450px;
}

.arw{
	text-align:right;
	margin: 15px 277px 30px 0px;
}

#work{
	margin: 27px 0px 0px;
}

#work .hl01{
	position: relative;
	margin-bottom: 12px;
}

#work .hl01 .btn{
	position: absolute;
	top: 10px;
	right: 10px;
}

#work dl{
	float: left;
	width: 216px;
	border-right: 1px dotted #CCC;
	padding-right: 10px;
	margin-right: 10px;
}

#work dl.last{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

#work dd{
	margin-top: 8px;
	line-height:1.3;
}

.works{
	border:1px solid #CCC;
	padding:18px;
}

#patent{
	margin:5px 0px;
}
