.module-accordion li {
	margin-bottom: 30px;
}
.qa-content .accor-title a {
	display: block;
	background: url(../images/q-icon.png) no-repeat left top 1px;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
}
body .qa-content .accor-title a,
body .qa-content .accor-title a:visited,
body .qa-content .accor-title a:active,
body .qa-content .accor-title a:focus,
body .qa-content .accor-title a:hover {
	color: #333;
}
.qa-content .accor-title .accor-title-inner {
	margin-left: 70px;
	padding: 12px 70px 12px 20px;
	font-size: 18px;
	background: #fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 1.8;
	position: relative;
	color: #555;
	font-weight: normal;
}
.qa-content .accor-title .accor-title-inner::after {
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/open-icon.png) no-repeat center center;
	position: absolute;
	right: 25px;
	top: 50%;
	z-index: 1;
	transform: translatey( -50% );
	display: block;
	visibility: visible;
	transition: 0.1s all linear;
}
li .accor-title .active .accor-title-inner::after {
	background: url(../images/close-icon.png) no-repeat center center;  
}
.qa-content .accor-body {
	margin-top: 20px;
	padding-left: 70px;
	background: url(../images/a-icon.png) no-repeat left top;
	display: none;
}
.module-accordion li.active .accor-body {
	display: block;
}
.qa-content .accor-body .accor-inner {
	background: #F7F7F5;
	padding: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
    font-size: 18px;
}






/*===================================================================
==============================     WIDTH 1024px     =================
===================================================================*/
@media screen and (max-width: 1024px) {
		body,
		.qa-content .accor-title .accor-title-inner {
			font-size: 14px;
		}
		.qa-row {
			padding: 70px 0 50px;
		}
		.module-title.title-main .title-head {
			font-size: 36px;
		}
		.module-title.title-main .title-sub {
			font-size: 16px;
		}
		.module-title.title-main .title-head h1 {
			background-size: auto 39px;
			padding: 0 40px;
		}
		.qa-row > .inner {
			max-width: 94%;
		}
		.qa-content .accor-title .accor-title-inner {
			margin-left: 40px;
			padding: 10px 70px 10px 10px;
		}
		.qa-content .accor-title a {
			background-size: 30px;
		}
		.qa-content .accor-body {
			background-size: 30px;
			padding-left: 40px;
		}
		.qa-content .accor-body .accor-inner {
			font-size: 15px !important;
		}
	}