.contents-box {
	max-width: 1100px;
	width: 100%;
	height: 360px;
	overflow-y: scroll;
	padding: 10px;
	margin: 20px auto;
	box-sizing: border-box;
	text-align: left;
	border: 1px solid #c9c9c9;
}
.contents-box h2 {
	margin-bottom: 1.2em;
	height: auto;
	line-height: 1.4;
	padding: 10px 15px;
	margin-bottom: 37px;
	background: #f1f1f0;
	display: block;
	color: #595757;
	font-size: 18px;
	font-weight: bold;
}
.contents-box h3 {
	margin-bottom: 1em;
	color: #595757;
	display: block;
	padding: 10px 0 10px 10px;
	font-size: 17px;
	font-weight: bold;
	clear: both;
	border-bottom: 4px solid #f1f1ef;
	line-height: 1.4 !important;
}
.contents-box ul li {
	display: flex;
    align-items: center;
}
.contents-box ul li + li {
	margin-top: .5em;
}
.contents-box ul li::before {
	content: '';
	background: #e96966;
	width: .5em;
	height: .5em;
	border-radius: 50%;
	display: block;
	margin-right: 10px;
}
.contents-box ul + p {
	margin-top: 1em;
}
.contents-box strong {
	font-weight: 900;
	margin-bottom: .5em;
}
.contents-box p {
	margin-bottom: .5em;
}
.contents-box p + h3, .contents-box p + strong, .contents-box p + dl {
	margin-top: 1.5em;
}
.contents-box hr {
	max-width: 700px;
	width: 100%;
	margin-bottom: 10px;
}
.contents-box dl {
	margin-bottom: 1em;
}
.contents-box dt {
	font-weight: 900;
	color: #932247;
	font-size: 15px !important;
	vertical-align: middle;
	line-height: 1;
	margin-bottom: .8em;
}
.contents-box dt::before {
	content: '';
	display: inline-block;
	border-radius: 50%;
	background: #e96966 !important;
	width: 1em;
	height: 1em;
	line-height: 1;
	vertical-align: middle;
	margin-right: 5px;
}
.contents-box dd {
	/* margin-left: 1.2em; */
}
.contents-box dd + dt {
	margin-top: .8em;
}
