#tCommonHeader {
	min-width: 980px;
}

#tCommonHeader > div {
	width: 980px;
	margin: 0 auto;
}

.sectionInner {
	display: block;
	width: 980px;
	margin: 0 auto;
}

.taCenter {
	text-align: center;
}

.fv {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.sec.sec01,
.sec.sec03,
.sec.sec05 {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 70px;
	background: #ffffea;
}

.sec.sec03 {
	padding: 0;
}

.enquete02 ul li label {
	float: left;
	border: 1px solid #cacaca;
	border-radius: 12px;
}

.enquete02 ul li:nth-child(even) label {
	float: right;
	border: 1px solid #cacaca;
}

.enquete02 ul li:first-child label {
	display: block;
	width: 340px;
	height: 250px;
	background: url(../img/img-q2-1off.png) 0 0 no-repeat;
}

.enquete02 ul li:first-child input:checked + label {
	animation: changeQ2Unit1 1s ease;
	display: block;
	width: 340px;
	height: 250px;
	background: url(../img/img-q2-1on.png) 0 0 no-repeat;
}
@keyframes changeQ2Unit1 {
  0% {
		background: url(../img/img-q2-1off.png) 0 0 no-repeat;
  }
  100% {
		background: url(../img/img-q2-1on.png) 0 0 no-repeat;
  }
}

.enquete02 ul li:first-child label.tglBgClass {
	animation: reverseQ2Unit1 1s ease;
}
@keyframes reverseQ2Unit1 {
  0% {
		background: url(../img/img-q2-1on.png) 0 0 no-repeat;
  }
  100% {
		background: url(../img/img-q2-1off.png) 0 0 no-repeat;
  }
}

.enquete02 ul li:nth-child(2) label {
	display: block;
	width: 340px;
	height: 250px;
	background: url(../img/img-q2-2off.png) 0 0 no-repeat;
}

.enquete02 ul li:nth-child(2) input:checked + label {
	animation: changeQ2Unit2 1s ease;
	display: block;
	width: 340px;
	height: 250px;
	background: url(../img/img-q2-2on.png) 0 0 no-repeat;
}
@keyframes changeQ2Unit2 {
  0% {
		background: url(../img/img-q2-2off.png) 0 0 no-repeat;
  }
  100% {
		background: url(../img/img-q2-2on.png) 0 0 no-repeat;
  }
}

.enquete02 ul li:nth-child(2) label.tglBgClass {
	animation: reverseQ2Unit2 1s ease;
}
@keyframes reverseQ2Unit2 {
  0% {
		background: url(../img/img-q2-2on.png) 0 0 no-repeat;
  }
  100% {
		background: url(../img/img-q2-2off.png) 0 0 no-repeat;
  }
}





.enquete02 ul li:nth-child(3) label {
	display: block;
	width: 340px;
	height: 250px;
	background: url(../img/img-q2-3off.png) 0 0 no-repeat;
}

.enquete02 ul li:nth-child(3) input:checked + label {
	animation: changeQ2Unit3 1s ease;
	display: block;
	width: 340px;
	height: 250px;
	background: url(../img/img-q2-3on.png) 0 0 no-repeat;
}
@keyframes changeQ2Unit3 {
  0% {
		background: url(../img/img-q2-3off.png) 0 0 no-repeat;
  }
  100% {
		background: url(../img/img-q2-3on.png) 0 0 no-repeat;
  }
}

.enquete02 ul li:nth-child(3) label.tglBgClass {
	animation: reverseQ2Unit3 1s ease;
}
@keyframes reverseQ2Unit3 {
  0% {
		background: url(../img/img-q2-3on.png) 0 0 no-repeat;
  }
  100% {
		background: url(../img/img-q2-3off.png) 0 0 no-repeat;
  }
}

.enquete02 ul li:nth-child(4) label {
	display: block;
	width: 340px;
	height: 250px;
	background: url(../img/img-q2-4off.png) 0 0 no-repeat;
}

.enquete02 ul li:nth-child(4) input:checked + label {
	animation: changeQ2Unit4 1s ease;
	display: block;
	width: 340px;
	height: 250px;
	background: url(../img/img-q2-4on.png) 0 0 no-repeat;
}
@keyframes changeQ2Unit4 {
  0% {
		background: url(../img/img-q2-4off.png) 0 0 no-repeat;
  }
  100% {
		background: url(../img/img-q2-4on.png) 0 0 no-repeat;
  }
}

.enquete02 ul li:nth-child(4) label.tglBgClass {
	animation: reverseQ2Unit4 1s ease;
}
@keyframes reverseQ2Unit4 {
  0% {
		background: url(../img/img-q2-4on.png) 0 0 no-repeat;
  }
  100% {
		background: url(../img/img-q2-4off.png) 0 0 no-repeat;
  }
}

fieldset {
	width: 940px;
	padding: 0 1em 0 3em;
	box-sizing: border-box;
}

.sec01 fieldset,
.sec03 fieldset,
.sec04 fieldset,
.sec05 fieldset {
	width: 896px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.sec02 fieldset {
	width: 960px;
	margin: 0 auto;
	padding: 0 125px;
	box-sizing: border-box;
	background: #fff;
}

.sec03 .sectionInner,
.sec05 .sectionInner {
	padding: 0 0 40px;
}

.sec04 .sectionInner {
	padding: 0 0 70px;
}

ul {
	padding-left: 0;
}
li {
	list-style-type: none;
}

.enq li {
	font-size: 33px;
}

.sec02 .enq li {
	font-size: 25px;
}

.enq [type="checkbox"],
.enq [type="radio"] {
    display: none;
}
.enq input + label {
	cursor: pointer;
	position:relative;
	display:inline-block;
	width: 100%;
	margin: 0 0 32px;
	line-height: 1;
	vertical-align: middle;
	color: #000;
	border: 4px solid #001f60;
	border-radius: 15px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 3px 3px 12px -6px rgba(0,0,0,0.4);
}

.enq ul li:last-of-type input + label {
	margin: 0;
}

#contentsArea .enq input + label:hover::after {
	border-color: #001f60;
}

#contentsArea .enq input:checked + label:hover::after {
	border-color: #fff;
}

#contentsArea .sec02 .enq input + label:hover::after {
	border-color: #001f60;
}

.sec02 .enq input + label {
	margin: 0 0 80px;
}

.enq input + label > span {
	display: block;
	padding: 33px 30px 27px 85px;
	background-image: url(../img/bg-white.png);
	background-position: 0 0;
	background-size: cover;
	box-sizing: border-box;
}

#contentsArea .enq input + label > span .rubEx {
	display: inline-block;
	vertical-align: top;
	width: 2em;
	font-size: 16px;
	transform: translateX(5px);
	background: none!important;
}


.enq input + label.tglBgClass > span {
	animation: reverseBackground 1s ease;
}

.enq input:checked + label span {
	animation: changeBackground 1s ease;
	width: 100%;
	height: 100%;
	border-radius: 7px;
	background-image: url(../img/bg-label.png);
	background-position: 0 0;
	background-size: cover;
	color: #fff;
}

@keyframes changeBackground {
  0% {
		background-image: url(../img/bg-white.gif);
		background-position: 0 0;
		background-size: cover;
		color: #000;
  }
  100% {
		background-image: url(../img/bg-label.png);
		background-position: 0 0;
		background-size: cover;
		color: #fff;
  }
}

@keyframes reverseBackground {
  0% {
		background-image: url(../img/bg-label.png);
		background-position: 0 0;
		background-size: cover;
		border-radius: 7px;
		color: #fff;
  }
  100% {
		background-image: url(../img/bg-white.gif);
		background-position: 0 0;
		background-size: cover;
		border-radius: 7px;
		color: #000;
  }
}

.enq [type="checkbox"] + label::after {
	transition:border-color .2s linear;
	position:absolute;
	top: calc( 50% - .5em - 2px);
	left: 32px;
	z-index: 1;
	display:block;
	width: 1em;
	height: 1em;
	border:2px solid #ddd;
	border-radius: 0;
	content:'';
	background: #fff;
}

.enq [type="checkbox"]:checked + label::after {
	background: none;
}

.enq [type="checkbox"] + label::before {
	transition: opacity .2s linear;
	position: absolute;
	top: calc( 50% - .7em );
	left: 45px;
	z-index: 10;
	display: block;
	width: 11px;
	height: 23px;
	border-right: 10px solid #ffea00;
	border-bottom: 10px solid #ffea00;
	content: '';
	opacity: 0;
	transform: rotate(45deg);
}

.sec02 .enq [type="checkbox"] + label::after {
	transition:border-color .2s linear;
	position:absolute;
	top: 260px;
	left: 160px;
	z-index: 1;
	display:block;
	width: 40px;
	height: 40px;
	border: 3px solid #001f60;
	border-radius: 0;
	content:'';
	background: #fff;
	box-sizing: border-box;
}
.sec02 .enq [type="checkbox"] + label::before {
	position: absolute;
	top: 250px;
	left: 175px;
	z-index: 10;
	width: 13px;
	height: 27px;
	border-right: 11px solid #ff0000;
	border-bottom: 11px solid #ff0000;
}

.sec02 .sectionInner {
	padding: 0 0 40px;
}


.enq [type="radio"] + label::after {
	transition: border-color .2s linear;
	position: absolute;
	top: calc( 50% - .5em - 2px);
	left: 32px;
	z-index: 10;
	display: block;
	width: 1em;
	height: 1em;
	border: 2px solid #ddd;
	border-radius: 50%;
	content: '';
	background: #fff;
}
.enq [type="radio"] + label::before {
	transition: opacity .2s linear;
	position: absolute;
	top: calc( 50% - 10% );
	left: 40px;
	z-index: 100;
	width: calc( 1em * 0.6 );
	height: calc( 1em * 0.6 );
	background: #1aa46b;
	border-radius: 50%;
	content: '';
	opacity: 0;
}

.enq input:checked + label::before {
	opacity:1;
}
.enq input:checked + label::after {
	border-color:#fff;
}

.enq input {
	position: relative;
	top: 0;
	left: 0;
}

.enq input > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: red;
}

.btnAnketo {
	text-align: left;
	font-size: 14px;

}

.btnAnketo > ul {
	box-sizing: border-box;
}

.btnAnketo li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.btnAnketoIn {
	text-align: center;
}

.cvUnit {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

.cvUnit .btnAnketo {
	position: absolute;
	top: 720px;
	left: 60px;
}

.cvUnit .btnAnketo li {
	padding: 0 0 0 35px;
}

.cvUnit .btnAnketo li a {
	color: #0084ff;
}

.thanks {
	padding: 60px 0 20px;
	text-align: center;
}

.tdkUnit {
	padding: 0;
	text-align: center;
}

#tdkUnitId {
	display: none;
}

#tdkUnitOpen {
	cursor: pointer;
}

.q3Contr {
	position: relative;
	top: 0;
	left: 0;
	width: 896px;
	margin: 0 auto;
}

.q3Contr > ul li:first-child {
	position: absolute;
	top: 392px;
	left: 455px;
}
.q3Contr > ul li:nth-child(2) {
	position: absolute;
	top: 610px;
	left: 455px;
}
.q3Contr > ul li:nth-child(3) {
	position: absolute;
	top: 826px;
	left: 455px;
}

.q3Contr > ul li:first-child img,
.q3Contr > ul li:nth-child(2) img,
.q3Contr > ul li:nth-child(3) img {
	width: 300px;
}

.q4Contr {
	position: relative;
	top: 0;
	left: 0;
	padding: 0 0 30px;
	text-align: center;
}

#contentsArea .q4Contr .animeGraph {
	position: absolute;
	top: 665px;
	right: 48px;
	opacity: 0.5;
	width: 567px;
}

.q5Contr {
	padding: 0 0 40px;
	text-align: center;
}

.q4ttl {
	padding: 25px 0 25px 55px;
	font-size: 28px;
	color: #1a1a1a;
	font-weight: bold;
}

.cvInfo {
	width: 1020px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}

.cvTkInfo {
	position: absolute;
	bottom: 420px;
	left: 70px;
	text-align: left;
}

.cvInfo li,
.cvTkInfo li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}

#contentsArea .cvTkInfo li a,
#contentsArea .cvInfo li a {
	color: #0084ff;
}

.sec05Txt {
	padding: 20px 0 0 45px;
	color: #000;
}

.btnUnit {
	margin: 0 auto 40px;
	text-align: center;
}

.ankTxtA {
	color: #ff0000!important;
	font-weight: bold;
	transition: 0.7s;
}

input:checked + label .ankTxtA {
	color: #ffea00!important;
}

.ankInfo {
	margin: 0 0 45px;
	padding: 20px 45px 0;
}

#fksPoint {
	padding: 15px 0 50px;
	box-sizing: border-box;
}

.graphUnit {
	position: relative;
	width: 840px;
	margin: 0 auto;
}

#FFgb { opacity: 0!important; }
#FFgb.FFgbSubClass { visibility: visible!important;opacity: 0.9!important; }

.id-sec {
	width: 790px;
	margin: 0 auto;
}

.animeGraph {
	position: absolute;
	bottom: 281px;
	left: 82px;
}

.sec04 .enquete03 {
	margin: 0 auto 45px;
}

.tmbAnimeleft {
    position: absolute;
    bottom: 232px;
    left: 126px;
    z-index: 10;
}

.tmbAnimeRight {
    position: absolute;
    bottom: 230px;
    right: 125px;
    z-index: 10;
}

.tmbAnimeleft video,
.tmbAnimeRight video {
    width: 340px;
}

.animeUnit {
	position: relative;
}

.icoTxt {
	position: absolute;
	bottom: 237px;
	left: 390px;
	z-index: 100;
}

.icoTxtR {
	position: absolute;
	bottom: 233px;
	right: 135px;
	z-index: 100;
}

.videoUnit02,
.videoUnit03 {
    position: absolute;
    top: 327px;
    left: 83px;
}

.videoUnit02 video,
.videoUnit03 video {
    width: 555px;
}

.slick-initialized .slick-slide.slick-active {
    position: relative;
}

.sec05 .enq li:nth-of-type(2) input + label > span,
.sec05 .enq li:nth-of-type(3) input + label > span {
    line-height: 1.2em;
}

/*

slick slider

*/
.regular.slider {
	position: absolute;
	top: 205px;
	left: 60px;
}

.slick-container,
.slick-item {
    width: 726px!important;
}

.slider,
.slick-slide {
	width: 726px!important;
	margin: 0!important;
	padding: auto!important;
	background: transparent!important;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	background: transparent!important;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
		z-index: 100;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent!important;
    border: none!important;
    outline: none!important;
    background: transparent!important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -18px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
	display: block;
	content: '';
	width: 50px;
	height: 50px;
	background: url(../img/ico-left.png) 0 0 no-repeat;
}
[dir='rtl'] .slick-prev:before
{
    content: '竊�';
}

.slick-next
{
    right: 28px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
	display: block;
	content: ' ';
	width: 50px;
	height: 50px;
	background: url(../img/ico-right.png) 0 0 no-repeat;
}
[dir='rtl'] .slick-next:before
{
    content: '竊�';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '窶｢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slider {
	width: 50%;
	margin: 100px auto;
}

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}


.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slick-active {
	opacity: .5;
}

.slick-current {
	opacity: 1;
}