.mokuji_contents {
	background: #f7f7f7;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.mokuji_switch {
	background: none;
	border: 0;
	cursor: pointer;
	font-weight: bold;
}



/* =========================
	 mokuji base (.c-card風)
========================= */

/* =========================
	 header
========================= */

.mokuji_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #e7e7e7;
}


.mokuji__title {
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .05em;
	margin: 0;
}

/* toggle button */

.mokuji_switch {
	width: 120px;
	height: 40px;
	appearance: none;
	border: none;
	background: #565A8E;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.mokuji_switch:hover {
	opacity: .8;
}

/* =========================
	 list reset
========================= */

.mokuji_contents_inner ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* =========================
	 list item
========================= */


.mokuji_contents_inner .mokuji_list li {
	position: relative;
}

.mokuji_contents_inner .mokuji_list li a {
	display: block;
	padding: 6px 0;
	border-top: 1px solid #ddd;
}


.mokuji_contents_inner > .mokuji_list > li:first-child > a {
	border-top: 0;
}


.mokuji_contents_inner .mokuji_list li ol.mokuji_list-child {
	padding-left: 1em;
}

.mokuji_contents_inner .mokuji_list li ol.mokuji_list-grandchild {
	padding-left: 1em;
}

.mokuji_contents_inner .mokuji_list li ol.mokuji_list-grandchild li a {
	border: 0;
}

.mokuji_contents_inner .mokuji_list li ol.mokuji_list-grandchild li + li a {
	padding-top: 0;
}

/* =========================
	 link
========================= */

.mokuji_contents_inner a {
	text-decoration: none;
	color: #222;
	font-size: 16px;
	line-height: 1.6;
}


@media (min-width: 769px) {
	.mokuji__title {
		font-size: 1.25rem;
		padding-left: .75em;
	}

	.mokuji_contents_inner {
		padding: 1em 1.5em;
	}

}


@media (max-width: 768px) {
	.mokuji__title {
		font-size: 1.25rem;
		padding-left: .75em;
	}

	.mokuji_contents_inner {
		padding: 1em 1.5em;
	}

	.mokuji_list a {
		font-size: 1rem;
		display: block;
	}

}
