.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;
}

.organizer {
	display: flex;
	justify-content: end;
}
.organizer dl {
	display: flex;
}
.absTitle-list li {
	margin-bottom: 10px;
}
@media screen and (max-width: 640px){
	.txt_period p {
		flex-wrap: wrap;
	}
	.organizer {
		justify-content: start;
	}
	.organizer dl {
		flex-direction: column;
	}
	


	
	
	
}










