@charset "Shift_JIS";

.pt40 {
	padding-top: 40px;
}

.tc {
	text-align: center;
}

.whats_new_wrap {
	padding: 1px 0;
	box-sizing: border-box;
}

.whats_new_wrap:after {
	content: '';
	clear: both;
	display: block;
}

.whats_new_wrap .ttl {
	font-size: 16px;
	font-weight: bold;
	background: #f2f2f2;
	width: 145px;
	float: left;
	text-align: center;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	padding: 8px 0;
	box-sizing: border-box;
}


.whats_new_wrap .cont {
	width: calc( 100% - 145px );
	float: left;
	padding: 12px 0 8px;
	box-sizing: border-box;
}


.whats_new_wrap .cont .bx-viewport {
	margin: 0 12px;
}

.whats_new_wrap .cont .bx-viewport li {
	font-size: 13px;
}

.whats_new_wrap .cont .bx-viewport li .date {
	color: #00a8af;
}


.content_wrap {
	content: '';	
	width: 100%;
	min-height: 920px;
	
	
	position: relative;
	-webkit-transition: all .4s;
	transition: all .4s;
	
}

@media screen and (max-width: 1499px) {
	.content_wrap {
		min-height: 740px;
		
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	
	.content_wrap.product_biosoftware {
		min-height: 900px;
	}
}

@media screen and (max-width: 1099px) {
	.content_wrap.product_biosoftware {
		min-height: 960px;
	}
}

@media screen and (max-width: 999px) {
	
	.content_wrap {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	
}

.content_wrap.lm1010 .borderWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px;
	box-sizing: border-box;
	/* border: 1px solid #e5e5e5; */
	width: 571px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 629px) {
	.content_wrap.lm1010 .borderWrapper {
		width: 100%;	
	}
}

.content_wrap.lm1010 .borderWrapper .bnr_wrap a img {
	opacity: 1;
	transition: all .4s;
}

.content_wrap.lm1010 .borderWrapper .bnr_wrap a:hover img {
	opacity: .8;
	transition: all .4s;
}

.content_wrap.lm1010 .borderWrapper .bnr_wrap.red_ver {
	width: 100%;
}

.content_wrap.lm1010 .borderWrapper .bnr_wrap.red_ver a {
	background: rgba( 255, 140, 178, 1.0 );
	display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	width: 100%;
	padding: 6px 15px;
	box-sizing: border-box;
	text-decoration: none;
	
	opacity: 1;
	transition: all .4s;
}

.content_wrap.lm1010 .borderWrapper .bnr_wrap.red_ver:hover a {
	opacity: .8;
	transition: all .4s;
}

.content_wrap.lm1010 .borderWrapper .bnr_wrap.red_ver a .arr {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    position: relative;
    margin-left: 6px;
    margin-top: -2px;
}

.content_wrap.lm1010 .borderWrapper .bnr_wrap.red_ver a .arr:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 50%;
}

.content_wrap.lm1010 .borderWrapper .bnr_wrap.red_ver a .arr:after {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 5px;
	left: 4px;
}


.content_wrap.heightFree {
	min-height: auto;
	padding-top: 60px;
}

.content_wrap .bg_wrap {
	
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
}

.content_wrap .bg_wrap.act {
	background: url('/image/jp/expo/science/product/index_10.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	animation: key_v_show .8s ease-in;
	opacity: 1;
}

.content_wrap.movie .bg_wrap.act {
	background: url('/image/jp/expo/science/product/index_10.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	animation: key_v_show .8s ease-in;
	opacity: 1;
}

@media screen and (max-width: 999px) {
	.content_wrap .bg_wrap {
			
	}
		
	.content_wrap .bg_wrap.act {
		background-size: contain;
		animation: none;
	}
}

@keyframes key_v_show {
  0% {
  	transform: scale(1);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}


.content_wrap .cont_wrap {
	width: 1000px;
	/* max-height: 560px; */
	background: rgba( 255,255,255,1.0 );
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 20px;
    box-sizing: border-box;
    
    opacity: 0;
}

.content_wrap.heightFree .cont_wrap {
	position: relative;
	top: auto;
    left: auto;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 999px) {
	
	.content_wrap .cont_wrap {
		width: 90%;	
		max-height: none;
		margin-left: auto;
		margin-right: auto;
		position: static;
		-webkit-transform: translate(0%,0%);
    	-moz-transform: translate(0%,0%);
    	-ms-transform: translate(0%,0%);
    	-o-transform: translate(0%,0%);
    	transform: translate(0%,0%);
	}
}

.content_wrap .cont_wrap.act {
	animation: cont_show .4s ease-in;
	opacity: 1;
}

.content_wrap.heightFree .cont_wrap.act {
	animation: cont_show_heightFree .4s ease-in;
	opacity: 1;
}

@media screen and (max-width: 999px) {
	
	.content_wrap .cont_wrap.act {
		animation: none;
	}
}

@keyframes cont_show {
  0% {
  	-webkit-transform: translate(-50%,-50%) scale(1.3);
    -moz-transform: translate(-50%,-50%) scale(1.3);
    -ms-transform: translate(-50%,-50%) scale(1.3);
    -o-transform: translate(-50%,-50%) scale(1.3);
    transform: translate(-50%,-50%) scale(1.3);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
  }
}

@keyframes cont_show_heightFree {
  0% {
  	-webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.content_wrap .cont_wrap .ttl_wrap {
	text-align: center;
	margin-bottom: 20px;
}

.content_wrap .cont_wrap .ttl_wrap h1 {
	margin-bottom: 12px;
	/* font-size: 32px; */
	font-weight: bold;
}

.content_wrap .cont_wrap .ttl_wrap h1.laboq {
	font-size: 26px;
}

.content_wrap .cont_wrap .ttl_wrap h1.laboq .laboqTitle {
	font-size: 22px;
}

.content_wrap .cont_wrap .ttl_wrap h1.mb5 {
	margin-bottom: 5px;
	line-height: 1em;
}

@media screen and (max-width: 899px) {
	.content_wrap .cont_wrap .ttl_wrap h1 {
		/* font-size: 26px;	 */
	}
}

.content_wrap .cont_wrap .ttl_wrap p.mb8 {
	margin-bottom: 8px;
}


.content_wrap .cont_wrap .ttl_wrap p .product_id {
	font-size: 12px;
	color: #666
}

.content_wrap .cont_wrap .unit_box:after {
	content: '';
	clear: both;
	display: block;
}

.content_wrap .cont_wrap .unit_box .photo {
	width: 49%;
	float: right;
}

.content_wrap .cont_wrap .unit_box .photo.nofloat {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1099px) {
	.content_wrap .cont_wrap .unit_box .photo {
		width: 59%;
	}
}

@media screen and (max-width: 899px) {
	.content_wrap .cont_wrap .unit_box .photo {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
}

.content_wrap .cont_wrap .unit_box .photo p.tc.mb45 {
	margin-bottom: 45px;
}

@media screen and (max-width: 899px) {
	.content_wrap .cont_wrap .unit_box .photo p.tc.mb45 {
		margin-bottom: 0;	
	}
}

.content_wrap .cont_wrap .unit_box .photo p.tc img {
	max-width: 100%;
}

.content_wrap .cont_wrap .unit_box .photo .threesixty img {
	max-width: 100%;
}

@media screen and (max-width: 529px) {
	.content_wrap .cont_wrap .unit_box .photo .threesixty {
		width: 100% !important;	
		
	}
}

@media screen and (max-width: 499px) {
	.content_wrap .cont_wrap .unit_box .photo .threesixty {
		height: 300px !important;
		
	}
}

@media screen and (max-width: 459px) {
	.content_wrap .cont_wrap .unit_box .photo .threesixty {
		height: 280px !important;
		
	}
}

@media screen and (max-width: 419px) {
	.content_wrap .cont_wrap .unit_box .photo .threesixty {
		height: 250px !important;
		
	}
}

@media screen and (max-width: 379px) {
	.content_wrap .cont_wrap .unit_box .photo .threesixty {
		height: 225px !important;
		
	}
}

@media screen and (max-width: 349px) {
	.content_wrap .cont_wrap .unit_box .photo .threesixty {
		height: 200px !important;
		
	}
}

@media screen and (max-width: 319px) {
	.content_wrap .cont_wrap .unit_box .photo .threesixty {
		height: 180px !important;
		
	}
}

.content_wrap .cont_wrap .unit_box .photo .threesixty {
	margin-bottom: 12px;
}

.content_wrap .cont_wrap .unit_box .mov_wrap {
	width: 49%;
	float: left;
}

.content_wrap .cont_wrap .unit_box .mov_wrap.displaynone {
	display: none;
}

@media screen and (max-width: 1099px) {
	.content_wrap .cont_wrap .unit_box .mov_wrap {
		width: 39%;
	}
}

@media screen and (max-width: 899px) {
	.content_wrap .cont_wrap .unit_box .mov_wrap {
		width: 100%;
		float: none;
	}
}

.content_wrap .cont_wrap .unit_box .mov_wrap .tab {
	margin-bottom: 15px;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .tab ul:after {
	content: '';
	clear: both;
	display: block;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .tab ul li {
	width: 50%;
	float: left;
	text-align: center;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #f2f2f2;
	
	
}

.content_wrap .cont_wrap .unit_box .mov_wrap .tab ul li a {
	text-decoration: none;
	color: #515151;
	padding: 8px 12px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	cursor: default;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .tab ul li a:before {
	/* content:  url('/image/jp/expo/science/product/index_13.png'); */
	margin-right: 8px;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .tab ul li:hover a:before {
	/* content:  url('/image/jp/expo/science/product/index_12.png'); */
}

.content_wrap .cont_wrap .unit_box .mov_wrap .tab ul li.act a:before {
	/* content:  url('/image/jp/expo/science/product/index_12.png'); */
}

.content_wrap .cont_wrap .unit_box .mov_wrap .tab ul li:hover {
	border-left: 1px solid #57c4c3;
	border-right: 1px solid #57c4c3;
	border-top: 1px solid #57c4c3;
	border-bottom: 1px solid #57c4c3;
	background: #fff;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .tab ul li.act {
	border-left: 1px solid #57c4c3;
	border-right: 1px solid #57c4c3;
	border-top: 1px solid #57c4c3;
	border-bottom: 1px solid #fff;
	background: #fff;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .tab ul li:hover a {
	color: #57c4c3;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .tab ul li.act a {
	color: #57c4c3;
}

.content_wrap .cont_wrap .unit_box .mov_wrap p.chu {
	font-size: 12px;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont {
	height: 320px;
	overflow: auto;
}

@media screen and (max-width: 899px) {
	.content_wrap .cont_wrap .unit_box .mov_wrap .cont {
		height: auto;
		overflow: visible;
	}
}

/*スクロールバー全体*/
.content_wrap .cont_wrap .unit_box .mov_wrap .cont::-webkit-scrollbar {
    width: 6px;
}

/*スクロールバーの軌道*/
.content_wrap .cont_wrap .unit_box .mov_wrap .cont::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
.content_wrap .cont_wrap .unit_box .mov_wrap .cont::-webkit-scrollbar-thumb {
  background-color: rgba(87, 196, 195, .5);
  border-radius: 0;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont ul {
	width: 100%;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont ul.mb15 {
	margin-bottom: 15px;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont ul:after {
	content: '';
	clear: both;
	display: block;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont li {
	width: 48%;
	float: left;
	border: 1px solid #b2b2b2;
	text-align: left;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 10px;
	
	cursor: pointer;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont li.faq_btn {
	border: 1px solid #ffbad1;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont li:nth-child(2n+1) {
	clear: both;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont li:hover {
	border: 1px solid #57c4c3;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont li.ove {
	border: 1px solid #57c4c3;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont li.faq_btn:hover {
	border: 1px solid #ff8cb2;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont li a {
	width: 100%;
	display: block;
	padding: 6px 6px 6px 32px;
	text-indent: -24px;
	box-sizing: border-box;
	font-size: 13px;
	text-decoration: none;
	color: #4d4d4d;
	line-height: 1.6em;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont li.faq_btn:hover a {
	color: #ff8cb2;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont li:hover a {
	color: #57c4c3;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont li.ove a {
	color: #57c4c3;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont li a:before {
	content:  url('/image/jp/expo/science/product/index_15.png');
	margin-right: 4px;
	position: relative;
	top: 5px;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont li:hover a:before {
	content:  url('/image/jp/expo/science/product/index_14.png');
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont li.ove a:before {
	content:  url('/image/jp/expo/science/product/index_14.png');
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont li.faq_btn:hover a:before {
	content:  url('/image/jp/expo/science/product/index_15_p.png');
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont li.faq_btn.ove a:before {
	content:  url('/image/jp/expo/science/product/index_15_p.png');
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont ul.mov_sum {
	border: 0;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont ul.mov_sum li {
	position: relative;
	text-align: center;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont ul.mov_sum li a {
	padding: 0;
	text-indent: 0;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont ul.mov_sum li a:before {
	content: '';
	margin-right: auto;
	top: 0;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont ul.mov_sum li a:after {
	content: url('/image/jp/expo/science/product/index_20.png');
	margin-right: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -19.5px;
	margin-left: -19.5px;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont ul.mov_sum li a.arrGreen:after {
	content: url('/image/jp/expo/science/product/index_20_g.png');
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont ul.mov_sum li img {
	max-width: 100%;
	vertical-align: bottom;
}


.content_wrap .cont_wrap .unit_box .mov_wrap .cont .box {
	display: none;
}

.content_wrap .cont_wrap .unit_box .mov_wrap .cont .box.act {
	display: block;
}


.content_wrap .cont_wrap .unit_box .detail_btn_wrap {
	clear: both;
	text-align: center;
	margin-top: 20px;
}

@media screen and (max-width: 999px) {
	.content_wrap .cont_wrap .unit_box .flex-wrap.product_3500 {
		margin-top: 20px;	
	}
	.content_wrap .cont_wrap .unit_box .flex-wrap.product_3500 .detail_btn_wrap {
		margin-top: 0;
		width: 220px;
	}
	
	.content_wrap .cont_wrap .unit_box .flex-wrap.product_biosoftware {
		margin-top: 20px;	
	}
	.content_wrap .cont_wrap .unit_box .flex-wrap.product_biosoftware .detail_btn_wrap {
		margin-top: 0;
		width: 220px;
	}
}

@media screen and (max-width: 767px) {
	.content_wrap .cont_wrap .unit_box .flex-wrap.product_3500 {
		margin-top: 0;	
	}
	.content_wrap .cont_wrap .unit_box .flex-wrap.product_3500 .detail_btn_wrap {
		margin-top: 20px;
	}
	
	.content_wrap .cont_wrap .unit_box .flex-wrap.product_biosoftware {
		margin-top: 0;	
	}
	.content_wrap .cont_wrap .unit_box .flex-wrap.product_biosoftware .detail_btn_wrap {
		margin-top: 20px;
	}
}

.content_wrap .cont_wrap .unit_box .flex-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	clear: both;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.content_wrap .cont_wrap .unit_box .flex-wrap {
		flex-direction: column;
		gap: 0;	
	}
}

.content_wrap .cont_wrap .unit_box .detail_btn_wrap a {
	background: rgba( 87, 196, 195, 1 );
	padding: 8px 23px 8px 15px;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	
	-webkit-transition: all .4s;
	transition: all .4s;
	
	display: block;
	text-align: center;
	position: relative;
}

.content_wrap .cont_wrap .unit_box .detail_btn_wrap a:hover {
	opacity: 0.75;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

.content_wrap .cont_wrap .unit_box .detail_btn_wrap a:after {
	content:  url('/image/jp/expo/science/product/index_21.png');
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 3px;
}


/** labFLEX_3500_2 **/

.content_wrap .cont_wrap .unit_box.labFLEX_3500Cont .text p.mb15 {
	margin-bottom: 15px;
}

.content_wrap .cont_wrap .unit_box.labFLEX_3500Cont .flexWrap .list li {
/* 	font-weight: bold; */
	margin-bottom: 3px;
}

/** labFLEX_2600G **/

.content_wrap .cont_wrap .unit_box.labFLEX_2600GCont .text p.mb15 {
	margin-bottom: 15px;
}

.content_wrap .cont_wrap .unit_box.labFLEX_2600GCont .flexWrap .list li {
/* 	font-weight: bold; */
	margin-bottom: 3px;
}

/** lavolute **/
.content_wrap .cont_wrap .unit_box.lavoluteCont .flexWrap {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 599px) {
	.content_wrap .cont_wrap .unit_box.lavoluteCont .flexWrap {
		display: unset;
	}
}

.content_wrap .cont_wrap .unit_box.lavoluteCont .text p.mb15 {
	margin-bottom: 15px;
}

.content_wrap .cont_wrap .unit_box.lavoluteCont .flexWrap .photo img {
	max-width: 100%;
}


/** laboq **/
.content_wrap .cont_wrap .unit_box.laboqCont .flexWrap {
	display: flex;
}

@media screen and (max-width: 599px) {
	.content_wrap .cont_wrap .unit_box.laboqCont .flexWrap {
		display: unset;
	}
}

.content_wrap .cont_wrap .unit_box.laboqCont .text p.mb15 {
	margin-bottom: 15px;
}

.content_wrap .cont_wrap .unit_box.laboqCont .flexWrap .photo {
	float: none;
	height: 300px;
	text-align: right;
	padding-right: 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 1099px) {
	.content_wrap .cont_wrap .unit_box.laboqCont .flexWrap .photo {
		width: 49%;	
	}
}

@media screen and (max-width: 767px) {
	.content_wrap .cont_wrap .unit_box.laboqCont .flexWrap .photo {
		width: 56%;	
		text-align: center;
	}
}

@media screen and (max-width: 599px) {
	.content_wrap .cont_wrap .unit_box.laboqCont .flexWrap .photo {
		height: auto;
		text-align: center;
		width: 100%;
		padding-right: 0;
	}
}

.content_wrap .cont_wrap .unit_box.laboqCont .flexWrap .photo .h100p {
	height: 100%;
}

.content_wrap .cont_wrap .unit_box.laboqCont .flexWrap .photo img {
	max-height: 100%;
}

.content_wrap .cont_wrap .unit_box.laboqCont .flexWrap .list {
	padding-left: 15px;
}


@media screen and (max-width: 599px) {
	.content_wrap .cont_wrap .unit_box.laboqCont .flexWrap .list {
		padding-left: 0;
	}
}

.content_wrap .cont_wrap .unit_box.laboqCont .flexWrap .list h2 {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	margin-bottom: 8px;
}

.content_wrap .cont_wrap .unit_box.laboqCont .flexWrap .list li {
	font-weight: bold;
	margin-bottom: 3px;
}



.cont_foot_navi {
	width: 100%;
}

.cont_foot_navi .ttl {
	width: 100%;
	background: #57c4c3;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 8px 0;
}

.cont_foot_navi .ttl:before {
	content:  url('/image/jp/expo/science/product/index_17.png');
	margin-right: 6px;
	position: relative;
	top: 2px;
}

.cont_foot_navi .navi_wrap ul:after {
	content: '';
	clear: both;
	display: block;
}

.cont_foot_navi .navi_wrap ul li {
	width: 50%;
	float: left;
	min-height: 46px;
	border-bottom: 1px solid #e5e5e5;
}

.cont_foot_navi .navi_wrap ul li a {
	display: block;
	width: 100%;
	padding: 8px 0;
	text-align: center;
	box-sizing: border-box;
	color: #515151;
	font-size: 13px;
	text-decoration: none;
}

.cont_foot_navi .navi_wrap ul li:first-child {
	border-right: 1px solid #e5e5e5;
	
}

.cont_foot_navi .navi_wrap ul li:first-child a:before {
	content:  url('/image/jp/expo/science/product/index_18.png');
	margin-right: 6px;
	position: relative;
	top: 3px;
	
}

.cont_foot_navi .navi_wrap ul li:last-child a:before {
	content:  url('/image/jp/expo/science/product/index_19.png');
	margin-right: 6px;
	position: relative;
	top: 3px;
	
}


/*****

float content

******/


#float_cont {
	display: none;
	
}

#float_cont.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);	
	z-index: 99999;
	
}

#float_cont.float_concept_mov .float_contents_wrap {
	background: none;
	height: auto;
}

#float_cont.float_concept_mov .float_contents_wrap .cont_wrapper {
	margin-top: 30px;
}

#float_cont.float_concept_mov .float_contents_wrap .cont_wrapper .scroll_wrap {
	max-height: none;
	overflow-y: unset;
}

#float_cont .float_contents_wrap {
	width: 860px;
	z-index: 99;
	margin-left: auto;
	margin-right: auto;
	height: 90%;
	background: #fff;
	box-sizing: border-box;
	padding: 40px 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}

@media screen and (max-width: 900px) {
	#float_cont .float_contents_wrap {
		width: 94%;	
	}

}

#float_cont .float_contents_wrap .close_btn {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}


@media screen and (max-width: 999px) {
	
}



@media screen and (max-width: 767px) {
	
	.whats_new_wrap .ttl {
		width: 100%;
		float: none;
	}


	.whats_new_wrap .cont {
		width: 100%;
		float: none;
	}
	
	.cont_foot_navi .navi_wrap ul li {
		width: 100%;
		float: none;
	}

	.cont_foot_navi .navi_wrap ul li:first-child {
		border-bottom: 1px solid #57c4c3;
		border-right: 0;
	}

	
	
}



/** movie cont **/

.content_wrap.movie {
	
	padding-top: 60px;
	padding-bottom: 60px;
}

.content_wrap .movie_wrap {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: rgba( 255,255,255,0.8 );
    padding: 20px;
    box-sizing: border-box;
}



@media screen and (max-width: 999px) {
	
	.content_wrap .movie_wrap {
		width: 90%;	
	}
}

.content_wrap .movie_wrap .ttl_wrap {
	text-align: center;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	
}

.content_wrap .movie_wrap .ttl_wrap h1 {
	margin-bottom: 12px;
}

.content_wrap .movie_wrap .ttl_wrap p .product_id {
	font-size: 12px;
	color: #666
}

.content_wrap .movie_wrap .ttl_wrap p.chu {
	font-size: 12px;
	color: #666
}

.content_wrap .movie_wrap .clearfix:after {
	content: '';
	clear: both;
	display: block;
}

.content_wrap .movie_wrap .mov_cont {
	margin-bottom: 15px;
}

.content_wrap .movie_wrap .mov_cont:nth-child(odd) {
	width: 49%;
	float: left;
}

.content_wrap .movie_wrap .mov_cont:nth-child(even) {
	width: 49%;
	float: right;
}

@media screen and (max-width: 767px) {
	.content_wrap .movie_wrap .mov_cont:nth-child(odd) {
		width: 100%;
		float: none;	
	}
	
	.content_wrap .movie_wrap .mov_cont:nth-child(even) {
		width: 100%;
		float: none;	
	}
}

.content_wrap .movie_wrap .mov_cont.w100p {
	width: 100%;
	float: none;
}

.content_wrap .movie_wrap .mov_cont:nth-child(2n+1) {
	clear: both;
}

.content_wrap .movie_wrap .txt_wrap {
	margin-top: 8px;
}

.content_wrap .movie_wrap a {
	text-decoration: none;
}

.content_wrap .movie_wrap a .txt_wrap p {
	color: #333;
}



.content_wrap .movie_wrap .close_btn_wrap {
	clear: both;
	text-align: center;
	margin-top: 20px;
}

.content_wrap .movie_wrap .close_btn_wrap a {
	background: rgba( 87, 196, 195, 1 );
	padding: 8px 15px;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

.content_wrap .movie_wrap .close_btn_wrap a:hover {
	opacity: 0.75;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

.content_wrap .movie_wrap .close_btn_wrap a:before {
	content:  url('/image/jp/expo/science/product/index_22.png');
	position: relative;
	margin-right: 8px;
	top: 4px;
}



.content_wrap .unit_wrap#cont_01 .cont.pt_35 {
	padding-top: 35px;
}