
.yohshi {
	background: #007aa9;
	height: fit-content;
	/* color: #CC0099;
	border: 1px solid #CC0099; */
	/* background-color: #fff; */
	color: #fff;
	font-weight: bold;
	padding: 4px 20px 2px;
	margin-right: 10px;
	white-space: nowrap;
	width: fit-content;
}
.yohshi-desc {
	/* background-color: #eafffd; */
	padding: 10px 20px;
	border: 1px solid #007aa9;
}

.date {
	text-align: right;
	font-weight: 600;
	color: #6094A8;
}
.pro-flex {
	display: flex;
	justify-content: space-around;
	padding: 10px 0;
	line-height: 1.6;
}
.section_title {
	font-weight: bold;
	font-size: 1.3em;
	background-color: #007aa9;
	padding: .3em .5em;
	color: #fff;
	margin-top: 40px;
}
dl.pro_speaker {
	/* display: flex; */
	margin-bottom: 1em;
	margin-top: 10px;
}
dl.pro_speaker dt {
	display: inline-block;
	line-height: 1;
	padding: .4em 1em;
	font-weight: bold;
	background-color: #007aa9;
	color: #fff;
	/* border-radius: 4px; */
	margin-bottom: 0.5em;
	vertical-align: baseline;
	background-color: #3cb9b4;
}
dl.pro_speaker dd {
	margin-left: 1em;
}
dl.pro_speaker dd ul {
	display: flex;
	align-items: baseline;
	margin-bottom: 5px;
	li:first-child {
		width: 7.5em;
		font-weight: bold;
		color: #333;
	}
	li:nth-child(2) {
		width: calc(100% - 7.5em);
		text-indent: -1em;
		padding-left: 1em;
	}
}

@media screen and (max-width: 640px){
	dl.pro_speaker.width_6em dd ul {
		flex-direction: column;
		margin-bottom: 10px;
		li:first-child {
			width: auto;
		}
		li:nth-child(2) {
			width: auto;
		}
	}
	.pro-flex {
		flex-direction: column;
		justify-content: flex-start;
	}
}










