@charset "utf-8";

main h5 {
	color:#00bce9;
	padding-bottom:3px;
	border-bottom:solid 1px #00bce9;
}

/*.special ul,
.standard ul {
	display:flex;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:dotted 1px #999;
}

.special ul li:nth-child(1),
.standard ul li:nth-child(1) {
	width:5%;
	vertical-align:middle;
}
.special ul li:nth-child(2),
.standard ul li:nth-child(2) {
	width:80%;
}
.special ul li:nth-child(3),
.standard ul li:nth-child(3) {
	width:15%;
	text-align:center;
}

.standard ul dl dt {
	background-color:#e5f2fc;
	padding:0 7px;
	width:5em;
	border-radius:8px;
	text-align:center;
	font-size:0.9em;
	margin-bottom:5px;
	clear:left;
	float:left;
}

.standard ul dl dd {
	margin-bottom:5px;
	margin-left:7em;
}

.special ul dl dt {
	background-color:#e5f2fc;
	padding:0 7px;
	width:13em;
	border-radius:8px;
	text-align:center;
	font-size:0.9em;
	margin-bottom:5px;
	clear:left;
	float:left;
}

.special ul dl dd {
	margin-bottom:5px;
	margin-left:15em;
}*/

/* 2018.0312 テーブルに変更 */
.special table,
.standard table {
	width:100%;
	margin-bottom:7px;
}

.special table tr th,
.special table tr td,
.standard table tr th,
.standard table tr td {
	border:solid 1px #ccc;
	padding:5px 2px;
}

.special table tr th,
.standard table tr th {
	background-color:#e5f2fc;
	font-weight:normal;
	text-align:center;
}

.standard table tr th span {
	display:block;
	width:3em;
}

.special table tr .no,
.standard table tr .no {
	width:2em;
}

.special table tr .dname,
.standard table tr .dname {
	width:18em;
}
.standard table tr .dname2 {
	width:13em;
}
.standard table tr .dname3 {
	width:16em;
}
.standard table tr .dname4 {
	width:20em;
}
.standard table tr .dname70 {
	width:70%;
}


/* 2024.1220 研究代表者のタグ変更 */
.member li{
	display: inline-block;
}
.member li:first-child{
	width: 6em;
}
.dname70 {
	width:70%;
}


@media screen and (max-width:768px){
.member li{
	display: block;
}
.member li:first-child{
	width: auto;
}
.standard table tr .dname2 {
		width: auto;
	}
/*.spacial ul dl dt,
.standard ul dl dt {
	float:none;
}
.special ul dl dd,
.standard ul dl dd {
	margin-left:0;
}*/
}
@media screen and (max-width:480px){
/*.special ul,
.standard ul {
	display:block;
}
.special ul li:nth-child(1),
.standard ul li:nth-child(1) {
	width:100%;
}
.special ul li:nth-child(2),
.standard ul li:nth-child(2) {
	width:100%;
}
.special ul li:nth-child(3),
.standard ul li:nth-child(3) {
	width:100%;
	text-align:left;
}
.special table tr .dname,
.standard table tr .dname,
.standard table tr .dname2,
.standard table tr .dname3,
.standard table tr .dname4 {
	width:auto;
}*/
}
@media screen and (min-width: 600px) {
.br-sp {
	display: none;
}
}
@media screen and (max-width: 559px) {
.br-sp {
	display: block;
	line-height: 0.5em;
}
.br-pc {
	display: none;
}
}