@charset "utf-8";
/*-----------------------
sci personal css
----------------------  */
.headinglv1_2.sci_personal{
	background: url(/common/images/solution/bg_sci_personal.jpg)  no-repeat center top;
	}
.bgsci{
	width:100%;
	background: url(/common/images/solution/bg_sci01.jpg) no-repeat center top;
	background-size: cover;
	color:#fff;
}
.bgsci h2{
	color:#fff;
	}
.bgsci .line{
	background:#fff;
	}
.btnListCol03.dropCircle{
	padding:0;
	}
.btnListCol03.dropCircle li{
	height: 170px;
	padding-top: 120px;
	background: url(/common/images/module_parts/dropCircle/bg_drop_circle.png) no-repeat 0 0;
	font-size: 139%;
	line-height: 1.8em;
	overflow: hidden;
	text-align:center;
}

.col04.sciSpec li{
	height: 288px;
}
@media screen and (max-width: 1024px) {
	.col04.sciSpec{
		width:100%;
	}
	.col04.sciSpec li {
		width:25%;
		}
	.col04.sciSpec li img{
		width:100%;
		height:auto;
		margin-top:20px;
	}
}

.col04.sciSpec li.sciSpec01{
	background: url(/common/images/module_parts/sciSpec/bg_sci_spec01.png) no-repeat 0 0;
}
.col04.sciSpec li.sciSpec02{
	background: url(/common/images/module_parts/sciSpec/bg_sci_spec02.png) no-repeat 0 0;
}
.col04.sciSpec li.sciSpec03{
	background: url(/common/images/module_parts/sciSpec/bg_sci_spec03.png) no-repeat 0 0;
}
.col04.sciSpec li.sciSpec04{
	line-height: 2.8em;
	background: url(/common/images/module_parts/sciSpec/bg_sci_spec04.png) no-repeat 0 0;
}
.slideBlock05{
	position:relative;
	width:100%;
	padding-bottom:70px;
	}
.slideBlock05 ul.btnListCol02{
	padding-top:0;
	}
.slideBlock05 .btnListCol02 li{
	float: left;
	width: 480px;
}

.slideBlock05 .btnListCol02 .detailBtn01{
	margin-top:20px !important;
	margin-bottom:2px;
	}


/* col02-1 */
.col02-1 {
	width: 960px;
	margin: 0 auto;
	padding-bottom:50px;
	color: #333;
}
.col02-1 .left{
	float: left;
	width: 625px;
	padding-right: 22px;
	border-right: 1px solid #e5e5e5;
	text-align: left;
}
.col02-1 .right{
	float: right;
	width: 290px;
	text-align: center;
}
.col02-1 .title{
	margin-bottom: 25px;
	font-size: 139%;
	font-weight: bold;
	line-height: 1.8em;
}
.col02-1 .body{
	font-size: 108%;
	line-height: 2.2em;
	text-align: left;
}

/*	Zebra List	*/
dd.zebraList {
	padding: 0;
	background: none;
}
ul.zebraList {}
.zebraList > li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	width: 50%;
	vertical-align: top;
	border-left: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	background: #efefef;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  	*zoom: 1;
}
.zebraList > li.lightBgColor {
	background: #f7f7f7;
}
.zebraList > li:nth-child(odd) {
	border-left: none;
}
.zebraList > li.odd {
	border-left: none;
}
.zebraList > li:nth-child(odd) > div {
	float: right;
}
.zebraList > li.odd > div {
	float: right;
}
.zebraList > li > div {
	position: relative;
	width: 480px;
}
.zebraList > li > div .description {
	position: absolute;
	z-index: 1;
	bottom: 60px;
	left: 0;
	display: none;
	padding: 15px 20px;
	width: 440px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	background: #000;
	background-color: rgba(0, 0, 0, .9);
}
.zebraList > li > div .description:after {
	position: absolute;
	z-index: 1;
	bottom: -11px;
	left: 16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 7.5px 0 7.5px;
	border-color: #000 transparent transparent transparent;
	border-color: rgba(0, 0, 0, .9) transparent transparent transparent;
	content: "";
}
.zebraList > li > div .description p {
	color: #fff;
}

.zebraList > li > div > a {
	border: none !important;
	background: url(/common/images/module_parts/slideContents/ar_slidecontents.png) no-repeat 25px 11px !important;
}
.zebraList > li > div > a:hover + .description { display: block; }

.zebraList > li.head {
	width:100%;
	clear:both;
}
.zebraList div.category{
	width:100%;
	background-color: #231816;
}
.zebraList div.category p{
	width:920px;
	margin:0 auto;
	padding:5px 0;
	font-size:20px;
	color:#fff;
	text-align:center;
}