li div {
	text-indent: 0em;
}

.mtx {
	font-size: 90%;
	line-height: 110%;
}

h2 {
	font-size: 110%;
	padding: 0.4em 0em 0.2em 0.5em;
	margin-bottom: 0.8em;
	border-left-style: solid;
	border-left-color: #0099CE;
	border-left-width: 0.3em;
	border-bottom-style: solid;
	border-bottom-color: #DADFEC;
	border-bottom-width: 0.1em;
	font-weight: bold;
}

h3 {
	position: relative;
	display: inline-block;
	padding: 0 45px;
}

h3:before, h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: black;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

h3:before {
	left: 0;
}

h3:after {
	right: 0;
}

div.jump {
	text-align: right;
}

/* ↓「クリックするとリストが開閉します」のボタンの様式指定 */
div.summary1 {
	background: #0099CE;
	display: block;
	padding: 6px 0;
	color: white;
	font-size: 16px;
	border-radius: 5px;
	border-bottom: solid 3px #00bfff;
	width: 300px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 1.8em;
}

.list_link li {
	padding-bottom: 1.5em;
}

div.ex {
	margin-bottom: 1.5em;
}

.col {
	columns: 2 300px;
}

.col_block {
	display: inline-block;
}
