
.title-block ul li{
	display: inline-block;
	margin-right: 15px;
	position: relative;
}
.title-block ul{
	padding-left: 15px;
}
.title-block ul li::before{
	position:absolute;
	left: -10px;
	top: -2px;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #1f1f1f;
}
.title-block ul li:last-child::after{
	position:absolute;
	right: -10px;
	top: -2px;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #1f1f1f;
}

@media screen and (max-width: 768px) {

	.title-block ul li{
		margin-right: 5px;
	}
	.title-block ul{
		padding-left: 0px;
	}
	.title-block ul li::before{
		left: -5px;
	}
	.title-block ul li:last-child::after{
		right: -5px;
	}

}
/*
** scientificarticles
 */

#scientificarticles{
/*	padding-bottom: 20px;*/
}
#scientificarticles #filtercont{
  margin-top:130px;
}
#scientificarticles p.txt001{
	text-align: center;
	color: #ffffff;
	font-size: 4.8rem;
	padding-top: 55px;
	margin-bottom: 0px;
}
#scientificarticles p.txt002{
	text-align: center;
	color: #ffffff;
	font-size: 2.0rem;
	margin-top: -10px;
	margin-bottom: 90px;
}
#scientificarticles ul{
/*	width: 1200px;*/
/*	margin: 0 auto 90px;*/
}
#scientificarticles ul li.first{
	width: 40%;
	height: 150px;
	float: left;
	text-align: center;
	margin-left:10%;
}
#scientificarticles ul li.second{
	width: 40%;
	height: 150px;
	float: left;
	text-align: center;
	margin-right:10%;
}
#scientificarticles ul li dl dt{
	font-size: 14.0rem;
	line-height: 1em;
	color: #0592d2;
	letter-spacing: -0.3rem;
}
#scientificarticles ul li dl dt span{
	font-size: 4.0rem;
	line-height: normal;
	color: #ffffff;
}
#scientificarticles ul li dl dd{
	margin-top: -12px;
	color: #ffffff;
	font-size: 2.0rem;
}
#scientificarticles ul li dl dd span{
	display: block;
	font-size: 1.4rem;
}

[lang="en"] p.notice{
	font-size:1.3rem;
}
[lang="ja"] p.notice{
	font-size:1.2rem;
}

@media screen and (max-width: 768px) {
	#scientificarticles p.txt001{
		font-size: 3.8rem;
	}
	#scientificarticles p.txt002{
		margin-bottom: 45px;
	}
	#scientificarticles ul{
		width: 100%;
		margin-bottom: 20px;
	}
	#scientificarticles ul li{
		width: 50%;
		margin-bottom: 20px;
	}
	#scientificarticles ul li dl dt{
		font-size: 7rem;
		line-height: 1.4em;
	}
	#scientificarticles ul li dl dt span{
		font-size: 2rem;
	}
	#scientificarticles ul li dl dd{
		font-size: 1.5rem;
	}
}

#scientificarticles h2{
	font-size: 3.2rem;
	line-height: 1.0em;
	margin-bottom: 70px;
	position: relative;
}
#scientificarticles h2::after{
	content: "";
	width: 50px;
	height: 5px;
	background-color: #1892d1;
	position: absolute;
	left: 0;
	bottom: -20px;
}
#scientificarticles #filter{
	background-color: #e8e7e8;
	padding: 0 55px 40px;
	margin-bottom: 25px;

}
#scientificarticles #filter ul{
	padding-top: 30px;
}
#scientificarticles #filter ul li{
	border-bottom: 1px #adacae solid;
	margin-bottom: 12px;
	padding-bottom: 12px;
	line-height: 3.7rem;
}
#scientificarticles #filter ul li input{
	margin-right: 25px;
}
/*
#filter ul li input:not(:first-of-type){
	margin-left: 25px;
}
*/

[lang="en"] #filter ul li span{
	display: inline-block;
	width: 830px;
	word-break: keep-all;
	padding-left:10px;
}

[lang="en"] #filter ul li span label{
	display: inline-block;
	width: 230px;
	word-break: break-all;
	font-size:1.4rem;
	line-height:1.2em;
	letter-spacing:-0.05em;
}

[lang="ja"] #filter ul li span{
	display: inline-block;
	width: 830px;
	word-break: keep-all;
	padding-left:10px;
}

[lang="ja"] #filter ul li span label{
	display: inline-block;
	width: 230px;
	word-break: break-all;
	font-size:1.4rem;
	line-height:1.2em;
	letter-spacing:-0.05em;
}

/*チェックボックス見出し*/
[lang="en"] #filter ul li #devstage::before{
	content: "Development Stage";
	display: inline-block;
	width: 300px;
	line-height: 4.0rem;
}
[lang="en"] #filter ul li #disease::before{
	content: "Disease";
	line-height: 4.0rem;
}
[lang="en"] #filter ul li #intervention::before{
	content:"Intervention";
	line-height: 4.0rem;
}
[lang="en"] #filter ul li #year::before{
	content:"Year of Publication";
	line-height: 4.0rem;
}
[lang="ja"] #filter ul li #devstage::before{
	display: inline-block;
	width: 300px;
	content:"開発段階";
	line-height: 4.0rem;
}
[lang="ja"] #filter ul li #disease::before{
	content:"病気";
	line-height: 4.0rem;
	float: left;
	top: 0;
}
[lang="ja"] #filter ul li #intervention::before{
	content:"製品";
	line-height: 4.0rem;
}
[lang="ja"] #filter ul li #year::before{
	content:"出版年";
	line-height: 4.0rem;
}

[lang="ja"] #filter ul li span:first-of-type{
	display:inline-block;
	height:100%;
	width: 140px;
	font-size:1.4rem;
	line-height: 1.5rem;
	vertical-align: middle;
	color: #015e9f;
    float: left;
    top: 0;
}
[lang="en"] #filter ul li span:first-of-type{
	display:inline-block;
	width: 140px;
	font-size:1.5rem;
	line-height: 1.5rem;
	vertical-align: middle;
	color: #015e9f;
    float: left;
    top: 0;
}

#filter .btns{
	text-align: center;
	padding-top: 35px;
}
#filter .btns a{
	background-color: #ffffff;
	border-radius: 50px;
	padding: 5px 20px;
}
#filter .btns a{
	margin-right: 30px;
	font-size: 13px;
	font-family: 'Lato',"Yu Gothic";
}
#filter_sp,
#citations_sp{
	display: none;
}

p.fai{
	margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
 #scientificarticles h2{
  font-size: 24px;
 }
 #filter,
 #citations{
  display: none;
 }
 #filter_sp,
 #citations_sp{
  display: block;
 }
 #citations_sp .list_sp{
  background-color: #f1f1f1;
  margin-bottom: 40px;
  padding: 20px 15px 25px;
  font-size: 1.4rem;
  text-align: center;
 }
 #citations_sp .list_sp ul{
  text-align: left;
  margin-bottom: 20px;
 }
 #citations_sp .list_sp ul li{
  width:auto;
  margin-bottom:10px;
 }
 #citations_sp .list_sp ul li span{
  display:inline-flex;
  width:32%;
  text-align:left;
  color: #1791d0;
 }
 #citations_sp .list_sp .txtlink{
  text-align:left;
  color: #333;
  display:inline;
  font-size: 1.4rem;
  font-family: 'Lato',"Yu Gothic";
 }
 #citations_sp .list_sp .btnlink{
  /*float:left;*/
 }
 #citations_sp .list_sp .btnlink input{
  display: inline-block;
  border-radius:30px;
  font-size: 1.3rem;
  font-family:'Lato',"Yu Gothic";
  text-align: center;
  cursor: pointer;
  background: #1791d0;
  color:#ffffff;
  line-height:1em;
  transition:0.3s;
  border:none;
  margin:5px 5px 15px 5px;
  padding: 5px 10px;
}
 #filter_sp{
  position: relative;
  height: 110px;
 }
 #filter_sp #menu{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  pointer-events: none;
  z-index: 100;
 }
 /****メニュー開閉ボタン****/
 #filter_sp #menu div{
 /*デザイン*/
  width: 100%;
  height: 50px;
  background-color: #f1f1f1;
 /*配置*/
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border-right: solid 1px #1791D0;
  border-top: solid 1px #1791D0;
  border-bottom: solid 1px #1791D0;
 }
 #filter_sp #menu .menuopen{
 /*配置*/
  display: block;
 }
 #filter_sp #menu .menuopen::after{
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -10px;
  border: 1px solid;
  border-color:  transparent transparent #1791d0 #1791d0;
  transform: rotate(-45deg);
 }
 #filter_sp #menu .menuclose{
  /*配置*/
  display: none;
 }
 #filter_sp #menu .menuclose::after{
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border: 1px solid;
  border-color:  transparent transparent #1791d0 #1791d0;
  transform: rotate(135deg);
 }
 #filter_sp #menu div a{
  /*デザイン*/
  color: #1791d0;
  font-size: 20px;
  font-family: 'Lato',"Yu Gothic";
  width: 65%;
  height: 100%;
  padding-left: 5%;
  position: absolute;
  top: 0;
  left: 30%;
  pointer-events: auto;
  line-height: 50px;
 }
 #filter_sp #menu div span{
  line-height: 50px;
  width: 30%;
  height: 50px;
  display: inline-block;
  text-align:center;
  background-color: #1791d0;
  color: #fff;
  font-family: 'Lato',"Yu Gothic";
 }
 /****メニュー一覧****/
 #filter_sp #menu ul{
  /*デザイン*/
  background-color: #f1f1f1;
  width: 100%;
  /*配置*/
  position: absolute;
  top: 51px;/*#menu divの高さ*/
  left: 1px;
  height: 0;
  padding:0px;
 }
 #filter_sp #menu li{
  /*アニメーション*/
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /*デザイン*/
  padding: 0 10px;
  border-bottom: 0px rgba(255,255,255,1) solid;
  height: 0;
  text-align: center;
  /*配置*/
  overflow: hidden;
  pointer-events: auto;
  border-left: 1px  #1791D0 solid;
  border-right: 1px  #1791D0 solid;
  background-color: #f1f1f1;
  margin:0px;
 }
 #filter_sp #menu li a{
  color: #1791d0;
  font-family: 'Lato',"Yu Gothic";
 }

 /****メニューオープン時****/
 #filter_sp #menu:target .menuopen{
  /*配置*/
  display: none;
 }
 #filter_sp #menu:target .menuclose{
  /*配置*/
  display: block;
 }
 #filter_sp #menu:target li{
  /*デザイン*/
  padding: 10px;
  height: auto;
  width:auto;
  font-size: 18px;
  border-bottom: 1px  #1791D0 solid;
 }
 #filter_sp #menu:target li input{
  margin-right:5px;
 }
}
#filter_sp_iscontinue {
	display:none;
}
/*
** citations
*/

#scientificarticles #citations table {
	border: 1px solid #acacad;
	margin-bottom: 12px;
	width:100%;
}

[lang="en"] #scientificarticles #citations table tr th{
	background-color: #46a8da;
	text-align: left;
	padding: 5px 20px 5px 8px;
	color: #fff;
	line-height: 2rem;
	position: relative;
}

[lang="en"] #scientificarticles #citations table tr th.sort::after{
	content: "▼";
	position: absolute;
	right: 5px;
	top: 15px;
}

[lang="ja"] #scientificarticles #citations table tr th{
	background-color: #46a8da;
	text-align: left;
	padding: 5px 20px 5px 8px;
	color: #fff;
	line-height: 3rem;
        word-break:keep-all;
	position: relative;
}
[lang="ja"] #scientificarticles #citations table tr th.sort::after{
	content: "▼";
	position: absolute;
	right: 5px;
	top: 5px;
}

#scientificarticles #citations table th{
	min-width:70px;
}
#scientificarticles #citations table tr td{
	padding-left: 6px;
	padding-right: 4px;
}
#scientificarticles #citations table tr td.detail{
	text-align: center;
	word-break: keep-all;
}
#scientificarticles #citations table tr td.detail a{
	background-color: #5db3df;
	border-radius: 50px;
	color: #fff;
	padding: 4px 10px;
	word-break: keep-all;
}
#scientificarticles #citations table tbody tr:nth-child(even){
	background-color: #f1f1f1;
}
#scientificarticles .caution{
	text-align: right;
	color:#fff;
	padding-right:30px;
}
#scientificarticles #citations .caution {
	text-align: right;
}
#scientificarticles #citations table tr td span{
	display:none;
}
#scientificarticles #citations table tr #Drug::after{
	content:"Drugs";
}
#scientificarticles #citations table td input{
  font-family: 'Lato',"Yu Gothic";
  background: #46A8DA;
  padding: 5px 8px;
  border-radius: 3px;
  width: 110px;
  display: inline-block;
  text-align: center;
  font-size:1.3rem;
  border: none;
  color: #fff;
  margin:5px;
}
#scientificarticles .sub_cap{
  display: inline-block;
  margin: -100px 0 40px 30px;
}
@media screen and (max-width: 768px) {
   #scientificarticles .sub_cap{
    display: inline-block;
    margin: -20px 0 30px 10px;
   }
}
/*
** Common
*/
.small{
	font-family: Times New Roman, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; !important;
	font-size: 13px;
	line-height:1.1em;
}
.txtstyle{
	color: #595757;
	font-family: Times New Roman, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; !important;
	font-size: 16px;
}
.bgfit{
	-moz-background-size:cover !important;
	background-size:cover !important;
}
.bgfix{
	background-attachment: fixed !important;
}
a.hover:hover{
  filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

a.rounded:after{
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-right:1px solid #015fa0;
	border-bottom:1px solid #015fa0;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
a.rounded_sp:after{
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-right:1px solid #015fa0;
	border-bottom:1px solid #015fa0;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.clearfix:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}
@media screen and (min-width: 768px) {
 .pc {
  display: block;
 }
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
 .pc {
   display: none;
 }
 .sp {
   display: block;
 }
}

/*Create button Download Button*/
#createBut{
	margin-bottom: 16px;
	font-family: 'Lato',"Yu Gothic";
	background: #46A8DA;
	padding: 5px 30px;
	border-radius: 18px;
	width: 150px;
	display: inline-block;
	text-align: center;
	border:none;
	color:#fff;
	float: left;
}

#processing a{
	background: #cceeff;
	padding: 5px 30px;
	border-radius: 18px;
	width: 150px;
	display: inline-block;
	text-align: center;
	font-family: 'Lato',"Yu Gothic";
	float: left;
	padding-left:30px;
	margin-left:30px;
}
#processing p{
	float:right;
}

#processing a:before{
	content: url(../img/investment/overview/icon_exl.png);
	padding-top:10px;
	padding-right:3px;
}
#citations .result{
	margin-bottom: 16px;
	font-family: 'Lato',"Yu Gothic";
}
