.team-booth-card__note {
	margin-top: 3px;
	text-align: center;
	color: #AAAAAA;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.5px;
	font-size: 1.1rem;
}

.team-booth-list--standard .team-booth-card__ttl {
	font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
	.team-booth-list--standard .team-booth-card {
		display: flex;
		align-items: stretch;
		min-height: 96px;
	}

	.team-booth-list--standard .team-booth-card__img {
		flex-shrink: 0;
		width: 42%;
	}

	.team-booth-list--standard .team-booth-card__img::before {
		display: none;
	}

	.team-booth-list--standard .team-booth-card__img img {
		height: 100%;
		object-fit: contain;
		object-position: center;
	}

	.team-booth-list--standard .team-booth-card__ct {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 58%;
		padding: 13px 18px 11px;
	}

	.team-booth-list--standard .team-booth-card__ttl {
		text-align: left;
		line-height: 1.3;
		font-size: 1.2rem;
	}

	.team-booth-list--standard .team-booth-card__note {
		text-align: left;
		line-height: 1.3;
		font-size: 1rem;
	}
}
