@charset "utf-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

SERVICE

------------------------------------------------------------ */

/* ナビ
---------------------------------------------- */
.nav_service ul{
	overflow: hidden;
	margin-bottom: 50px;
}

.nav_service ul li{
	float: left;
	width: 480px;
}

.nav_service ul li a{
	display: block;
	height: 34px;
}

.nav_service ul li.s01 a{background:url(../img/nav_service01.png) no-repeat 0 0;}
.nav_service ul li.s02 a{background:url(../img/nav_service01.png) no-repeat -480px 0;}

.nav_service ul li.s01 a:hover,
.nav_service ul li.s01 a.active{background:url(../img/nav_service01.png) no-repeat 0 -34px;}
.nav_service ul li.s02 a:hover,
.nav_service ul li.s02 a.active{background:url(../img/nav_service01.png) no-repeat -480px -34px;}

.nav_service ul li a span{display: none;}

/* 研究用試薬・材料の調達
---------------------------------------------- */
#wrap_example{
	border: 1px solid #C0C0D1;
	padding: 20px 20px 20px 0;
	margin-bottom: 25px;
}

#wrap_example > p{margin-left: -1px;}

#example{padding: 20px 0 0 20px;}

/*--リスト--*/
.list_research01{
	display:-webkit-flex;/*--safari用--*/
	display:flex;
	-webkit-flex-wrap:wrap;/*--safari用--*/
	flex-wrap:wrap;
	margin-bottom: 10px;
}

.list_research01 li{
	width: 470px;
	margin: 0 20px 20px 0;
}

.list_research01 li:nth-child(2n){margin-right: 0;}

/* 一覧
---------------------------------------------- */
#wrap_service{
	display:-webkit-flex;/*--safari用--*/
	display:flex;
	-webkit-flex-wrap:wrap;/*--safari用--*/
	flex-wrap:wrap;
	margin-bottom: -20px;
}

.service{
	background: #FFF;
	width: 470px;
	border: 1px solid #C0C0D1;
	margin: 0 20px 20px 0;
}

.service:nth-child(2n){margin-right: 0;}

.service a{
	display: table;
	color: #333;
	padding: 5px 15px 5px 5px;
}

.service a:hover{opacity: 0.7;}

.service a .photo{
	width: 140px;
	height: 160px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.service_inner{
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
	width: 293px;
}

.service_inner .name{
	display: table-cell;
	vertical-align: middle;
	width: 293px;
	height: 60px;
	padding: 5px 0 10px;
	color: #3352C5;
	font-weight: bold;
	line-height: 1.6;
	border-bottom: 1px solid #DADAE4;
}

.service_inner .txt{
	padding: 11px 0 0;
	overflow: hidden;
	width: 293px;
	line-height: 1.6;
}

/* 詳細
---------------------------------------------- */
.info{
	border-top: 1px solid #DADAE4;
	padding-top: 60px;
	margin: 60px 0 50px;
}



