@charset "utf-8";

.etc {
	padding: 10px;
	text-align: center;
	}

.etc p {
	border: solid 1px #ccc;
    border-radius: 10px;
    padding: 10px;
	}

.etc p::before {
	content:"※";
	}




/* 目次 */
.TOC {
	max-width: 600px;
	position: relative;
	margin: 6em auto;
	padding: 1.5em 1em 1em;
	border: solid 1px #967A74;
	border-radius: 8px;
}
.TOC h3 {
	position: absolute;
	display: inline-block;
	top: -1.5em;
	padding: 0 9px;
	line-height: 1;
	background: #fff;
	color: #967A74;
	font-weight: bold;
	margin-bottom: 1em;
}
.TOC > div.flex_box > ul.self {
	width: 65%;
	height: auto;
}
.TOC > div.flex_box > ul.blank {
	width: 35%;
	height: auto;
}
.TOC > div.flex_box > ul.self li { list-style: decimal; margin-left: 2em;}
.TOC > div.flex_box > ul.blank li { list-style: circle; margin-left: 2em;}
.TOC > div.flex_box > ul.blank li a img { width:auto; height: 1em; max-height: 1em; margin:0 0 0.4em 5px; display: inline-block;}

@media screen and (max-width: 767px) {
.TOC {
	margin: 6em 1em;
}
 .TOC > flex_box > ul li {
	 display: inline-block;
	line-height: 1.5em;
	padding-bottom: 1em;
 }
.TOC > div.flex_box > ul.self {
	width: 60%;
}
.TOC > div.flex_box > ul.blank {
	width: 40%;
	height: auto;
}
}