.wrap690 {
  width: 690px;
  margin-left: auto;
  margin-right: auto;
}
dl.pro_speaker {
	display: flex;
	margin-left: 0.5em;
}
dl.pro_speaker dt {
	width: 50px;
	margin-right: 5px;
	white-space: nowrap;
	/*font-weight: 600;*/
}
dl.pro_speaker dd {
  width: calc(100% - 55px);
	display: flex;
}
dl.pro_speaker dd span:first-child {
	width: 100px;
	/*font-weight: 600;*/
}
dl.pro_speaker dd span:nth-child(2) {
	width:calc(100% - 100px);
	font-size: 0.88em;
	margin-top: 2px;
	text-indent: -1em;
	padding-left: 1em;
	/*font-weight: 500;*/
}
dl.pro_speaker.kyosai dd span:first-child {
  width: 100%;
}
dl.pro_speaker.long dt {
  width: 140px;
}
dl.pro_speaker.long dd {
  width: calc(100% - 145px);
}
.bg03 {
	background: #FABB94;
	padding: 3px 15px;
  display: flex;
  span:first-child {
    white-space: nowrap;
  }
  span:nth-child(2) {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.pro_title {
	font-weight:bold;
	margin:15px 10px 5px;
	color:#006BB3;
}

@media screen and (max-width: 640px){
	dl.pro_speaker dd {
		flex-direction: column;
		width: auto;
		flex: 1;
	}
  .pro_speaker.long {
    flex-direction: column;
    dd {
      padding-left: 55px;
    }
  }
	/*dl.pro_speaker {
		flex-wrap: wrap;
	}*/
	
  dl.pro_speaker.long dd {
    width: auto;
  }
	dl.pro_speaker dd span:nth-child(2) {
		margin-top: 0;
		width: auto;
	}
	.bg03 {
    flex-direction: column;
    line-height: 1.6;
  }
}





