@charset "UTF-8";
/*--------------------------------------------------
カラー設定
濃いレッド　　　　　　　#D10043
背景ブラック　　　　　　#00041B
オレンジ　　　　　　　　#F4A43B
ピンク　　　　　　　　　#F43BD2

グラデーション
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) {

}


--------------------------------------------------*/

/*==================================================
参加者の皆様へのご案内
==================================================*/

/*受付・クローク　テーブル*/
.table_time {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.table_time td {
	padding: 10px;
}
.table_time .time {
	background-color: #C8CCCF;
}
.table_time .venue {
	background-color: white;
	width: 55%;
}
@media screen and (max-width: 500px) {
	.table_time {
		font-size: 0.8em;
		line-height: 1.5em;
	}
}

/*全員懇親会*/
.reception div {
	display: flex;
}
@media screen and (max-width: 420px) {
	.reception div {
		display: block;
	}
}
.reception dt {
	position: relative;
	width: 4.2em;
	text-align-last: justify;
	font-weight: 600;
}
.reception dt::after {
	position: absolute;
	content: "：";
	top: 0;
	right: -1em;
}
.reception dd {
	flex: 1;
	margin-left: 1.5em;
}

/*賞候補*/
.candidate_title {
	width: 100%;
	margin: 20px 0;
	padding: 8px 10px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	background-image: linear-gradient(125deg, rgba(235,0,77,1.00), rgba(255, 255, 255, 1) 15% 85%, rgba(0, 157, 255, 1));
}
.candidate_name_block {
	margin: 0 auto;
	max-width: 680px;
	padding: 10px;
	background-color: rgba(255,255,255, 0.3);
	border-radius: 8px;
}
.candidate_flex {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content: center;
	align-items: center;
}
.candidate_name {
	width: 186px;
	text-align: center;
}
.candidate_caption {
	margin-top: 10px;
	font-size: 14px;
	text-align: right;
}