@charset "UTF-8";
/*カレント表記*/
.naviPc ul li.mainNaviTrial > a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 142px;
	height: 5px;
	background-color: #fff;
}
#trial .titleMain {
  background-image: url(../images/trial/bgTitleMain.png);
}

/* ================================================================
	治験実績
=================================================================== */
#trial.performance .mainColumnInner h3 {
  font-size: 18px;
  font-weight: normal;
  padding-left: 20px;
  position: relative;
  color: #505050;
  line-height: 1;
  margin-bottom: 15px;
}
#trial.performance .mainColumnInner h3:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #95D100;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#trial.performance .mainColumnInner h4{
  font-size:15px;
  margin-bottom:11px;
  color:#95D100;
}
#trial.performance .mainColumnInner h4.second{
  margin-top:35px;
}





#trial .btnContentsBottom br{
	display:none;
}