@charset "UTF-8";
/* CSS Document */
/*メインカラー0　rgba(19,15,15,1.0)　ブラック*/
/*メインカラー1　rgba(230,230,224,1.0)　薄いグレー*/
/*メインカラー2　#DEDED7　濃いグレー*/
/*メインカラー3　#d483a1　エンジ*/
/*メインカラー4　#d4b683　ベージュ*/
/*メインカラー4　#f39800　オレンジ*/
/*メインカラー5　#e87478　薄ピンク*/
/*メインカラー6　#4c6cb3 薄ブルー*/
/*メインカラー7　#FF8E1A　濃オレンジ*/
/*メインカラー8　#1e50a2　濃ブルー*/
/*カラー1 からし色　#D9B800*/
/*カラー2 濃いブルー　#003485*/
/*カラー3 クロムイエロー　#fcc800*/
/*ピンク　rgba(255,92,206,1.00) #FF5CCE*/
/*濃いピンク　#FF06B4*/

/*-----------------------------------
優秀演題賞　選考結果発表
-----------------------------------*/
.award_item {
	/*box-shadow: 0 1px 2px 3px rgba(233,233,233, 0.3);*/
}

.award_session {
	margin: 20px 0 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 20px;
	width: 100%;
	min-height: 40px;
	background-color: #FFFCF0;
	border-top: 1px solid #C79200;
	border-bottom: 1px solid #C79200;
}

/*アワードアイコン*/
.award_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: auto;
	background-color: #C79200;
}
.award_icon img{
	width: 36px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(5014%) hue-rotate(316deg) brightness(106%) contrast(91%);
}

/*アワード　セッション名*/
.session_name {
	display:flex;
	align-items: center;
	padding: 4px 10px 4px 0;
}
.session_name p {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
}
.session_name p span {
	font-size: 15px;
	color: #4E434C;
}

/*アワード　コンテンツ*/
.award_contents {
	margin: 0 0 20px;
	padding: 0px 20px 10px 10px;
	background-color: #F6F6F6;
	font-family: 'Noto Serif JP', sans-serif;
}

/*アワード　演者*/
.award_profile {
	margin: 0;
	padding: 8px 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	border-bottom: 1px solid #DEDEDE;
	
}
@media screen and (max-width: 420px) {
	.award_profile {
		display: block;
		/*flex-wrap: wrap;*/
	}
}
.award_profile dt {
	width: 50px;
}
.award_profile dd {
	margin-left: 20px;
	font-size: 14px;
	line-height: 1.5em;
	flex: 1;
}

.award_profile dd span {
	font-size: 18px;
}
/*アワードタイトル*/
.award_title {
	margin: 8px 0;
	font-weight: 500;
	line-height: 1.5em;
}