.content {
	margin: 0;
}
.zexyGlobalHeader {
	border-bottom: 1px solid #F1EAEA;
}
.zexyGlobalHeader .hgroup {
	background: -webkit-gradient(linear, left center, right center, from(#FFFFFF), to(#F3EBEB)); 
	background: -moz-linear-gradient(from(#FFFFFF), to(#F3EBEB)); 
	background: linear-gradient(#FFFFFF, #F3EBEB) repeat scroll 0 0 transparent;
	border-bottom: 1px solid #E6D8D8;
	height: 47px;
	overflow: hidden;
}
.zexyGlobalHeader h1 {
	float: left;
}
.zexyGlobalHeader h1 img {
	height: 47px;
	width: 91px;
}
.zexyGlobalHeader .zexyGlobalNav {
	float: right;
}
.zexyGlobalHeader .zexyGlobalNav ul {
	overflow: hidden;
}
.zexyGlobalHeader .zexyGlobalNav li {
	float: left;
}
.zexyGlobalHeader .zexyGlobalNav li:last-child {
	margin-left: 6px;
}
.qaContent {
	background:url(images/arrangeCompany/bg1.png) no-repeat,
		url(images/arrangeCompany/bg2.jpg) repeat-y 0 0;
	background-size: 100%;
	padding-bottom: 55px;
}
.qaBox {
	border-radius: 5px;
	background-color:  #f8f7f4;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
	width: 91%;
	box-sizing: border-box;
	padding: 20px 4.6%;
	margin: auto;
}
.qaBox + .qaBox {
	margin-top: 20px;
}
.qaBox__question {
	color:  #2685ca;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding-left: 28px;
	position: relative;
}
.qaBox__question:before {
	position: absolute;
	top: -4px;
	left: -2px;
	width: 24px;
	height: 27px;
	content: "";
	background: url("images/arrangeCompany/question.png") no-repeat;
	background-size: 24px 27px;
}
.dotBorder {
	border: none;
	border-bottom: 1px dotted #d0cfcd; 
	margin: 10px 0 15px;
}
.qaBox__answer {
	color:  #f45d4f;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding-left: 28px;
	position: relative;
}
.qaBox__answer:before {
	position: absolute;
	top: -2px;
	left: -3px;
	width: 26px;
	height: 25px;
	content: "";
	background: url("images/arrangeCompany/answer.png") no-repeat; 
	background-size: 26px 25px;
}
.qaBox__comment {
	font-size: 14px;
	line-height: 21px;
	margin-top: 16px;
	color:  #5d6775;
}
.qaBox__comment__ttl {
	margin-top: 12px;
	font-weight: 700;
}
h1 img {
	width: 100%;
	vertical-align: bottom;
}
.appealComment {
	color:  #2685ca;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	font-weight: 700;
	margin-top: 32px;
}
.btnWrap {
	margin-top: 16px;
}
.btnImportant {
	display: block;
	margin: auto;
	width: 91%;
	height: 70px;
	box-sizing: border-box;
	padding: 15px 0;
	border-radius: 5px;
}
.btnImportant span {
	display: block;
	text-align: center;
	line-height: 1;
}
.btnImportant span + span {
	margin-top: 8px;
}
footer hr {
	margin: 0;
}
footer p {
	padding: 0;
}
footer p a {
	font-size: 12px;
}
.ex-fntW-normal {
	font-weight: normal;
}
.ex-fntS-14 {
	font-size: 14px;
}
.ex-fntS-17 {
	font-size: 17px;
}