@charset "UTF-8";


/* 
2023-11-24 レスポンシブ関係なくいつでも表示版 v3
開くエリアは一つだけ仕様
*/

.tgl3-switch,
.tgl4-switch {
	cursor: pointer;
}
.tgl3-hide,
.tgl4-hide {
	display:none;
}







.MenuToggleButton,
.ToggleContentButton {
	/* color: gray; */
	cursor: pointer;
	/* margin-top: 0.5rem; */
	/* font-size: 0.9em; */
	/* text-decoration-line: underline; */
	/* margin: 1rem 0; */
	color: #888;
	font-size: 90%;
}
 
.ToggleContentButton div{
	width:100%;
	user-select: none;
    /* padding-top: 1.4rem; */
 }
 
.ToggleContent {
	 display:none;
	 position: relative;
    /* padding-top: 1.4rem; */
}
.ToggleContentClose {
    color: gray;
    /* font-size: 0.9em; */
    text-decoration: underline;
    /* padding-top: 1rem; */
    text-align: right;
    cursor: pointer;
    user-select: none;
    /* position: absolute; */
    /* right: 0px; */
    /* line-height: 1.4; */
}
