a{display: block;}
img{
	max-width: 100%;
	vertical-align: bottom;
}
body{
    /*min-width: 1920px;*/
    min-width: 1024px;
	margin: 0 auto;
	font-family:'メイリオ', 'Meiryo', sans-serif;
}
.pc{display: block;}
.sp{display: none;}
.wrapper-ct-vertical-fixed{
	/* height: 1947px; */
	width: auto;
	height: auto;
	background: url(../img/shindan_img.gif);
}
.wrapper-cw-vertical-auto{
    max-width: initial;
    background: url(../img/shindan_img.gif);
}
.main.movieTemp{
    max-width: initial;
    margin: 0 auto;
}
#tempBack{
    padding: 0 !important;
}
.common-back-button{
    /* position: absolute;
    top: 3px;
    left: 3px; */
    /* z-index: 1; */
    margin: 0 0 20px !important;
    transform: translate(3px,3px);
}
rt {
    transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);   
    -ms-transform: translateY(0.1em);    
    -o-transform: translateY(0.5em);     
    margin-bottom: -0.5em;
}
/*TOP*/
.container{
	max-width: 1024px;
	height: auto;
	margin: 0 auto;
}
/* 0522追加 */
.container_outer{
	position: relative;
    /* padding-top: 30px; */
}
.cloud01 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.cloud02 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.cloud01,
.cloud02 {
	width: 20%;
}
.cloud01.top img,
.cloud02.top img{
	width: 100%;
}
/* … */
/*.inner_top{
	width: 100%;
	height: 1041px;
	background: url("../img/shindan_top_bg.png")no-repeat center;
	box-sizing: border-box;
    padding: 60px 0 0 0;
    position: relative;
}*/
.back_area{
	max-width: 960px;
	height: 51px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
    top: 2%;
	right: 4%;
}
.back_btn{
	width: 241px;
	height: 51px;
	float: right;
	background: url("../img/back_btn.png");
}
.back_btn:hover{
	opacity: 0.9;
}
.back_btn a{
	width: 100%;
	height: 100%;
}
.shindan_btn{
	width: 400px;
	height: 90px;
	background: url("../img/shindan_start_btn.png")no-repeat center/contain;
	position: absolute;
	top: 55%;
	bottom: 0;
	left: 50%;
	margin: auto;
	z-index: 1;
	transform: translateX(-50%);
}
.shindan_btn:hover{
	opacity: 0.9;
}
.shindan_btn a{
	width: 100%;
	height: 100%;
}

/*診断ページ*/
.question_wrapper{
	position: relative;
}
.question{
  width: 100%;
  height: 961px;
  background: url("../img/q01.png")no-repeat center;
  text-align: center;
  box-sizing: border-box;
  padding: 60px 0 0 0;
  display: none;
  position: relative;
}
.question.show{
  display: block;
}
.question_text{
  width: 44%;
  height: 16vh;
  box-sizing: border-box;
  position: absolute;
  top: 360px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 2px;
}
.question.qa2{background: url("../img/q02.png")no-repeat center;}
.question.qa3{background: url("../img/q03.png")no-repeat center;}

.answer{
  max-width: 174px;
  box-sizing: border-box;
  position: absolute;
  top: 610px;
  left: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 20;
}
.answer:hover{
  background: rgba(255,255,255,0.3);
}
.answer.yes{
  left: 28%;
}
.answer.no{
  left: 56%;
}

/*結果ページ*/
.wrapper-ct-vertical-fixed.kekka{
}
.kekka_container{
	/*max-width: 1920px;*/
	max-width: 1024px;
	margin: 0 auto;
	/* background: #ccc; */
}
.kekka_wrapper{
	width: 100%;
	margin: 0 auto;
	/*position: relative;*/
}
.kekka_box{
	position: relative;
	display: none;
}
.kekka_box.show{
	display: block;
}
.top_btn{
	width: 240px;
	height: 51px;
	background: url("../img/to_top_btn.png")no-repeat center;
	position: absolute;
	left: 50%;
	bottom: 5%;
	margin: 0 auto;
	z-index: 20;
	transform: translateX(-50%);
}
.top_btn:hover{
	opacity: 0.9;
}
.top_btn a{
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 1200px) {
	.answer.yes{
	  left: 28%;
	}
}

@media screen and (max-width: 1024px) {
    .container_outer.top{
        margin-top: 0 !important;
    }
}

/*SP用レイアウト*/
@media screen and (max-width: 640px) {
	body{
    min-width: auto;
	}
	.pc{display: none;}
	.sp{display: block;}
	rt {
		transform: translateY(0.2em);
		-webkit-transform: translateY(0.2em);
		-moz-transform: translateY(0.5em);
		-ms-transform: translateY(0.1em);
		-o-transform: translateY(0.5em);
		margin-bottom: -0.5em;
	}
	.cloud01,
	.cloud02 {
		display: none;
	}
	/* … */
	.back_area{
		width: 100%;
		position: absolute;
		top: 2%;
		right: 4%;
	}
	.back_btn {
	    width: 40%;
	    background: url(../img/back_btn.png)no-repeat center/contain;
	}
	.shindan_btn{
		max-width: 70%;
		background: url("../img/shindan_start_btn.png")no-repeat center/contain;
		top: 110px;
	}

	/*診断ページ*/
	.question_wrapper{
		position: relative;
	}
	.question{
	  height: auto;
	  background: none;
	  padding: 0 0 0 0;
	}
	.question_text{
	  top: 33%;
	  width: 80%;
	  /*font-size: 20px;*/
	  font-size: 4vw;
	}
	.question.qa2{background: none;}
	.question.qa3{background: none;}

	.answer{
	  width: 30%;
	  top: 65%;
	  left: 0;
	}
	.answer.yes{
	  left: 15%;
	}
	.answer.no{
	  left: 53%;
	}

	/*結果ページ*/
	.top_btn{
		max-width: 60%;
		background: url("../img/to_top_btn.png")no-repeat center/contain;
		bottom: 4%;
	}

}