@charset "utf-8";


.help-menu {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	background: #ffffff;
}
.help-menu h1 {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 40px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: justify;
}
.help-menu .help-check {
	width: 90%;
	margin: 0 auto;
	font-size: 1.25em;
	list-style-type: none;
	text-align: center;
}
.help-menu .help-check span {
	font-size: 3em;
	color: #82862B;;
}
.help-menu .help-check li {
	font-weight: bold;
	border: 1px solid #82862B;
	padding: 20px;
	margin-bottom: 20px;
}
.help-menu .help-check li p {
	width: 60%;
	margin: 1em auto;
	font-size: 0.75em;
	line-height: 2em;
	text-align: justify;
	font-weight: normal;
}
.help-menu .help-check .help-link {
	font-weight: normal;
	font-size: 0.85em;
	width: 90%;
	margin: 0 auto;
	margin-top: 2em;
	border: none;
	list-style-type: none;
}
.help-menu .help-check .help-link li {
	border: none;
	margin-bottom: 5px;
	margin-left: 2em;
	padding: 0;
}
.help-menu .help-check .help-link a {
	text-decoration: none;
	color: #6D811F;
}
.help-menu .help-check .help-link a:hover {
	text-decoration: underline;
}

/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

.help-menu {
	width: 100%;
}
.help-menu h1 {
	font-size: 1.25em;
}
.help-menu .help-check {
	font-size: 1em;
}
.help-menu .help-check li {
	padding: 30px 3px;
	border: none;
	border-top: 1px solid #82862B;
}
.help-menu .help-check li p {
	width: 95%;
	margin: 10px 0.5em;
	font-size: 0.9em;
}
.help-menu .help-check .help-link {
	width: 98%;
}
.help-menu .help-check .help-link li {
	margin-left: 0;
	margin-bottom: 15px;
	line-height: 1.5em;
}

}
/* 1000pixel end */




