@charset "UTF-8";
/*--------------------------------------------------
カラー設定
メインカラー	グリーン　#0EB998 
薄いグリーン　			 #EAF5F3 
濃いグリーン　　　　　　#013700
濃いブルー　　　　　　　#009AA2

グラデーション
background: linear-gradient(to right, rgba(255,254,246,0.30), rgba(238,255,232,0.30));


@media screen and (max-width: 420px) {

}

@media screen and (max-width: 795px) {

}
--------------------------------------------------*/

/*------------------------------
プログラム委員会
--------------------------------*/
.program_committee {
	margin-bottom: 40px;
	padding: 0 0 0 20px;
}
.program_committee .flex_block {
	display: flex;
	border-bottom: 1px dashed #BCB8B4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.program_committee .flex_block dt {
	width: 6em;
	font-family: selif;
	font-weight: 600;
	font-size: 16px;
}
.program_committee .flex_block dd {
	font-size: 14px;
	margin-left: 1em;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 420px) {
	.program_committee .flex_block {
		display: block;
	}
	.program_committee .flex_block dt {
		padding: 0 0 6px;
	}
	.program_committee .flex_block dd {
		margin-left: 0.5em;
	}
}