.wrap690 {
  width: 690px;
  margin-left: auto;
  margin-right: auto;
}
/*開閉ボタン*/
.toggle_title {
	position: relative;
	width:170PX;
	background:#1E7E29;
	color:#FFF;
	border-radius:5PX;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	padding:5px 0;
	margin-top: 10px;
	margin-bottom:10px;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	left:10px;
	transform: translateY(-50%);
	background:#fff;
	display: block;
	width:18px;
	height:18px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius:50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color:#1E7E29;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.honbun{
	max-width:600px;
	border:1px solid #F5FBF3;
	border-radius: 5px;
	background: #F5FBF3;
	padding:10px;
	font-size: 0.9em;
	text-indent: 1em;
	word-break: break-all;
}
/*開閉ボタンここまで*/

.bg03 {
	background: #FABB94;
	padding: 3px 15px;
}
.txt_period p {
	display: flex;
}
.txt_period p .end {
	margin-left: 5px;
}

.koubo {
	font-size: 15px;
    font-weight: bold;
    padding: 2px 5px;
    line-height: 200%;
    background-color: #0080cb;
	color: #fff;
	margin-left: 10px;
	white-space: nowrap;
}
.shitei {
	font-size: 15px;
    font-weight: bold;
    padding: 2px 5px;
    line-height: 200%;
    background-color: #4BB73E;
	color: #fff;
	margin-left: 10px;
	white-space: nowrap;
}


dl.pro_speaker,
dl.pro_speaker.panelist,
dl.kichou {
	display: flex;
	margin-left: 0.5em;
}
dl.pro_speaker.kichou {
	margin: 0.3em 0 0.2em 0.5em;
}
dl.pro_speaker.kichou dt {
	width: 100px;
}
dl.pro_speaker.kichou dd {
	font-size:1.05em;
	clear: both;
	text-indent: -1em;
	line-height: 1.5;
}
dl.pro_speaker.kichou dd span:first-child {
	width: 60px;
	/*font-weight: 600;*/
}
dl.pro_speaker.kichou dd span:nth-child(2) {
	width: auto;
	font-size: 0.88em;
	margin-top: 2px;
	text-indent: -1em;
	padding-left: 1em;
	/*font-weight: 500;*/
}
dl.pro_speaker.enja {
	margin: 0.3em 0 0.2em 0.5em;
}
dl.pro_speaker.enja dt {
	width: 50px;
	margin-right: 10px;
	white-space: nowrap;
}
dl.pro_speaker.enja dd {
	font-size:1.05em;
	font-weight:bold;
	color:#006BB3;
	clear: both;
	text-indent: -1em;
	line-height: 1.5;
}
dl.pro_speaker.panelist dt {
	width: 130px;
}
dl.pro_speaker.panelist dd span:first-child {
	width: 86px;
}
dl.pro_speaker.panelist dd span:nth-child(2) {
	width: 464px;
	font-size: 0.88em;
	margin-top: 2px;
	text-indent: -1em;
	padding-left: 1em;
}
dl.pro_speaker dt {
	width: 50px;
	margin-right: 5px;
	white-space: nowrap;
	/*font-weight: 600;*/
}
dl.pro_speaker dd {
	display: flex;
}
dl.pro_speaker dd span:first-child {
	width: 96px;
	/*font-weight: 600;*/
}
dl.pro_speaker dd span:nth-child(2) {
	width: 510px;
	font-size: 0.88em;
	margin-top: 2px;
	text-indent: -1em;
	padding-left: 1em;
	/*font-weight: 500;*/
}

@media screen and (max-width: 640px){
	.txt_period p {
		flex-wrap: wrap;
	}
	.organizer {
		justify-content: start;
	}
	.organizer dl {
		flex-direction: column;
	}
	

	
	dl.pro_speaker dd {
		flex-direction: column;
		width: auto;
		flex: 1;
	}
	/*dl.pro_speaker {
		flex-wrap: wrap;
	}*/
	
	dl.pro_speaker dd span:nth-child(2),
	dl.pro_speaker.panelist dd span:nth-child(2) {
		margin-top: 0;
		width: auto;
	}
	
}










