<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/***********************************************
アコーディオン
***********************************************/

#top_ex {
	margin: 20px 0;
	text-align: center;
}

#top_ex dt {
	text-align: center;
	/*margin: 5px 10px;*/
}

#top_ex .trigger {
	margin: 5px 0 0;
}

#top_ex .acordion_tree {
	margin: 0 0;
	padding: 20px 10px;
	background-color: #ffffff;
	text-align: center;
}

#top_ex a,
#top_ex a:link,
#top_ex a:hover,
#top_ex a:visited {
	color: #3975cb;
	text-decoration: underline;
}

#top_ex .button a,
#top_ex .button a:link,
#top_ex .button a:hover,
#top_ex .button a:visited {
	color: #FFF;
	text-decoration: none;
	width: 90%;
}

/***********************************************
アコーディオン2
***********************************************/

#top_ex02 {
	margin: -30px 10px 20px;
	text-align: center;
}

#top_ex02 dt {
	text-align: center;
	/*margin: 5px 10px;*/
}

#top_ex02 .trigger {
	margin: 5px 0 0;
}

#top_ex02 .acordion_tree {
	margin: 0 0;
	padding: 20px 10px;
	background-color: #ffffff;
	text-align: center;
}

#top_ex02 a,
#top_ex02 a:link,
#top_ex02 a:hover,
#top_ex02 a:visited {
	color: #3975cb;
	text-decoration: underline;
}

#top_ex02 .button a,
#top_ex02 .button a:link,
#top_ex02 .button a:hover,
#top_ex02 .button a:visited {
	color: #FFF;
	text-decoration: none;
	width: 90%;
}</pre></body></html>