.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: 10px;
}
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: 8.5em;
		font-weight: bold;
		color: #333;
	}
	li:nth-child(2) {
		width: calc(100% - 8.5em);
		text-indent: -1em;
		padding-left: 1em;
	}
}
.h3heading span.session_name {
    display: inline-block;
    color: #CC0099;
    border: 1px solid #CC0099;
    padding: .1em .3em;
    font-size: 0.9em;
    margin-bottom: 8px;
}
.seminar_title {
    font-weight: bold;
    font-size: 1.1em;
    color: #006BB3;;
}

dl.pro_speaker dd + dd.seminar_title {
	margin-top: 1em;
}
.flyer_img {
	margin: 20px 0 30px 10px;
}
.flyer_img a {
	display: block;
	width: 180px;
	float: right;
	margin-left: 1em;
	transition: all .3s;
	text-decoration: none;
}
.flyer_img a figcaption {
	margin-inline: auto;
	background-color: #CC0099;
	color: #fff;
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
}
.flyer_img a:hover {
	filter: brightness(85%) contrast(120%);
}
.flyer_img img {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.clear_img {
	clear: both;
}

@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;
	}
	.flyer_img a {
		float: none;
		margin: 20px auto;
		width: 200px;
	}
}









