/*
ここに独自の CSS を追加することができます。
詳しくは上のヘルプアイコンをクリックしてください。
*/

/*サイドバー目次*/
.toc_widget_list li{
	padding: 0.2em;
}
.toc_widget ul {
	max-height: 25em;
	overflow-y: auto;
}
.toc_widget_list li ul{		
	margin-left: 1.0em;
	max-height: 1000px;
	font-size: 0.9em;
}
.toc_widget_list li ul li a {
	font-size: 1em;
}

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge{
margin-bottom: 60px;
}

/*表のスクロールバー表示*/
.mini_spec {
    overflow-x: auto;
    width: 100%;
    display: block;
}
.mini_spec th, .mini_spec td {
    min-width: 150px; /* セル幅を確保 */
    white-space: nowrap; /* テキスト折り返し防止 */
}