@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*/

/*-----------------------------------
座長・演者の皆様へ
-----------------------------------*/

/*データリスト*/
.speakers_dl div{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.speakers_dl dd {
	margin-left: 1em;
}
.speakers_dl dd div {
	margin: 0;
}
@media screen and (max-width: 769px) {
	.speakers_dl dd div {
		margin-bottom: 10px;
	}
}
/*データリスト2*/
.speakers_dl2 dd {
	text-align: left;
}

/*利益相反様式タイトル*/
.coi_title {
	display: inline;
	padding: 2px 10px;
	font-weight: 600;
	border: 2px solid #FF5CCE;
	background-color: #EFEFEF;
}

/*利益相反フレックスボックス*/
.coi_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px 0;
}
.coi_items {
	width: 300px;
}
.discription {
	text-align: center;
	font-size: 14px;
}
.coi_items img {
	width: 100%;
}

/*ポスターパネル_flex*/
.poster_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.poster_contents {
	flex: 1;
}
.poster_img {
	max-width: 300px;
}
.poster_img img {
	width: 100%;
}
@media screen and (max-width: 600px){
	.poster_contents {
		flex: auto;
	}
}