.inner_content {width:100%!important; padding: 0;}

#c_888{ 
	/* width:100%;  */
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

#c_888 img { 
	width: 100%;
	height: auto;
}


/* v */

#c_888 #requirements {
	position: relative;
	width: 100%;
	margin: 0 auto 40px;
}

#c_888 #requirements h3 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 2em;
	margin-bottom: 0.5em;
	border-bottom: solid 1px #48413b;
}

#c_888 #requirements h4 {
	position: relative;
	font-size: 15px;
	font-weight: 700;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#c_888 #requirements h4::before {
	content: "";
}

#c_888 #requirements p {
	font-size: 14px;
	line-height: 1.5;
}

#c_888 #requirements table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 1em;
}
#c_888 #requirements table tr {
	vertical-align: middle;
}
#c_888 #requirements table th,
#c_888 #requirements table td {
	padding: 1em;
	box-sizing: border-box;
}
#c_888 #requirements table th {
	width: 200px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #cac2af;
	text-align: center;
}
#c_888 #requirements table td {
	font-size: 14px;
	line-height: 1.5;
	background-color: #f4f5f0;
}


#c_888 #requirements ul {
	margin-left: 1.5em;
}
#c_888 #requirements p + ul {
	margin-top: 0.5em;
}
#c_888 #requirements ul > li {
	list-style-type: disc;
	font-size: 14px;
	line-height: 1.8;
}

#c_888 #requirements ol > li {
	display: inline-block;
	margin-right: 1em;
	font-size: 14px;
	line-height: 1.8;
}

#c_888 #requirements strong {
	font-weight: 700;
}

#c_888 #requirements .marker { color: #d07157; font-weight: 700; }

#c_888 #requirements .under { text-decoration:underline; }