﻿@charset "UTF-8";

.sp {
	display: none;
}

.typeA {
	background: #f5f5f5;
}

#header {
	width: 100%;
	position: relative;
	z-index: 0;
}

.section {
	width: 100%;
	position: relative;
	margin: auto;
	z-index: 1;
	margin-top: -10%;
}

.section .article {
	width: 94%;
	max-width: 1010px;
	position: relative;
	margin: auto;
	background: #fff;
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.43);
	-moz-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.43);
	-webkit-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.43);
}
.section .article.resultWarper {
	padding-bottom: 50px;
}

.section .article ._in {
	padding: 50px;
}
.section .article ._in._result {
	padding: 50px 50px 0px 50px;
}

.section .article ._in p {
	line-height: 1.8em;
}

.section .article .title01 {
	font-size: 320%;
	line-height: 1.5em;
	color: #2F2189;
	position: relative;
	text-align: center;
	margin: 20px auto 50px;
}

.section .article .title01:after {
	content: '';
	width: 20%;
	height: 3px;
	background: #ffa52c;
	display: inline-block;
	position: absolute;
	bottom: -6px;
	left: 40%;
	color: rgba(0,114,189,0.8)
}

.title02 {
	font-size: 260%;
	line-height: 1.5em;
	color: #fff;
	background: #2F2189;
	position: relative;
	text-align: center;
	margin: 0px auto 0px;
	padding: 60px 20px;
}

.title05 {
	font-size: 170%;
	line-height: 1.5em;
	color: #fff;
	background: #ffb6c1;
	position: relative;
	text-align: center;
	margin: 0px auto 0px;
	padding: 0px 20px;
}

.title06 {
	font-size: 110%;
	line-height: 1.5em;
	/* color: #fff; */
	position: relative;
	text-align: right;
	margin: 0px auto 0px;
	padding: 0px 20px;
}

.section .article .title03 {
	font-size: 200%;
	line-height: 1.5em;
	color: #2F2189;
	position: relative;
	text-align: center;
	margin: 20px auto 30px;
}

.section .article .title03:after {
	content: '';
	width: 88px;
	height: 3px;
	background: #ffa52c;
	display: block;
	position: relative;
    bottom: -4px;
	color: rgba(0,114,189,0.8);
	margin: auto;
}

.section .article .key {
    position: relative;
}

.name {
    position: absolute;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2% 3%;
    font-size: 120%;
}
.name span {
    padding-left: 10px;
    font-size: 140%;
}

.title04 {
    font-size: 200%;
    line-height: 1.5;
    color: #9791de;
    position: relative;
    text-align: center;
    margin: 20px auto 30px;
    background: linear-gradient(transparent 70%, #ffd9e0 0%);
    display: inline;
    /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
    padding: 0 2px 4px;
}

.text {
    margin-top: 30px;
}

.lead {
    font-size: 18px;
		margin-top : 30px;
}

.navi {
	background: url(../images/bk_dot.jpg);
	padding: 50px 30px 40px;
	position: relative;
}

.navi ul {
	position: relative;
	margin: 20px auto 0;
}
.navi .navi_line {
	width: 100%;
	height: 4px;
	background: #ffc65e;
}
.navi ul li {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
}
.navi ul li:before {
	content: '';
	width: 16px;
	height: 16px;
	border: 4px solid #2F2189;
	background: #e6e6e6;
	display: inline-block;
	position: absolute;
	top: -32px;
	left: 46%;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.navi ul li.active:before {
	background: #2F2189;
}

.ch01 {
	margin-bottom: 40px;
}
.ch01 .icon_c {
	padding: 7px 10px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fbb03b;
	color: #fff;
	font-size: 12px;
	line-height: 1em;
	margin-right: 7px;
}

.question {
	margin-bottom: 50px;
}

.question dt {
	background: url(../images/bk_dot.jpg);
	padding: 14px 68px 14px 54px;
	font-size: 160%;
	line-height: 1.5em;
	text-align: left;
	color: #2F2189;
	margin: 10px auto;
	position: relative;
}
.question dt .icon_c {
	padding: 7px 10px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fbb03b;
	color: #fff;
	font-size: 12px;
	line-height: 1em;
	position: absolute;
	right: 14px;
	top: 18px;
}
.question dt .num {
	position: absolute;
	left: 20px;
	top: 14px;
}
.question dd {
	padding: 14px;
	font-size: 120%;
}


.pageing li {
	display: inline-block;
	margin: 10px 0px 10px 0px;
	padding: 0 20px 0 20px;
	border-left: 1px solid #ccc;
	text-align: center;
}
.pageing li .current {
	font-weight: bold;
}
.pageing li:first-child {
	border-left: none;
}
.pageing li a {
	display: block;
	text-align: center;
}

a.btn01 {
	background: #2F2189;
	padding: 16px 40px 16px 70px;
	color: #fff;
	position: relative;
	font-size: 140%;
	font-weight: 200;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.5em;
	margin: 40px auto 10px;
	display: inline-block;
}

a.btn01 .icon {
	font-size: 160%;
	font-weight: bold;
	position: absolute;
	left: 15%;
	top: 22%;
}

a.btn01:hover {
	text-decoration: none;
}


.btns li {
	display: inline-block;
	margin: auto 4px;
}

a.btn02 {
	background: #2F2189;
	padding: 16px 40px 16px 40px;
	color: #fff;
	position: relative;
	font-size: 130%;
	font-weight: 200;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.5em;
	margin: 40px auto 10px;
	display: inline-block;
}

a.btn02:hover {
	text-decoration: none;
}


.footer {
	margin: 60px auto 10px;
}

.copyright {
	text-align: center;
	font-size: 90%;
}


.form {
	margin-bottom: 50px;
}

.form table {
	width: 100%;
}

.form table .icon_c {
	padding: 7px 10px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fbb03b;
	color: #fff;
	font-size: 12px;
	line-height: 1em;
}

.form table th {
	padding: 14px 10px;
	width: 180px;
}
.form table th.v_t {
	vertical-align: top;
}
.disp_b {
	display: block
}
.form table td {
	padding: 14px 10px;
	text-align: left;
}

/* 紹介者部分「あり」「なし」 */
#t_dsp {
	display: none;
}
.radio.t_dsp li {
	display: inline-block;
}

.privacy {
	padding: 20px;
	border: 1px solid #ccc;
	overflow-y: scroll;
	width: 94%;
	height: 200px;
	font-size: 90%;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

.radio input{
	display: none;
}
.radio label{
	display: block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 15px;
	border-radius: 2px;
	line-height: 1;
}
.radio._inline label{
	display: inline-block;
}
.radio label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 12px;
	height: 12px;
	margin-top: -10px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #bdc3c7;
}
.radio input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -6px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-radius: 50%;
	background: #2F2189;
}


input[type=checkbox] {
  display: none;
}
.checkbox {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 10px 20px 8px 0;
  padding: 12px 12px 12px 42px;
  vertical-align: middle;
  background-color: #f6f7f8;
  cursor: pointer;
}

.checkbox:after {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.checkbox:before {
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #2F2189;
  border-bottom: 3px solid #2F2189;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.btn03 {
	background: #2F2189;
	padding: 16px 40px 16px 40px;
	color: #fff;
	position: relative;
	font-size: 130%;
	font-weight: 200;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.5em;
	margin: 40px auto 10px;
	display: inline-block;
	cursor: pointer;
}

.btn03:hover {
	text-decoration: none;
	background: #42a1e1;
}

.t_btn {
	background: #2F2189;
	padding: 16px 70px 16px 70px;
	color: #fff;
	position: relative;
	font-size: 130%;
	font-weight: 200;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.5em;
	margin: 40px auto 10px;
	display: inline-block;
	cursor: pointer;
}

.t_btn:hover {
	text-decoration: none;
	background: #42a1e1;
}

a.p_btn {
	background: #5749b1;
	padding: 16px 70px 16px 70px;
	color: #fff;
	position: relative;
	font-size: 130%;
	font-weight: 200;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.5em;
	margin: 20px auto 10px;
	display: inline-block;
	cursor: pointer;
}

a.p_btn:hover {
	text-decoration: none;
	background: rgba(42,172,227,0.81);
}



._graph01 {
	width: 80%;
	max-width: 500px;
	margin: auto;
}

._graph02_w {
	width: 94%;
	margin: auto;
	margin-bottom: 60px;
}
._graph02_o {
	width: 43%;
	display: inline-block;
/*	float: left;*/
}
._graph02_o.big_w {
	width: 48%;
	margin-left: -4%;
}
._graph02_w ._graph02_o:nth-child(even) {
	float: right;
}
._graph02_o ._graph02 {
	width: 100%;
}
.section .article ._graph02_o .title03  {
	font-size: 160%;
	margin-bottom: 20px;
}

._graph01_o {
	width: 70%;
	margin: auto;
}
._graph01_o.big_w {
	width: 74%;
	left: -3%;
}
._graph01_o ._graph02 {
	width: 100%;
}
.section .article ._graph01_o .title03  {
	font-size: 160%;
	margin-bottom: 30px;
}



.result01 {
	width: 100%;
	font-size: 110%;
	margin-bottom: 40px;
}

.result01 th {
	padding: 18px;
}

.result01 td {
	padding: 18px;
	text-align: left;
}

.result01 td._result {
	font-size: 160%;
	font-weight: bold;
	color: #2F2189;
	border-right: 3px solid #2F2189;
	border-left: 3px solid #2F2189;
	text-align: center;
}

.result01 tr:nth-child(even) th,
.result01 tr:nth-child(even) td {
	background: url(../images/bk_dot.jpg);
}
.result01 tr:first-child td._result {
	border-top: 3px solid #2F2189;
	font-size: 140%;
}
.result01 tr:last-child td._result {
	border-bottom: 3px solid #2F2189;
}

.result03 {
	width: 100%;
	font-size: 110%;
	margin-bottom: 40px;
}

.result03 th {
	padding: 18px;
}

.result03 td {
	padding: 18px;
	text-align: left;
}

.result03 tr:nth-child(odd) th,
.result03 tr:nth-child(odd) td {
	background: url(../images/bk_dot.jpg);
}


.ch02 {
	font-size: 140%;
	text-align: left;
	margin: 20px auto -20px;
	line-height: 1.5em;
}
.ch04 {
	font-size: 140%;
	text-align: left;
	margin: 30px auto 30px;
	line-height: 1.5em;
}
.ch03 {
	font-size: 110%;
	text-align: left;
	margin: 60px auto 60px;
	color: #c1272d;
	line-height: 1.5em;
}
.ch05 {
	font-size: 110%;
	text-align: left;
	margin: 30px auto 60px;
	color: #c1272d;
	line-height: 1.5em;
}

.ch06 {
	font-size: 130%;
	text-align: left;
	padding-left: 50px;
	position: relative;
	line-height: 1.5em;
}
.ch06 .icon {
	font-size: 260%;
	position: absolute;
	top: -10px;
	left: 0;
}

._bk_dot {
	background: url(../images/bk_dot.jpg);
	padding: 40px;
	text-align: center;
	margin: 30px auto;
}

._bk_dot li {
    text-align: left;
    width: 100%;
    padding: 0 5% 2%;
    list-style-type: disc;
    list-style-position: inside;
}

._bk_dot li:last-child {
    padding: 0 5% 0;
}

.result02 {
	display: inline-block;
	position: relative;
	margin: auto;
	text-align: left;
	font-size: 120%;
	padding-left: 80px;
}
.result02:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e906";
	position:absolute; z-index:1;
	left: 0px;
	top: 0px;
	font-size: 400%;
}

.result02 th {
	padding: 7px;
	min-width: 80px;
}
.result02 td {
	padding: 7px;
}


.doughnut_2 {
	width: 94%;
	margin: 0 auto 60px;
}
.doughnut_2 .doughnut {
	width: 31%;
	display: inline-block;
	margin-left: 7%;
}
.doughnut_2 .doughnut:first-child {
	margin-left: 0%;
}

.doughnut_3 {
	width: 94%;
	margin: 0 auto 60px;
}
.doughnut_3 .doughnut {
	width: 31%;
	float: left;
	margin-left: 3%;
}
.doughnut_3 .doughnut:first-child {
	margin-left: 0%;
}

.doughnut h3 {
	text-align: center;
	margin: 20px auto;
	font-size: 120%;
	line-height: 1.5em;
}
.doughnut h3 .num {
	font-size: 160%;
	display: block;
	text-align: center;
}

.horizontalBar {
	padding: 20px;
	margin: 30px auto;
}


.shindan li {
	width: 22%;
	background: #fff;
	font-size: 130%;
	float: left;
	margin-left: 4%;
	position: relative;
}
.shindan li:first-child {
	margin-left: 0%;
}

.shindan li ._in {
	padding: 20px;
}

.shindan li .icon {
	font-size: 270%;
	display: block;
	margin-bottom: 10px;
}
.shindan li:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 15px;
	border-color: transparent transparent transparent #333333;
	position: absolute;
	top: 40%;
	left: -22px;
}
.shindan li:first-child:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0;
	border-color: none;
	position: absolute;
	top: 40%;
	left: -22px;
}

.annai {
	text-align: left;
	margin: 60px auto 40px;
}
.annai li ._t {
	width: 240px;
	display: inline-block;
}

.annai li {
	margin: 10px auto;
}

.shindan02 {
	font-size: 120%;
	text-align: left;
	line-height: 1.5em;
}
.shindan02 li {
	margin: 10px auto;
	text-indent: -1em;
	margin-left: 1em;
}

.resultBlock {
	margin: 60px 0 0 0;
	display: none;
	position: relative;
	top:100px;
}

.displayResultBlock {
	margin: 60px 0 0 0;
	display: block
	position: relative;
	top:0px;
}

.resultExample p{
	text-align:center;
}

.redpoint {
	color: red !important;
}
