/*======================================

	Custom CSS
	Copyright (c) 2024, PROACTIVE Inc. All rights reserved.

=======================================*/

/*  組織委員・プログラム委員  */
.indent--1 {
	text-indent: 1em;
}

@media screen and (min-width: 1025px) {
	.name-list li {
		margin-bottom: .25rem;
		display: flex;
	}
	.name-list li span {
		width: 7rem;
		display: inline-block;
	}
	.name-list--En li span {
		width: 12rem;
	}
}
@media screen and (max-width: 1024px) {
	.name-list li {
		margin-bottom: .5rem;
	}
}
@media screen and (max-width: 599px) {
	.name-list li span::after {
		content: "\A" ;
		white-space: pre ;
	}
}

/*  スピーカー  */
.spk:not(:last-child) {
	margin-bottom: 3rem;
}
.spk--txt > p {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-weight: bold;
}
.spk--txt > dl > dt {
	font-weight: bold;
	font-size: 1.1rem;
}
.spk--txt > dl > dd {
	margin-bottom: .5rem;
}
.spk--txt .btn {
	padding: .5rem 5rem;
}

.spk--img:empty {
	border: 1px solid #ccc;
	width: 150px;
	height: 200px;
}

@media screen and (min-width: 600px) {
	.spk {
		display: flex;
		flex-wrap: wrap;
		/*align-items: center;*/
		column-gap: 2.5rem;
	}
	.spk--txt {
		max-width: calc(100% - 150px - 3rem);
	}
}
@media screen and (max-width: 599px) {
	.spk {
		text-align: center;
	}
	.spk:not(:last-child) {
		margin-bottom: 4rem;
	}
	.spk--img {
		margin-bottom: 1rem;
	}
	.spk--img:empty {
		margin: 0 auto 1rem;
	}
	.spk--txt {
		text-align: center;
	}
	.spk--txt > dl > dd {
		margin: 0 0 .5rem;
	}
	.spk--txt .btn {
	padding: .5rem 4rem;
	}
}


/*  企業協賛  */
.spn_box {
	border: 1px solid var(--main--color);
	padding: 1.5rem 2rem;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}
.spn_box div {
	border: 1px solid #ccc;
	background-color: #fff;
}
/*.spn_box dd {
	margin-bottom: 0;
	margin-left: 0;
}*/
a:has(.spn_box) {
	text-decoration: none;
	color: #333;
}
a .spn_box:hover {
	background-color: #e8f1f4;
}

.spn_gold .title--sec2 {
	background: linear-gradient(to right, #fdd35c 70%, #fefefe);
	color: #111;
}

.spn_gold a .spn_box:hover {
	background-color: #ffedab;
}

.spn_silver .title--sec2 {
	background: linear-gradient(to right, #ccc 70%, #fefefe);
	color: #111;
}

.spn_silver a .spn_box:hover {
	background-color: #efefef;
}

.spn_list img {
	max-height: 60px;
}

@media screen and (min-width: 600px) {
	.spn_box {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.spn_box div {
		width: 234px;
		text-align: center;
		min-height: 62px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.spn_box div img {
		max-height: 60px;
	}
}
@media screen and (max-width: 599px) {
	.spn_box div {
		text-align: center;
		margin-bottom: 1rem;
	}
	.spn_box p {
		text-align: center;
	}
}


/*  参加登録  */
.w100 {
	width: 100%;
}

/*  ポスター  */
.poster_app dt {
	text-indent: -1rem;
	margin-left: 1rem;
}

/*  プログラム  */
.ft-c--B {
	color: var(--main--color);
}
.time--inner > div:first-child {
	color: var(--main--color);
}
.time--inner > div:last-child dt {
	font-size: 1.15rem;
	line-height: 1.6;
}

.luncheon dd {
	margin-bottom: 1rem;
}

@media screen and (min-width: 600px) {
	.time--inner {
		display: flex;
	}
	.time--inner > div:first-child {
		width: 9em;
	}
	.time--inner > div:last-child {
		width: calc(100% - 9em);
	}
}
@media screen and (max-width: 599px) {
	.time--inner > div:last-child {
		margin-left: 1rem;
	}
}