@charset "UTF-8";
/*--------------------------------------------------
カラー設定
ブルー　　　　　　　    #0242B4
背景　　　　　        　#F0EEE7
オレンジ　　　　　　　　#F4A43B
ピンク　　　　　　　　　#F43BD2
メインブロック背景      #F7F7F6

グラデーション
background: linear-gradient(to right, rgba(255,254,246,0.30), rgba(238,255,232,0.30));

@media screen and (max-width: 795px) {

}
@media screen and (max-width: 420px) {
	
}

--------------------------------------------------*/


/*------------------------------------------
サイドイベント
------------------------------------------*/
/*会場名*/
.venue {
	display: flex;
	padding: 16px 20px;
	background-color: #FFFBF1;
	border-radius: 8px;
	border: 3px solid #C6954A;
	font-size: 20px;
	font-weight: 600;
	color: #89003C;
	align-items: center;
}
.venue span {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #363636;
	bottom: -3px;
}

.side-event_title {
	position: relative;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 12px 0 12px 18px;
	background: white;
	border-left: 10px solid #4BB000;
	font-size: 20px;
	font-weight: 600;
}
.side-event_title::after {
	position: absolute;
	content: "";
	top: 0;
	left: 2px;
	width: 1px;
	height: 100%;
	background-color: #4BB000;
}

.event_item {
	
}
.event_item .overview {
	padding: 10px 20px;
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	border-top: 2px solid #D29200;
	border-bottom: 2px solid #D29200;
}
.event_item .overview dl {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
}
.event_item .overview dl dt {
	
}
.event_item .overview dl dd {
	flex: 1;
	margin-left: 0;
	padding-left: 0;
}
.event_item .contents {
	margin: 10px 0;
}
.event_item .contents p {
	padding: 10px;
	font-size: 15px;
}
.event_item .poster_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px 100px;
}
.event_item .poster_block img {
	vertical-align: top;
	border: 1px solid #121212;
}

/*英語サイト*/
.overview_en {
	padding: 10px 20px;
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	border-top: 2px solid #D29200;
	border-bottom: 2px solid #D29200;
}
.overview_en dl {
	margin: 0;
	padding: 0;
	display: block;
}
.overview_en dl dt {
	font-size: 13px;
	font-weight: 400;
}
.overview_en dl dd {

}

/*キャプション*/
.caption {
	font-size: 13px;
	font-weight: 400;
	text-indent: -2em;
	padding-left: 2em;
	line-height: 1.5em;
}

/*通訳*/
.interpreter {
	border-top: 1px dashed #D2D2D2;
	font-weight: 600;
}

/*登壇者*/
.speaker_block {
	padding-left: 1em;
}
.speaker_title {
	width: 60px;
	padding: 2px 0;
	background-color: #0242B4;
	text-align: center;
	color: white;
}
/*登壇者名前*/
.speaker_item {
	padding-left: 1em;
}
.speaker_item dt {
	font-family: selif;
	font-size: 14px;
}
.speaker_item dd {
	margin-left: 0;
	font-family: selif;
	font-size: 17px;
	font-weight: 600;
}

/*コンセプトノート*/
.consept_note_wrapper {
	margin: 20px 0;
	width: 100%;
}
.consept_note_item {
	margin: 0 auto;
	width: 180px;
}
.consept_note_item p {
	margin: 0;
	font-size: 11px;
	line-height: 1.5em;
}
.consept_note_item img {
	width: 100%;
	vertical-align: top;
}