@charset "UTF-8";
/* ----------------------------------------------------------------
 .results
----------------------------------------------------------------- */
.results .mv {
	background: url(../images/mv.png) 0 0 no-repeat;
	width: 980px;
	height: 242px;
	margin:20px 0 0;
	position: relative;
}
.results h1 {
	width: 100%;
	position: absolute;
	top: 42px;
	left: 0;
	color: #FFF;
	font-size: 45px;
	text-align: center;
	line-height: 1.4;
}
.results h1 span {
	display: block;
	font-size: 14px;
}

.results h1+p {
	background:#FFF;
	width: 640px;
	height:62px;
	padding:10px;
	box-sizing:border-box;
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left: -320px;
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
}
.results section+section {
	margin-top: 80px;
}
.results section h2 {
	height: 60px;
	border-bottom: #000080 solid 1px;
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
}
.results section h2:before {
	content: "";
	background: #000080;
	width: 7px;
	height: 60px;
	margin-right: 33px;
	display: inline-block;
	vertical-align: bottom;
}
.results section .inner {
	background: #F7F8F8;
	margin-top: 20px;
	padding: 30px 20px 40px;
	display: block;
	box-sizing: border-box;
}
.results ul.mainList li {
	min-height: 70px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align:center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack:start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.results ul.mainList li+li {
	margin-top: 15px;
}
.results ul.mainList+.btn {
	background: #000080;
	width: 200px;
	margin: 20px auto 0;
}
.results ul.mainList+.btn a {
	height: 45px;
	display: block;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
}
.results ul.mainList li .btn {
	background: #000080;
	width: 150px;
	margin: 0 10px 0 auto;
}
.results ul.mainList li .btn a {
	height: 45px;
	display: block;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
}
.results ul.mainList li .btn a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.results .type01 .inner.present {
	margin-top: 0;
	padding-top: 10px;
}
.results .type01 ul.mainList li h3 {
	width: 680px;
	padding-left: 90px;
	position: relative;
	box-sizing: border-box;
	font-size: 14px;
}
.results .type01 ul.mainList li h3:before {
	content: "Q";
	background: #3E3A39;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
}
.results .type01 .presentareaTtl {
	text-align: center;
	color: #2E3192;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.results .type02 div h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.results section div+div {
	margin-top: 40px;
	border-top:#000080 solid 1px;
}
.results .type02 ul.listTabs {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.results .type02 ul.listTabs .listTab {
	display: table-cell;
	line-height: 1;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	vertical-align: bottom;
}
.results .type02 ul.listTabs .listTab:not(.active):hover {
	opacity: .9;
}
.results .type02 ul.listTabs .listTab.active a {
	background: #ccc;
	cursor: default;
}
.results .type02 ul.listTabs .listTab:not(:last-child) {
	border-right: 2px solid #fff;
}
.results .type02 ul.listTabs .listTab a {
	text-align: center;
	padding: 13px 5px;
	font-size: 16px;
	color: #333;
	background: #E6E6E6;
	line-height: 1;
	display: block;
	cursor: pointer;
	text-decoration: none;
}
.results .type02 div.mainListWrap {
	padding: 30px;
	background: #CCC;
	width: 100%;
	margin: 0 auto;
	border-top: none;
	box-sizing: border-box;
}
.results .type02 div.mainListWrap .moreBtn{
	width: 230px;
	margin: 30px auto 0;
	padding: 0;
	text-align: center;
	background: #fff;
	height: 50px;
	line-height: 50px;
	color: #2E3192;
	border: 1px solid #2E3192;
	cursor: pointer;
	display: none;
}
.results .type02 div.mainListWrap .moreBtn.show{
	display: block;
}
.results .type02 ul.mainList>li {
	background: #fff;
	padding: 10px;
	position: relative;
}
.results .type02 ul.mainList>li.new:before {
	content: "NEW";
	display: block;
	position: absolute;
	color: #fff;
	background: #FF1D25;
	padding: 2px 3px;
	top: 50px;
	left: -15px;
	z-index: +1;
	line-height: 1;
}
.results .type02 ul.mainList>li.new:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0px 0 15px;
	border-color: #C1272D transparent transparent transparent;
	left: -15px;
	top: 69px;
}
.results .type02 ul.mainList li h4 {
  width: 360px;
	margin-left: 90px;
	box-sizing: border-box;
	font-size: 14px;
	-ms-flex-order:2;
	-webkit-order:2;
	order: 2;
}
.results .type02 ul.mainList li span {
	width: 70px;
	height: 32px;
	margin-top:0;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	-ms-flex-order:1;
	-webkit-order:1;
	order: 1;
}
.results .type02 ul.mainList li span.mailmaga {
	background: #8DC31F;
}
.results .type02 ul.mainList li span.web {
	background: #F6AA00;
}
.results .type02 ul.mainList li span.column {
	background: #3498DB;
}
.results .type02 ul.mainList li span.column+.btn {
	position: absolute;
	right: 10px;
}
.results .type02 ul.mainList li span:after {
	content: "Q";
	background: #F2F2F2;
	width: 70px;
	height: 38px;
	position: absolute;
	left: 0;
	top: 32px;
	display: block;
	color: #000;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.results .type02 ul.mainList li ul {
	width: auto;
	border: none;
	margin-left: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align:center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-order:3;
	-webkit-order:3;
	order: 3;
}
.results .type02 ul.mainList li ul li {
	background: #999;
	height: 45px;
	min-height: auto;
	border: #ccc solid 1px;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-top: 0;
	font-size: 12px;
	text-align: center;
	position: relative;
}
.results .type02 ul.mainList li ul li+li {
	margin-left: 7px;
}
.results .type02 ul.mainList li ul li h5 {
	font-weight: bold;
	color: #fff;
}
.results .type02 ul.mainList li ul li p {
	border-top: #ccc dotted 1px;
	width: 100%;
  padding-top: 3px;
	background: #F2F2F2;
	position: absolute;
	bottom: 0;
	left: 0;
}
.results .type02 ul.mainList li ul li.period {
	width: 168px;
}
.results .type02 ul.mainList li ul li.answer {
	width: 82px;
}
.results .type02 ul.mainList li .btn {
	-ms-flex-order:4;
	-webkit-order:4;
	order: 4;
  margin: 0 0 0 10px;
}

.results .con01 .inner .presentarea{
	background: #FFF;
	padding: 30px 0;
	margin: 0;
}
.results .con01 .inner .presentarea h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.results .con01 .inner .presentarea h3 span{
	color: #e60012;
}
.results .con01 .inner .presentarea h3+p{
	width: 680px;
	margin: 20px auto 0;
	padding: 30px 0 0 250px;
	box-sizing: border-box;
	border-top:#000 solid 1px;
	position: relative;
}
.results .con01 .inner .presentarea h3+p:before{
	content: "";
	background: url(../images/img_gift.png) center top no-repeat;
	width: 190px;
	height: 167px;
	margin-top: -70px;
	position: absolute;
	top: 50%;
	left: 25px;
}
.results .con01 .inner .periodarea{
	width: 644px;
	margin: 20px auto 0;
	padding: 10px;
	border: 1px solid #2E3192;
}
.results .con01 .inner .periodarea h4{
	color: #000080;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.results .con01 .inner .periodarea h4:before{
	content: "";
	background: url(../images/icon_period.png) center center no-repeat;
	width:26px;
	height: 24px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.results .con01 .inner .periodarea h4+div{
	text-align: center;
	display: inline-block;
}
.results .con01 .inner .periodarea h4+div p{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	color: #595757;
	font-size: 16px;
}
.results .con01 .inner .periodarea h4+div p+p{
	margin-left: 5px;
}
.results .con01 .inner .periodarea h4+div p+p:before{
	content: "";
	background: url(../images/icon_arrow.png) center top no-repeat;
	width: 25px;
	height: 10px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.results .con01 .inner .periodarea h4+div p span{
	font-size: 18px;
	font-weight: bold;
}
.results section div+div.mainListWrap {
	border: none;
	width: 670px;
	margin: 40px auto 0;
}
.results .con01 .inner .mainList{
	display: inline-block;
	vertical-align: top;
}
.results .con01 .inner .mainList li h4{
		width: 450px;
		margin-left: 20px;
		box-sizing: border-box;
		font-size: 14px;
		-ms-flex-order:2;
		-webkit-order:2;
		order: 2;
}
.results .con01 .inner .mainList li span {
	background: #F2F2F2;
	width: 70px;
	height: 70px;
	display: block;
	position: relative;
	color: #2E3192;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	-ms-flex-order:1;
	-webkit-order:1;
	order: 1;
}
.results .con01 .inner .mainList {
	-ms-flex-order:3;
	-webkit-order:3;
	order: 3;
}
.results .mainListWrap ul.mainList+.btn {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	margin: 0;
}
.results .mainListWrap ul.mainList+.btn a {
	height: 70px;
	line-height: 70px;
}
.results .con03 {
	margin-bottom: 135px;
}

/* ----------------------------------------------------------------
 .report
----------------------------------------------------------------- */
.report h1 {
	height: 60px;
	border-bottom: #000080 solid 1px;
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
}
.report h1 br{
	display: none;
}
.report h1:before {
	content: "";
	background: #000080;
	width: 7px;
	height: 60px;
	margin-right: 33px;
	display: inline-block;
	vertical-align: bottom;
}
.report .con01 div.inner01 {
	background: #F7F8F8;
	margin-top: 20px;
	padding: 30px 20px 20px;
	display: block;
	position: relative;
	box-sizing: border-box;
}
.report .con01 div.inner01 h2 {
	width: 100%;
	height: 70px;
	border-bottom: #000080 dotted 1px;
	padding-left: 90px;
	position: relative;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 70px;
}
.report .con01 div.inner01 h2:before {
	content: "Q";
	background: #000080;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
}
.report .con01 div.inner01 ul {
	display: block;
	position: absolute;
	top: 45px;
	right: 20px;
	letter-spacing: -.4em;
	text-align: center;
}
.report .con01 div.inner01 ul li {
	display: inline-block;
	vertical-align: middle;
}
.report .con01 div.inner01 ul li+li {
	margin-left: 15px;
}
.report .con01 div.inner01 ul+p.txt {
	margin-top: 30px;
	font-size: 14px;
	text-align: center;
}
.report .con01 div.inner01 .graphArea {
	background: #FFF;
	margin-top:20px;
	padding: 20px 0 30px;
}
.report .con01 div.inner01 .graphArea p {
	width: 600px;
	margin: 0 auto;
}
.report .con01 div.inner01 .graphArea form {
  display: block;
  text-align: center;
}
.report .con01 div.inner01 .graphArea .formWrap form {
  display: inline-block;
}
.report .con01 div.inner01 .graphArea form div:first-of-type,
.report .con01 div.inner01 .graphArea .formWrap form:first-of-type {
  margin-right: 25px;
}
.report .con01 div.inner01 .graphArea form div {
  display: inline-block;
}
.report .con01 div.inner01 .graphArea div {
	text-align: center;
	/*margin-top: 40px;*/
}
.report .con01 div.inner01 .graphArea .none{
	margin-top: 40px;
	margin-bottom: 40px;
}
.report .con01 div.inner01 .graphArea div span {
	display: inline-block;
}
.report .con01 div.inner01 .graphArea div span .enq {
	width: 244px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index:2;
}
.report .con01 div.inner01 .graphArea div span .enq:before {
	content: "";
	background: #000080;
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index:-1;
}
.report .con01 div.inner01 .graphArea div span .enq:after {
	content: "";
	display: block;
	margin-top:-10px;
	position: absolute;
	top:50%;
	right:15px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	z-index:-1;
}
.report .con01 div.inner01 .graphArea div span label select {
	background:none;
	width: 120%;
	height: 45px;
	padding: 0 30px 0 10px;
	border: #000080 solid 1px;
	box-sizing: border-box;
	position: relative;
	white-space: normal;
	word-wrap: break-word;
	-webkit-appearance: none;
	　-moz-appearance: none;
	　-ms-appearance: none;
	　appearance: none;
}
.report .con01 div.inner01 .graphArea div span+span {
	margin-left: 60px;
}
.report .con01 div.inner02{
	background: #F7F8F8;
	margin-top:40px;
	padding: 20px 20px 30px;
	display: block;
	box-sizing: border-box;
	border-top: #000080 solid 1px;
}
.report .con01 div.inner02 h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.report .con01 div.inner02 p{
	font-size:16px;
	line-height:1.5;
}
.report .con01 div.inner02 p a{
	color:#333;
	text-decoration:none;
}
.report .con01 div.inner02 p a:hover{
	text-decoration:underline;
}
.report .con01 div.inner02 p a.outlink:after{
	content:"";
	background:url(/images/ico_link.png) 0 0 no-repeat;
	width: 13px;
	height: 12px;
	display: inline-block;
	margin-left: 10px;
	}
.report .con01 div.inner02 h3+p {
	margin-top:30px;
}
.report .con01 div.inner02 h3+p+p{
	margin-top:1em;
}
.report .con01 div.inner02 p.link{
	margin-top:1em;
}
.report .con01 div.inner02 p.r_txt{
	margin-top:1em;
	text-align:right;
}
.report section+section {
	margin-top: 80px;
}

.report .con02 h2,
.report .con03 h2 {
	height: 60px;
	border-bottom: #000080 solid 1px;
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
}
.report .con02 h2:before,
.report .con03 h2:before {
	content: "";
	background: #000080;
	width: 7px;
	height: 60px;
	margin-right: 33px;
	display: inline-block;
	vertical-align: bottom;
}

.report .con02  div.inner {
	background: #F7F8F8;
	margin-top: 20px;
	padding: 40px 20px;
	display: block;
	box-sizing: border-box;
}
.report .con02  div.inner p+p{
	margin-top:40px;
}
.report .con02  div.inner p.rTxt{
	margin-top:20px;
	text-align:right;
}

.report .con03  div.inner {
	background: #F7F8F8;
	margin-top: 20px;
	padding: 20px 20px;
	display: block;
	box-sizing: border-box;
}
.report .con03  div.inner ul{
	display:block;
}
.report .con03  div.inner ul li{
	min-height:60px;
	padding:10px 0;
	box-sizing:border-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align:center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack:start;
	-webkit-justify-content: flex-start;
  justify-content: flex-start;
	font-size:14px;
	line-height:1.5;
}
.report .con03  div.inner ul li+li{
	border-top:#000080 dotted 1px;;
}
.report .con03  div.inner ul li h3{
	width:270px;
	margin-left:10px;
	font-weight:bold;
}
.report .con03  div.inner ul li p{
	width:550px;
	margin:0 10px 0 auto;
}
.report .con01 .inner{
	padding: 20px;
}
.report .con01 .inner{

}
.report .con03 {
	margin-bottom: 135px;
}
/* ----------------------------------------------------------------
 .report.index
----------------------------------------------------------------- */

.report.index .inner {
	background: #F7F8F8;
	margin: 20px 0 80px;
	padding: 20px;
	display: block;
	position: relative;
	box-sizing: border-box;
}
.report.index .inner .graphArea{
	background: #FFF;
	padding: 20px;
	display: block;
	box-sizing: border-box;
	text-align:center;
}
/* ----------------------------------------------------------------
 SNS
----------------------------------------------------------------- */
.shareBtn a:hover span {
  opacity: 0.7;
	filter: alpha(opacity=70);
}
.shareBtn img {
  width: 20px;
  height: 20px;
}
.shareNum {
  display: inline-block;
  height: 20px;
  width: 45px;
  text-align: right;
  background: #fff;
  line-height: 20px;
  color: #000;
  letter-spacing: normal;
  padding-right: 5px;
  font-size: 10px;
}
.shareBtn .twitterBtn span {
  background: #2CA7F2;
  color: #fff;
}
.shareBtn .shareBtnGoogle {
  margin-top: 10px;
}
/* ----------------------------------------------------------------
 170112追加
----------------------------------------------------------------- */
.linkOnlyTtl {
  font-size: 16px;
  padding: 10px 0;
}
.linkOnlyTtl a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.linkOnlyTtl a:hover {
  text-decoration: underline;
}
.linkOnlyTtl a:after {
  content: "";
  background: url(/images/ico_link.png) 0 0 no-repeat;
  width: 13px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
}

.results .motion,
.results section div+div.motion {
	margin-top: 0;
	display: none;
	border: none!important;
}
#motion_area1 {
	display: block;
}
/* ----------------------------------------------------------------
 170704追加
----------------------------------------------------------------- */
.document h1 {
	height: 60px;
	border-bottom: #000080 solid 1px;
	font-size: 22px;
	font-weight: normal;
	line-height: 60px;
}
.document h1:before {
	content: "";
	background: #000080;
	width: 7px;
	height: 60px;
	margin-right: 33px;
	display: inline-block;
	vertical-align: bottom;
}
.document .con01 p {
	padding:47px 0 49px ;
	line-height:28px;
	font-size:16px;
}
.main .form {
	background-color:#f4f4f4;
	width:980px;
	height: 262px;
	margin-bottom: 100px;
	padding-top: 50px;
	text-align: center;
}
.download h1 {
	height: 60px;
	border-bottom: #000080 solid 1px;
	font-size: 22px;
	font-weight: normal;
	line-height: 60px;
}
.download h1:before {
	content: "";
	background: #000080;
	width: 7px;
	height: 60px;
	margin-right: 33px;
	display: inline-block;
	vertical-align: bottom;
}
.download .main img{
	position: absolute;
	top: 44%;
	right: 24%;
}
.reportDownload {
	background-color:#f4f4f4;
	width:980px;
	height: 148px;
	margin: 40px auto 80px;
	padding:60px 0;
	display: block;
	position:relative;
	overflow: hidden;
}
.reportDownload a {
	box-shadow: 2px 2px #006837;
	background-color: #39b54a;
	width: 603px;
	height: 146px;
	margin: 0 auto;
	padding:36px 0 0 26px;
	box-sizing:border-box;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	letter-spacing:-2px;
	line-height: 38px;
	text-align:left;
	text-decoration:none;
	cursor: pointer;
}
.reportDownload a:after {
	content: "";
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	border: solid 1px #fff;
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
}
.reportDownload a:before {
	content: url(../images/downloadBtn.png);
	padding-right:38px;
	float:right;
	line-height:90px;
}
.reportDownload a:hover {
	opacity: 0.7;
}
.notice h1 {
	height: 60px;
	border-bottom: #000080 solid 1px;
	font-size: 22px;
	font-weight: normal;
	line-height: 60px;
}
.notice h1:before {
	content: "";
	background: #000080;
	width: 7px;
	height: 60px;
	margin-right: 33px;
	display: inline-block;
	vertical-align: bottom;
}
.notice .con01 div{
	margin:140px 0 200px;
}
.notice .con01 h2{
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.notice .con01 p {
	font-size:18px;
	line-height:31px;
	text-align:center;
}
.notice .con01 span {
	font-weight:bold;
}
.notice .con01 a {
	color:#000080;
}
#piechart{
	width: 590px;
	margin: 0 auto;
}


/* ----------------------------------------------------------------
 独自（DB読み込みなし）アンケート
----------------------------------------------------------------- */
.unique_report #section{
	width: 900px;
	margin: 0 auto 100px;
	padding: 0;
}
.unique_report #fixbn{
	display: none;
}
.unique_report #section .bx{
	background: #1DADE5 6px;
	width:100%;
	height: 230px;
	position:relative;
}
.unique_report #section .bx:before{
	content:"";
	background:url(/images/useful/report/img_rainbow.png) 0 0 no-repeat;
	width:169px;
	height:165px;
	position:absolute;
	top:0;
	left:0;
}
.unique_report #section .bx h1{
	margin:0;
	padding-top:25px;
	position:relative;
	color:#FFF;
	text-align:center;
	font-size:50px;
	font-weight:bold;
	line-height:1em;
}
.unique_report #section .bx h1:after{
	content:"";
	background:url(/images/useful/report/img_pen.png) 0 0 no-repeat;
	width:421px;
	height:78px;
	margin-left:-210px;
	position:absolute;
	left:50%;
	bottom: -18px;
}
.unique_report #section .bx h1 span{
	font-size:32px;
	font-weight:bold;
}
.unique_report #section .bx p{
	margin-top:25px;
	color:#FFF;
	font-size:30px;
	font-weight:bold;
	text-align: center;
}
.unique_report #section .lead{
	margin-top: 48px;
	text-align: center;
}
.unique_report #section .lead p{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}
.unique_report #section .contents{
	margin-top: 56px;
	padding: 0 20px;
}

.unique_report #section .questions{
	margin-bottom: 60px;
}
.unique_report #section .questions li{
	border: solid 4px #DBDBDB;
	margin-top: 80px;
	text-align: center;
	counter-increment: question;
}
.unique_report #section .questions li h2{
	background: #1dade3;
	padding: 10px 40px 10px 80px;
	display: inline-block;
	position: relative;
	top: -24px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-indent: -1.5em;
	line-height: 1.2;
}
.unique_report #section .questions li h2:before{
	width: 1.5em;
	padding-right: 1px;
	box-sizing: border-box;
	display: inline-block;
	content: "Q"counter(question)".";
	text-align: right;
}
.unique_report #section .questions li h2:after{
	width: 0;
	height: 0;
	border-color: transparent transparent #288bb3 #288bb3;
	border-style: solid;
	border-width: 10px 8px;
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	content: "";
}
.unique_report #section .questions li div{
	padding: 19px 0 40px;
}
.unique_report #section .questions li .graph{
}
.unique_report #section .questions li .inner.paragraph{
	margin: 40px 44px 0;
	border: solid 10px #D2EBF8;
}
.unique_report #section .questions li .inner.paragraph p{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}
.unique_report #section .questions .btn{
	background: #E63178;
	margin-top: 26px;
	padding: 16px 26px;
	display: inline-block;
	color: #fff;
	line-height: 1;
}
.unique_report #section .questions .btn:hover{
	opacity: 0.7;
	text-decoration: none !important;
}
.unique_report #section .qInfo{
	margin-bottom: 40px;
	border: solid 6px #1DADE5;
	border-top: none;
}
.unique_report #section .qInfo h2{
	background: #1DADE5;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 46px;
}
.unique_report #section .qInfo h2:before{
	background: url(/images/useful/report/icon_glass.png) center center no-repeat;
	width: 37px;
	height: 37px;
	margin-right: 8px;
	display: inline-block;
	content: " ";
	vertical-align: middle;
}
.unique_report #section .qInfo div{
	padding: 40px 0 35px;
}
.unique_report #section .qInfo .graph{
	text-align: center;
}

.unique_report #section .afterword{
	margin: 40px auto 25px;
	padding: 20px;
	border: solid 6px #90c132;
	text-align: center;
}
.unique_report #section .afterword h2{
	color: #90c132;
	font-size: 24px;
	font-weight: bold;
}
.unique_report #section .afterword h2:before,
.unique_report #section .afterword h2:after{
	width: 0;
	height: 0;
	border-color: #90c132 transparent transparent;
	border-style: solid;
	border-width: 44px 4px 0;
	display: inline-block;
	vertical-align: middle;
	content: "";
}
.unique_report #section .afterword h2:before{
	transform: translate(-10px,0) rotate(-33.43deg);
}
.unique_report #section .afterword h2:after{
	transform: translate(10px,0) rotate(33.43deg);
}
.unique_report #section .afterword p{
	padding: 11px 13px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
}
.unique_report #section .related{
	text-align: center;
}
.unique_report #section .related h2{
	margin-bottom: 70px;
	padding: 27px 15px;
	border-bottom: solid 2px #3a3a3a;
	display: inline-block;
	color: #3a3a3a;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
}
.unique_report #section .related ul{
	text-align: left;
}
.unique_report #section .related li{
	padding-left: 14px;
	font-size: 14px;
	line-height: 1.5;
	text-indent: -14px;
}
.unique_report #section .related li:before{ 
	width: 0;
	height: 0;
	margin-right: 8px;
	border-color: transparent transparent transparent #7f7f7f;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	display: inline-block;
	vertical-align: middle;
	content: "";
	text-indent: 0;
}
.unique_report #section .related li a{
	color: #7f7f7f;
}