/* CSS Document */
.watcher_list dd{
	font-size:16px!important;
}

.acodion3{
	overflow: hidden;
	height:370px;
	transition: 1s;
}

.acodion2{
	overflow: hidden;
	height:205px;
	transition: 1s;
}

.acodion-open{height:auto!important;
}

.acodion1{
	overflow: hidden;
	height:150px;
	transition: 1s;
}

.acodion-button1{
	width:calc(100% - 20px);
	background-color: #23993E;
	color:#fff;
	padding:5px;
	text-align: center;
	font-size:14px;
	font-weight: bold;
	border-radius: 5px;
	margin-top:10px;
}

.acodion-button2{
	width:calc(100% - 20px);
	background-color: #23993E;
	color:#fff;
	padding:5px;
	text-align: center;
	font-size:14px;
	font-weight: bold;
	border-radius: 5px;
	margin-top:10px;

}

.acodion-button3{
	width:calc(100% - 20px);
	background-color: #23993E;
	color:#fff;
	padding:5px;
	text-align: center;
	font-size:14px;
	font-weight: bold;
	border-radius: 5px;
	margin-top:10px;
}

.acodion-button1::before {
  content: "バランスシート探検隊をすべて表示";
}

.acodion-button1.open-button::before {
  content: "閉じる";
}

.acodion-button2::before {
  content: "会計検査院ウォッチャーをすべて表示";
}
.watcher_list{
	font-size:14px!important;
}
.acodion-button2.open-button::before {
  content: "閉じる";
}

.acodion-button3::before {
  content: "国際公会計基準の最新動向をすべて表示";
}

.acodion-button3.open-button::before {
  content: "閉じる";
}