@charset "UTF-8";
/* =================================================

　倫理委員会ページ

================================================== */
.bkGray {	background: #efefef;	}

/*　タイトル
-----------------------------*/
.rinri .st {	padding: 0;	}



/*---------------------------------------------------
倫理委員会 ナビ
---------------------------------------------------*/
#rinri_navi {
	margin-bottom: 2em;
	}

	#rinri_navi:after {
	display: block;
	clear: both;
	content: "";
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	}

	#rinri_navi li{
	display: block;
	float: left;
	width: 187px;
	margin-right: 10px;
	padding: 0;
	background: #e3e3e3;
	text-align: center;
		transition: 0.5s all;
	}

	#rinri_navi li:last-of-type{	margin-right: 0;	}

	#rinri_navi li a{	
		display: block;	
		padding: 2em;
		height: 160px;
		border: 1px #16599c solid;
		color: #16599c;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
		font-weight: bold;
		letter-spacing: 0;
		font-size: 1.1em;
	}
	#rinri_navi li img{		
		width: auto;
		margin-bottom: 1em;
		opacity: .7;
		}

	#rinri_navi li.active {	background: #fff;		}
	#rinri_navi li.active img {	opacity: 1;	}

	#rinri_navi li:hover {	background: #e1f1f7;	}
	#rinri_navi li:hover img{	opacity: 1;	}





/*-------------------------------------------
　お知らせ
  kenkyu/rinri/index.php 
--------------------------------------------*/
#info a:hover,
#rinri_topics a:hover {
	border-bottom: 1px #16599c dashed;
	}

.news_list {	border: 0;	}
.news_list dt{	padding: 0;	}
.news_list dd{	padding: 0 0 1em 0;	color: #555;	}
.news_list dd a {	color: #555;	}
.news_list dd a.inlink {	border-bottom: 1px #ccc dashed;	}



/*　過去の一覧
-----------------------------*/
#rinri_topics .tab_area:after {
	display: block;
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	content:"";
	}

#rinri_topics .tab_area li{
	display: block;
	width: 50%;
	padding: 1em;
	float:left;
	font-size: 1em;
	color: #646363;
	text-align: left;
	background: #ededed;
	border-top: 1px #CCC solid;
	}

#rinri_topics .tab_area li.selected {
	background: #FFF;
	}

#rinri_topics .tab_area li.select {
	background: #FFF;
	border-top: 1px #16599C solid;
	color: #16599C;
	}



#rinri_topics .content_area ul li {
	padding: 1em 0;
	border-bottom: 1px #ccc dashed;
	padding-left: 7em;
	text-indent: -3.1em;
	}

#rinri_topics .content_area ul li a{
	border-bottom: 1px #555 dashed;
	}

#rinri_topics .content_area ul li a:hover{
	border-bottom: 0;
	color: #3399ff;
	}


#rinri_topics .content_area ul li span {
	display: inline-block;
	padding-right: 1em;
	font-size: 0.9em;
	color: #555;
	}

/* ----------------------------------------------
	申請をされる方へ 
 kenkyu/rinri/index01.php
----------------------------------------------*/
/*-------------------------------------------------------
 申請について #tab1
-------------------------------------------------------*/
.list_faq { 
	margin: 0 0 50px;
	border-top: 1px solid #e5e7e8;
	}

.list_faq dt {
  font-weight: bold;
  margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
  border-left: 1px solid #e5e7e8;
  border-right: 1px solid #e5e7e8;
  border-bottom: 1px solid #e5e7e8;
  position: relative;
}

.list_faq dt:before {
  font-size: 12px;
  font-weight: 100;
  color: #fff;
  line-height: 36px;
  text-align: center;
  margin-right: 20px;
  width: 50px;
  height: 36px;
  display: inline-block;
  background: #3a5570;
  content: '様式';
}

.list_faq dt.taiouhyo::before{
	content: '対応表';
}

.list_faq dt:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: bold;
  color: #3a5570;
  top: 7px;
  right: 20px;
  content: "\f107";
  position: absolute;
}

.list_faq dt.active:after { content: "\f106"; }

.list_faq dd:before {  display: none;}

.list_faq dd {
  text-indent: 0;
  margin-bottom: 40px;
  padding-left: 0;
}


/*------------------------------------------
		【様式】
		* 新規申請（観察研究）
		* 規申請（観察研究?ゲノム研究以外の臨床研究）
		* 新規申請（ヒトゲノム?遺伝子解析研究）
		* 計画変更申請
		* 他の研究機関への既存試料?情報提供		
--------------------------------------------*/
table.y_download {
	width: 100%;
	border-bottom: 1px #e5e7e8 solid;
}
table.y_download th.youshikimei{
	position: relative;
	width: 75%;
}
table.y_download th.load{
	width: 25%;
	padding: 0.5em 0;
	text-align: center;
}

table.y_download thead tr:first-of-type {
	border-top: 0;
	background: #e2f2ff;
}

table.y_download thead tr:last-of-type {
	border-bottom: 1px #e5e7e8 solid;
}


table.y_download th.youshiki{
	width: 13%;
	padding: 0.5em 0;
	text-align: center;
}
table.y_download th.tyuui{
	width: 13%;
	padding: 0.5em 0;
	text-align: center;
}

table.y_download tbody tr{
	border-bottom: 1px #ccc solid;
	/* background: #f0f2f4; */
}
table.y_download tbody tr td:first-of-type{
	position: relative;
	padding: 0.5em 0 0.5em 0.5em;
	
}
p.date{
	position: absolute;
	right: 5px;
	bottom: 1px;
	font-size: .85em;
	font-weight: normal;
	text-align: right;
	color: #868686;
}
table.y_download p.kome{
	position: absolute;
	left: 10px;
	bottom: 1px;
	color:#16599c;
	font-size: .8em;
}


table.y_download tbody tr td:nth-of-type(2){
	text-align: center;
	padding: .5em 0;
}


table.y_download tbody tr td a{
    display: block;
    width: 145px;
    background: #efefef;
	margin: .5em auto;
	padding: .3em 0;
	transition: .8s all;
	border: 0;
}

table.y_download tbody tr td a:hover{
		background: #333;
		border-bottom: 0;
}



table.y_download tbody tr td a:hover .fa-file-word,
table.y_download tbody tr td a:hover .fa-file-excel{
	color: #fff !important;
}


table.y_download tbody tr td i.fa{
	font-size: 1.1em;
	line-height: .9em;
	margin: 0.5em;
}
table.y_download tbody tr td:nth-of-type(2) i::after{
	display: inline-block;
	content:"Download";
	font-size: 1em;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	letter-spacing: 0;
	padding-left: .2em;
}

table.y_download tbody tr td:last-of-type i::after{
	display: block;
	content:"注意事項";
	font-size: 36%;
	font-weight: normal;
}
table.y_download tbody tr:last-of-type{
	border-bottom: 1px #CCC solid;
}



/*新規申請（観察研究）*/
#sinki_1 #no10, #sinki_1 #no11, #sinki_1 #no12, #sinki_1 #no14,
#sinki_1 #no15, #sinki_1 #no16, #sinki_1 #no17, #sinki_1 #no18,
#sinki_1 #no19, #sinki_1 #no20, #sinki_1 #no21 {	display: none;	}


/*新規申請（観察研究?ゲノム研究以外の臨床研究）*/
#sinki_2 #no5, #sinki_2 #no6, #sinki_2 #no7, #sinki_2 #no14,
#sinki_2 #no15, #sinki_2 #no16, #sinki_2 #no17, #sinki_2 #no18,
#sinki_2 #no19, #sinki_2 #no20, #sinki_2 #no21 {	display: none;	}


/*新規申請（ヒトゲノム?遺伝子解析研究）*/
#sinki_3 #no5, #sinki_3 #no6, #sinki_3 #no7, #sinki_3 #no10,
#sinki_3 #no11, #sinki_3 #no12, #sinki_3 #no13, #sinki_3 #no18,
#sinki_3 #no19, #sinki_3 #no20, #sinki_3 #no21 {	display: none;	}

/*計画変更申請*/
#keikaku_1 #no3, #keikaku_1 #no4, #keikaku_1 #no5,
#keikaku_1 #no6, #keikaku_1 #no7, #keikaku_1 #no8,
#keikaku_1 #no9, #keikaku_1 #no10, #keikaku_1 #no11,
#keikaku_1 #no12, #keikaku_1 #no13, #keikaku_1 #no14,
#keikaku_1 #no15, #keikaku_1 #no16, #keikaku_1 #no17,
#keikaku_1 #no19, #keikaku_1 #no20, #keikaku_1 #no21 {	display: none;	}

/*他の研究機関への既存試料?情報提供*/
#takikan_1 #no1, #takikan_1 #no2, #takikan_1 #no3, #takikan_1 #no4,
#takikan_1 #no5, #takikan_1 #no6, #takikan_1 #no7, #takikan_1 #no9, 
#takikan_1 #no10, #takikan_1 #no11, #takikan_1 #no12, #takikan_1 #no13,
#takikan_1 #no14, #takikan_1 #no15, #takikan_1 #no16, #takikan_1 #no17,
#takikan_1 #no18, #takikan_1 #no21  {	display: none;	}

/*指摘事項対応表*/
#taiouhyo #no1, #taiouhyo #no2, #taiouhyo #no3, #taiouhyo #no4,
#taiouhyo #no5, #taiouhyo #no6, #taiouhyo #no7, #taiouhyo #no8,
#taiouhyo #no9, #taiouhyo #no10, #taiouhyo #no11, #taiouhyo #no12,
#taiouhyo #no13, #taiouhyo #no14, #taiouhyo #no15, #taiouhyo #no16,
#taiouhyo #no17, #taiouhyo #no18, #taiouhyo #no19, #taiouhyo #no20{	display: none;	}

.y_download tr td:last-of-type{	display: none;	}

/*注意事項*/
.y_download tr td a[title="注意事項"] {
	position: absolute;
	top: 9px;
	right: 9px;
	width: auto;
	padding: .3em 1em;
	font-size: .9em;
	font-weight: bold;
	color: #436693;
	background: #CEDAEE;
	border: 1px #CEDAEE solid;
}
.y_download tr td a[title="注意事項"] i {	font-size: .9em !important;}
.y_download tr td a[title="注意事項"]:hover{	color: #FFF;	border: 1px	#436693 solid;}



#rinri_sinsei {
	/* background: #FFF; */
	padding: 0;
	}
	
#rinri_sinsei .tab_area:after {
	display: block;
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	content:"";
	}

#rinri_sinsei .tab_area li{
	display: block;
	width: auto;
	min-width: 105px;
	height: 75px;
	padding: 1em 1em .3em 1em;
	float:left;
	background: #efefef;
	border-top: 1px #CCC solid;
	font-size: 1em;
	line-height: 1.5em;
	}

#rinri_sinsei .tab_area li:hover{
	background: #FFF;
	}


#rinri_sinsei .tab_area li.select {
	position: relative;
	background: #16599c;
	border-top: 1px #16599c solid;
	color: #FFF;
	}

#rinri_sinsei .tab_area li.select::after{
	position: absolute;
	display: block;
	left: 45%;
	bottom: -5px;
	content: "▼";
	color: #9bb9d7;
	}
#rinri_topics .content_area ul li {
	padding: 1em 0;
	border-bottom: 1px #ccc dashed;
	padding-left: 7em;
	text-indent: -3.1em;
	}
	#rinri_sinsei .tab_area li:first-of-type{
		border-left: 1px dotted #909090;
	}

#rinri_sinsei .content_area ul li a:hover{
	border-bottom: 0;
	color: #3399ff;
	}

#rinri_sinsei .content_area{
	position: relative;
	padding: 3em 0.5em;
	border-top: 5px #16599c solid;
}

#rinri_sinsei .content_area h4.sst01{
	color: #16599c;
}
/* #rinri_sinsei .content_area h4.sst01[title="申請について"]{	margin-top: -1em;	} */
#rinri_sinsei .content_area ul li span {
	display: inline-block;
	padding-right: 1em;
	font-size: 0.9em;
	color: #555;
	}

/*学外から倫理申請をされる方へ*/
.exlink03[title="学外から倫理申請をされる方へ"]{
		position: absolute;
		padding: 0;
		top: 13px;
		right: 13px;
	}
.exlink03[title="学外から倫理申請をされる方へ"] a{
		border: 2px solid #16599c;
		background-color: #16599c;
		padding: 10px 50px 10px 25px;
		border-radius: 20px;
	}
.exlink03[title="学外から倫理申請をされる方へ"] a:hover{
		background-color: #fff;
	}



/*-------------------------------------------------------
 モニタリング #tab2
-------------------------------------------------------*/
	.link_style1 {
		padding: 1em 0 !important;
		border-bottom: 1px #ccc dashed;
		font-size: 14px;
		text-indent: 0;
		background: #efefef;
		}
	
		.link_style1:hover{
			background: #e7ecf2;
		}
	
		.link_style1 a{
		padding: 11px 20px 8px 45px;
		border-bottom: 0;
		font-size: 1em;
	}
	
	.link_style1 a:hover{
		border-bottom: 0;
		color: #0068b6 !important;
		}
	
	.link_style1 a::before{
			width: 22px;
			height: 22px;
			left: 15px;
			background: #608ac8 url(../../img/common/icon_arrow01.svg) no-repeat center center;
			background-size: 12px;
			content: '';
			position: absolute;
		}
	
		.link_style1 a i {
			font-size: 1.5em;
		}

/*-------------------------------------------------------
 実施報告書提出 #tab4
-------------------------------------------------------*/

table[summary="実施報告書提出"]{
	width: 100%;
	}
table[summary="実施報告書提出"] thead th{
	position: relative;
	color:#fff;
	background:#0f559b;
	padding: 0.7em 0;
	border: 3px #FFF solid;
	border-bottom: 0;
	}
table[summary="実施報告書提出"] thead th p.date{
		color: #f9f5f5;
	}
table[summary="実施報告書提出"] tbody tr {
	border-bottom: 1px #CCC solid;
	}
table[summary="実施報告書提出"] tbody tr:last-of-type {
		border-bottom: 2px #0f559b solid;
	}
table[summary="実施報告書提出"] tbody tr:hover{
		background: #efefef;
	}
table[summary="実施報告書提出"] td{
	position: relative;
	padding: 1.5em 0.5em;
	}

table tbody tr td a {	border-bottom: 1px #CCC dashed;	}
table tbody tr td a:hover {	color: #DC143C;	border-bottom: 1px #555 dashed;	}
table tbody tr td i::before{
	font-size: 1.5em;
	}


/*-------------------------------------------------------
　任你博娱乐网站_任你博官网研修会
 kenkyu/rinri/index02.php
-------------------------------------------------------*/



/*-------------------------------------------------------
 研修日開催日程 #tab1
 e-leaning 		 #tab2
-------------------------------------------------------*/
#kensyukaikaisainittei .list03 li,
#e-leaning .list03 li {
	padding: 1.5em 1em 1.5em 2em;
	text-indent: -1em;
}


#kensyukaikaisainittei .list03 li a.inlink,
#e-leaning .list03 li a.inlink {	
	border-bottom: 1px #555 dashed;
	padding: 0 5px;
	}

/*研修日開催日程 #tab1*/
.dList04.kensyukaikaisainittei dt{		width: 100px;	}
.dList04.kensyukaikaisainittei dd{		padding: 15px 0 15px 100px;	}

.dList04.kensyukaikaisainittei  dd:last-child {
	padding-bottom: 5px;
}

.dList04.kensyukaikaisainittei dd:last-child::after {
	background-image: linear-gradient(to right, #b0adb7, #b0adb7 1px, transparent 1px, transparent 2px);
}



/*=========================================================
　委員会関係
　index03.php
=========================================================*/


/*------------------------------------------------------
規程?手順書
-------------------------------------------------------*/
table.kiteitejyunsyo i::before{
	font-size: 1.1em;
}
table.kiteitejyunsyo td.bkGray{
	background: #f2f2f2 !important;
}

table.kiteitejyunsyo td.bkGray.w52{	width: 52%;	}
table.kiteitejyunsyo td.w48{	width: 48%;	}
table.kiteitejyunsyo a{
	border-bottom: 1px #8a8888 dashed;
	line-height: 2em;
}
table.kiteitejyunsyo a:hover{
	border-bottom: 1px #16599c dashed;
	color: #16599c;
}


/*------------------------------------------------------
倫理指針?リンク
-------------------------------------------------------*/
.rinrisisin ul.linkLine.bg_link li {
	width: 100%;
}




/*--------------------------------------------------
 重篤な有害事象報告    shinsei5.php
-------------------------------------------------- */
h5[title="様式ダウンロード"] {
	margin-bottom: 0;
	margin-top: 2em;
	display: inline-block;
	padding: 0.5em 2em 0.2em 1.5em;
	color:#FFF;
	background: #16599c;
	border-radius: 0px 15px 0 0;
}

dl[title="重篤な有害事象報告"]{
	border-top: 2px #16599c solid;
	border-bottom: 2px #16599c solid;
}
dl[title="重篤な有害事象報告"] dt {	
	padding: 20px 0 0 0;	color:#0a437b;	
}

dl[title="重篤な有害事象報告"] dd,
dl[title="重篤な有害事象報告"] dd:last-child{
	padding: 20px 0 20px 220px;
}

dl[title="重篤な有害事象報告"] dd a:hover{
	color:#DC143C;
	border-bottom: 1px #DC143C dashed;
}

dl[title="重篤な有害事象報告"] dd i{
	font-size: 1.5em;
}



/* モニタリング
-----------------------------*/
/*提出書類*/
.monitoring {
	position: relative;
	}

.monitoring a {
	position: absolute;
	right: 0;
	top: 5px;
	background: #efeded;
	}

.monitoring a.leftside {
	position: absolute;
	right: 230px;
	}

/*別紙一覧の問い合わせ*/
#kenkyu .Contact {
	margin-top: 1em;
	border-top: 1px #555 dashed;
	text-align: center;
	}

#kenkyu .Contact ul {
	display: inline-block;
	margin: 10px auto;
	}

#kenkyu .Contact ul li {
	padding: 5px 0;
	text-align: left;
	border: 0;
	}

#kenkyu .Contact ul li:before {
	display: none;
	}


/* ----------------------------------------------
	任你博娱乐网站_任你博官网研修会
 	kenkyu/rinri/index02.php
----------------------------------------------*/
.pi_1em{
	padding-left: 1em !important;
	text-indent: -1em;
}

.list_faq[title="過去掲載分"]{
	margin: 2em 0 5em;
	border: 2px solid	#d5d5d5;
	border-radius: 5px;
}
.list_faq[title="過去掲載分"] dt::before{
	display: none;
}
.list_faq dt::after{
	top: 12px;
}
.list_faq[title="過去掲載分"] dt{
	color:#3a5570;
	font-size: 1.2em;
	font-weight: normal;
	border: 0;
	padding: 10px 1em 10px 1em;
}

.list_faq[title="過去掲載分"] dd{
	padding: .5em 1em;
}


#rinri_sinsei .content_area ul li span.txt_red{
	display: inline;
	padding-right: 0;
	font-size: 1em !important;
	color: #cd2830;
}

#kensyukaikaisainittei .dList04 dt{
	width: 100px;
}
#kensyukaikaisainittei .dList04 dd{
	padding-left: 100px;
}



/* ダウンロード様式
-----------------------------*/
#kenkyu .download {
	position: relative;
	display: block;
	padding: 0.3em 1.5em 0.3em 0;
	border-bottom: 2px solid #3D679E;
	margin: 1em 0 1em;
	overflow: hidden;
	height: 47px;
	}

#kenkyu .download span {
	position: absolute;
	width: 180px;
	height: 40px;
	content:"";
	display: black;
	bottom: 0;
	padding: 0.5em 2em;
	background: #3D679E;
	color: #FFF;
	border-radius: 13px 13px 0 0;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	}


#kenkyu .downloadlist .dllink{
	position: relative;
	padding: 0.5em 0;
/*	border-bottom: 1px #848484 dashed;*/
	}

#kenkyu .downloadlist .dllink a{
	position: relative;
	display: block;
	padding: 20px 12px 20px 15px;
	border: 0;
	text-align: left;
	font-weight: 100;
	background: #f0f0f0;
	}

#kenkyu .downloadlist .dllink a:hover{
	background: #E5E5E5;
	}

#kenkyu .downloadlist .dllink span.henkou {
	position: absolute;
	right: 8px;
	bottom: 2px;
	font-size: 0.9em;
	text-align: right;
	font-weight: 100;
	}

#kenkyu .downloadlist .dllink span.COMMENT {
	position: absolute;
	bottom: 0;
	left: 3.5em;
	font-size: 85%;
	color: #294887;
	} 




/* 研究実施計画書 */
#youshiki8 {
	display: block;	
	}

#youshiki8 a:first-of-type {
	width: 68%;
	float:left;
	}

#youshiki8 a:last-of-type {
	width: 30%;
	float:right;
	}

/* 学生?教職員を対象とした疫学研究?臨床研究について */
.label-end {
    display: inline-block;
    padding: 0 10px;
    background: #555;
    color: #fff;
    font-size: 0.8em;
}



#rinri_sinsei .content_area ul li a{	border-bottom: 0;	font-weight: normal;	}
#rinri_sinsei ul.linkLine.bg_link li a i{	font-weight: 400;	}
#rinri_sinsei ul.linkLine.bg_link li a:hover {	background: #99baec;	text-decoration: none;	color: #FFF;	}
#rinri_sinsei ul.linkLine.bg_link li a:hover i{	background: #99baec;	}

/*問い合わせ*/
.mail_contact {
  border: 0;
  padding: 0 0 50px 0;
  background: transparent;
}

.mail_contact dl {
  padding: 0;
}
.mail_contact dl dt{
	font-size: 15px;
display: inline-block;
font-family: 'Roboto', sans-serif;
font-weight: 500;
}

.mail_contact dl dd {
display: inline-block;

}

.mail_contact dl dd a {
	color: #c0881d;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
font-weight: 500;
text-decoration: none;
}