.wrap690 {
  width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.sec_program .h4heading > span {
	border-bottom: none;
}
.program .heading_h4 {
	display:flex;
	margin-bottom: 10px;
	margin-left: 0.1em;
}
.program .heading_h4 > span {
	background-image: linear-gradient(#DDDDDD, #DDDDDD);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% 10px; 
	transition: background 2s ease;
	font-size: 16px;
	font-weight: bold;
}
.icon_ond1{
	width:140px;
	height:25px;
	line-height:25px;
	border: none;
	background:#003F8F;
	border-radius: 4px;
	color:#fff;
	text-align:center;
	font-size:0.9em;
	margin:-2px 0 0 2em;
}
.icon_ond2{
	width:140px;
	height:25px;
	line-height:25px;
	border: none;
	background:#A0CBFE;
	border-radius: 4px;
	color:#000;
	text-align:center;
	font-size:0.9em;
	margin:-2px 0 0 2em;
}
.sec_program:not(:last-child) {
	margin-bottom: 50px;
}
.pro_body {
	display: grid;
}
.pro_theme_big {
	background-color: #EEEEEE;
	padding: 3px 6px;
	font-weight: bold;
	color: #666666;
}
.pro_theme {
	color: #08428B;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 6px;
	margin: 10px 0 0px;
}
.pro_date-venue {
	font-weight: bold;
	color:#666;
	text-align: right;
}

.pro_title {
	font-weight: bold;
	font-size: 1.1em;
	/* color:#08428B; */
	color: #006BB3;
	line-height: 1.2;
	padding: 3px 6px;
	margin-bottom: 5px;
}
.pro_body dl {
	display: flex;
	align-items: baseline;
	padding-left: .5em;
	padding-right: .5em;
	line-height: 1.2;
}
.pro_body dt {
	width: 88px;
	display: flex;
	align-items: center;
}
.pro_body dt span {
	width: 80px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #5D5D5E;
	background-color: #5D5D5E;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.pro_body dt span.bg_none{
	border:none;
}
.pro_speaker,
.pro_host {
	margin: 10px 0;
	padding-bottom: 10px;
}
.pro_host {
	/* border-bottom: dotted 1px #ccc; */
}
.pro_host ul,
.pro_speaker ul {
	margin-bottom: 10px;
}
.pro_body .pro_speaker dt span {
	background-color: #FFFFFF;
	color:#5D5D5E;
}
.pro_body .pro_speaker dl.kyosai dd{
	padding-left:6px;
}
.pro_body dd {
	flex: 1;
}
.pro_body dd ul {
	display: flex;
	align-items: baseline;
	padding-left: .2em;
	/* padding-right: .5em; */
}
.pro_body dd ul li:first-child {
	width: 100px;
}
.pro_body dd ul li.s-long:first-child {
	width: 130px;
}
.pro_body dd ul li.m-long:first-child {
	width:180px;
}
.pro_body dd ul li:last-child {
	flex: 1;
	font-size: 0.87em;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.6;
}
.color_navy{
	color:#003F8F;
}

.pro_speaker.organizer dl dt {
	line-height: 1.8;
	font-size: 0.7em;
	span {
		color: #fff;
		background-color: #5D5D5E;
	}
}
.pro_speaker.facilitator dl dt {
	line-height: 2;
	font-size: 0.6em;
}
.pro_speaker.sponsor dd ul li {
	width: 100%;
}

@media screen and (max-width: 640px){
	.pro_body dl {
		flex-direction: column;
		gap: 15px;
	}
	.pro_speaker.organizer dl {
		margin-bottom: 10px;
	}
}









