@charset "UTF-8";

button{
  border: none;
  background-color: transparent;
  cursor: pointer;
}

@media screen and (min-width: 641px) {
  body{
    /*
    transform-origin: center top;
    transform: scale(0.80,0.80);
    */
    zoom:0.8;
  }
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, body {
    zoom:1;
	}
}






/*切換場所*/
/*=============================*/


#q_Qblk_0.q_Qblk{
  display: block;
}
#q_bg_Qblk{
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}



#q_Qblk_cntWrap{
  position: relative;
}




/*
#q_bg_top{
  display: none !important;
}
#q_Qblk_4.q_Qblk{
  display: block;
}
*/

/*
.q_Qblk_cnt_wrap{
    position: fixed !important;
    height: calc( 760 / 640 * 100vw) !important;
    align-items: center !important;
  }
*/
@media screen and (max-width: 640px) {
  .q_Qblk_cnt_wrap{
      height: calc( 770 / 640 * 100vw) !important;
    }
}







/*=============================*/





/*==========背景2種==========*/
/*top -bg (q0) */
#q_bg_top{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #bc837c;
  background-image: url(../finder/images/q_0_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 1124px;
}

@media screen and (max-width: 640px) {
  #q_bg_top{
    background-image: url(../finder/images/q_0_bg_sp.jpg);
    background-size: calc( 1920 / 640 * 100%) calc( 1920 / 640 * 100vw);
    min-height: 100%;
    /*height: calc( 1124 / 640 * 100vw);*/
  }
}
/*(ura) contents -bg (q1～q7)  */
#q_bg_Qblk{
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 1205px;
  background-color: #e7c9c2;
}
#q_bg_Qblk_wrap{
  width: 100%;
	max-width: 640px;
  min-height: 1124px;
	/*margin: 20px auto 0;～～～～～*/
	margin: 0 auto;
  background-color: #ffffff;
  /*box-shadow: 0 4px 6px rgba(14, 30, 57, 0.12);～～～～～*/
}
#q_bg_Qblk_wrap h2{
  position: absolute;
  top:10px;
  left: calc(50% - 350px);
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #q_bg_Qblk{
    min-height: 100%;
    /*height: calc( 1124 / 640 * 100vw);～～～～*/
  }
  #q_bg_Qblk_wrap{
    margin-top: 0;
    min-height: 100%;
  }
  #q_bg_Qblk_wrap h2{
    top:0;
    left:0;
    display: none;
  }
}

/*==========中コンテンツ==========*/

/*===q0===*/
#q_Qblk_0.q_Qblk{
  padding-top: 0 !important;
}
#q_Qblk_0 h1{
  padding-top: 72px;
}
#q_Qblk_0 #q_Qblk_0_btn{
  height: 88px;
  width: calc( 530 / 640 * 100%);
  margin-left:auto;
  margin-right:auto;
  margin-top: 750px;
}
#q_Qblk_0 #q_Qblk_0_btn button{
  width: 100%;
  height: 100%;
  background-image: url(../finder/images/q_0_btn-start_off.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
#q_Qblk_0 #q_Qblk_0_btn button:hover{
  background-image: url(../finder/images/q_0_btn-start_on.png);
}
#q_Qblk_0 #q_Qblk_0_btn button.q_btnU_next{
    float: none;
    margin-right: auto;
}
@media screen and (max-width: 640px) {
  #q_Qblk_0 h1{
    /*padding-top: calc( 72 / 640 * 100vw);～～～～*/
  }
  #q_Qblk_0 #q_Qblk_0_btn{
    margin-top: calc( 750 / 640 * 100vw);
    height: calc( 88 / 640 * 100vw);
  }
}
@media screen and (max-width: 376px) {
  #q_Qblk_0 #q_Qblk_0_btn{
    position: fixed;
    bottom:calc( 55 / 640 * 100vw);
    margin:0;
    left: calc( 55 / 640 * 100%);
  }
}

/*===q1～6共通===*/

/*囲い*/
.q_Qblk{
  display: none;
  position: relative;
  padding-top: 80px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  /*___transform___対策*/
  /*
  display: none;
  position: absolute;
  padding-top: 80px;
  width: 100%;
  max-width: 640px;
  left: calc( -320px + 50%);
  */
  /*___transform___対策*/
}
@media screen and (max-width: 640px) {
  .q_Qblk{
   /* padding-top: calc( 80 / 640 * 100vw);～～～～*/
   padding-top: 0;
    
  /*___transform対策___*/
    position: relative;
    margin: 0 auto;
    left: 0;
  /*___transform対策___*/
  }
}

/*見出し(画像)*/
.q_Qblk h4{
  margin: 0 auto;
  width: calc( 560 / 640 * 100%);
  border-bottom: 2px solid #f4eee1;
}
@media screen and (max-width: 640px) {
  .q_Qblk h4{
    border-bottom: 1px solid #f4eee1;
    /*height: calc( 116 / 640 * 100vw);*/
    overflow: hidden;
    position: relative;
  }
  .q_Qblk h4 img{
    margin-top:calc( -30 / 640 * 100vw);
    margin-bottom:calc( -10 / 640 * 100vw);
  }
  
}

.q_Qblk_cnt_wrap{
  width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
}
.q_Qblk_cnt{
}

/*コンテンツ内*/
#q_Qblk_1 .q_Qblk_cnt_wrap,#q_Qblk_2 .q_Qblk_cnt_wrap,#q_Qblk_3 .q_Qblk_cnt_wrap,
#q_Qblk_4 .q_Qblk_cnt_wrap,#q_Qblk_5 .q_Qblk_cnt_wrap,#q_Qblk_6 .q_Qblk_cnt_wrap,#q_Qblk_7 .q_Qblk_cnt_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/*ラジオボタン共通*/
.q_Qblk_btnR{
  display: none;
}
.q_Qblk_btnR + label{
  display: block;
}
.q_Qblk_btnR + label > div{
  background-position: left top;
  background-repeat: no-repeat !important;
  /*background-size: contain !important;*/
  background-size: contain;
  cursor: pointer;
  width: 100%;
  height: 100%;
}


/*<-BACK NEXT->*/
.cBtn.q_btnU_back, .cBtn.q_btnU_next{
  width: calc( 268 / 640 * 100%);
  height: 90px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .cBtn.q_btnU_back, .cBtn.q_btnU_next{
    height: calc( 90 / 640 * 100vw);
    margin-top: calc( -15 / 640 * 100vw);
  }
}
.cBtn.q_btnU_back{
  float: left;
  background-image: url(../finder/images/q_btnU_back_off.png);
  margin-left: calc( 40 / 640 * 100%);
}
.cBtn.q_btnU_back:hover{
  background-image: url(../finder/images/q_btnU_back_on.png);
}
.cBtn.q_btnU_next{
  opacity: 1;
  float: right;
  background-image: url(../finder/images/q_btnU_next_off.png);
  margin-right: calc( 40 / 640 * 100%);
}
.cBtn.q_btnU_next:disabled{
  opacity: 0.5;
  cursor:default;
}
.cBtn.q_btnU_next:hover:not(:disabled){
  background-image: url(../finder/images/q_btnU_next_on.png);
}


/*===q1===*/
#q_Qblk_1 .q_Qblk_cnt_wrap{
  height: 570px;
  width: calc( 560 / 640 * 100%);
}
#q_Qblk_1 .q_Qblk_cnt{
  display: flex;
  flex-wrap: wrap;
  height: 240px;
  width: 100%;
}
#q_Qblk_1 .q_Qblk_btnR + label{
  width: calc( 240 / 560 * 100%);
  height: 240px;
}
#q_q1_r1.q_Qblk_btnR + label{
  margin-right: calc( 79 / 560 * 100%);
}
@media screen and (max-width: 640px) {
  #q_Qblk_1 .q_Qblk_cnt_wrap{
    height: calc( 720 / 640 * 100vw) !important;/*見出しが2行のため*/
  }
  #q_Qblk_1 .q_Qblk_cnt{
    height: calc( 240 / 640 * 100vw);
  }
  #q_Qblk_1 .q_Qblk_btnR + label{
    height: calc( 240 / 640 * 100vw);
  }
}
#q_q1_r1.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_1_1_off.png);}
#q_q1_r2.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_1_2_off.png);}
#q_q1_r1.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_1_1_on.png);}
#q_q1_r2.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_1_2_on.png);}

/*===q2===*/
#q_Qblk_2 .q_Qblk_cnt_wrap{
  height: 800px;
  width: calc( 560 / 640 * 100%);
}
#q_Qblk_2 .q_Qblk_cnt{
  height: 620px;
  width: 100%;
  background: url(../finder/images/q_2_bg.png) left top no-repeat;
  background-size: 100% 100%;
  position: relative;
}
#q_Qblk_2 .q_Qblk_btnR + label{
  position: absolute;
  width: calc( 160 / 560 * 100%);
  height: 100px;
}
@media screen and (max-width: 640px) {
  #q_Qblk_2 .q_Qblk_cnt_wrap{
    height: calc( 720 / 640 * 100vw);
  }
  #q_Qblk_2 .q_Qblk_cnt{
    height: calc( 620 / 640 * 100vw);
  }
  #q_Qblk_2 .q_Qblk_btnR + label{
    height: calc( 100 / 640 * 100vw);
  }
}
#q_q2_r205.q_Qblk_btnR + label{left:calc( 54 / 560 * 100%);top:calc( 213 / 620 * 100%);}
#q_q2_r300.q_Qblk_btnR + label{left:calc( 400 / 560 * 100%);top:calc( 103 / 620 * 100%);}
#q_q2_r305.q_Qblk_btnR + label{left:calc( 400 / 560 * 100%);top:calc( 213 / 620 * 100%);}
#q_q2_r310.q_Qblk_btnR + label{left:calc( 400 / 560 * 100%);top:calc( 323 / 620 * 100%);}
#q_q2_r405.q_Qblk_btnR + label{left:calc( 228 / 560 * 100%);top:calc( 213 / 620 * 100%);}
#q_q2_r410.q_Qblk_btnR + label{left:calc( 228 / 560 * 100%);top:calc( 323 / 620 * 100%);}
#q_q2_r415.q_Qblk_btnR + label{left:calc( 228/ 560 * 100%);top:calc( 433 / 620 * 100%);}
#q_q2_r205.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_2_205_off.png);}
#q_q2_r300.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_2_300_off.png);}
#q_q2_r305.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_2_305_off.png);}
#q_q2_r310.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_2_310_off.png);}
#q_q2_r405.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_2_405_off.png);}
#q_q2_r410.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_2_410_off.png);}
#q_q2_r415.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_2_415_off.png);}
#q_q2_r205.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_2_205_on.png);}
#q_q2_r300.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_2_300_on.png);}
#q_q2_r305.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_2_305_on.png);}
#q_q2_r310.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_2_310_on.png);}
#q_q2_r405.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_2_405_on.png);}
#q_q2_r410.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_2_410_on.png);}
#q_q2_r415.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_2_415_on.png);}

/*===q3===*/
#q_Qblk_3 .q_Qblk_cnt_wrap{
  height: 800px;
  width: 100%;
}
#q_Qblk_3 .q_Qblk_cnt{
  height: 700px;
  width: 100%;
  background: url(../finder/images/q_3_bg.png) left top no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 42px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#q_Qblk_3 .q_Qblk_btnR{
  vertical-align: bottom;
}
#q_Qblk_3 .q_Qblk_btnR + label{
  width: 100%;
  height: 116px;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
#q_Qblk_3 .q_Qblk_btnR + label > div{
  background-size:cover;
}

@media screen and (max-width: 640px) {
  #q_Qblk_3 .q_Qblk_cnt_wrap{
    height: calc( 740 / 640 * 100vw);
  }
  #q_Qblk_3 .q_Qblk_cnt{
    height: calc( 700 / 640 * 100vw);
    padding-top: calc( 42 / 640 * 100vw);
  }
  #q_Qblk_3 .q_Qblk_btnR + label{
    height: calc( 116 / 640 * 100vw);
  }
}
#q_q3_r1.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_3_1_off.png);}
#q_q3_r2.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_3_2_off.png);}
#q_q3_r3.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_3_3_off.png);}
#q_q3_r4.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_3_4_off.png);}
#q_q3_r5.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_3_5_off.png);}
#q_q3_r1.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_3_1_on.png);}
#q_q3_r2.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_3_2_on.png);}
#q_q3_r3.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_3_3_on.png);}
#q_q3_r4.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_3_4_on.png);}
#q_q3_r5.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_3_5_on.png);}

/*===q4===*/
#q_Qblk_4 .q_Qblk_cnt_wrap{
  height: 800px;
  width: 100%;
}
#q_Qblk_4 .q_Qblk_cnt{
  height: 470px;
  width: 100%;
  background: url(../finder/images/q_4_bg.png) left top no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#q_Qblk_4 .q_Qblk_btnR{
  vertical-align: bottom;
}
#q_Qblk_4 .q_Qblk_btnR + label{
  width: 100%;
  height: 116px;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
#q_Qblk_4 .q_Qblk_btnR + label > div{
  background-size:cover;
}

@media screen and (max-width: 640px) {
  #q_Qblk_4 .q_Qblk_cnt_wrap{
    height: calc( 740 / 640 * 100vw);
  }
  #q_Qblk_4 .q_Qblk_cnt{
    height: calc( 470 / 640 * 100vw);
    padding-top: calc( 80 / 640 * 100vw);
  }
  #q_Qblk_4 .q_Qblk_btnR + label{
    height: calc( 116 / 640 * 100vw);
  }
}
#q_q4_r1.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_4_1_off.png);}
#q_q4_r2.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_4_2_off.png);}
#q_q4_r3.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_4_3_off.png);}
#q_q4_r1.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_4_1_on.png);}
#q_q4_r2.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_4_2_on.png);}
#q_q4_r3.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_4_3_on.png);}

/*===q5===*/
#q_Qblk_5 .q_Qblk_cnt_wrap{
  height: 800px;
  width: calc( 560 / 640 * 100%);
}
#q_Qblk_5 .q_Qblk_cnt{
  display: flex;
  flex-wrap: wrap;
  height: 740px;
  width: 100%;
}
#q_Qblk_5 .q_Qblk_btnR + label{
  width: calc( 268 / 560 * 100%);
  height: 370px;
}
#q_q5_r1.q_Qblk_btnR + label, #q_q5_r3.q_Qblk_btnR + label{
  margin-right: calc( 23 / 560 * 100%);
}
@media screen and (max-width: 640px) {
  #q_Qblk_5 .q_Qblk_cnt_wrap{
    height: calc( 770 / 640 * 100vw);
  }
  #q_Qblk_5 .q_Qblk_cnt{
    height: calc( 740 / 640 * 100vw);
  }
  #q_Qblk_5 .q_Qblk_btnR + label{
    height: calc( 370 / 640 * 100vw);
  }
}
#q_q5_r1.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_5_1_off.png);}
#q_q5_r2.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_5_2_off.png);}
#q_q5_r3.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_5_3_off.png);}
#q_q5_r4.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_5_4_off.png);}
#q_q5_r1.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_5_1_on.png);}
#q_q5_r2.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_5_2_on.png);}
#q_q5_r3.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_5_3_on.png);}
#q_q5_r4.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_5_4_on.png);}

/*===q6===*/
#q_Qblk_6 .q_Qblk_cnt_wrap{
  height: 800px;
  width: calc( 560 / 640 * 100%);
}
#q_Qblk_6 .q_Qblk_cnt{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 760px;
  width: 100%;
}
#q_Qblk_6 .q_Qblk_btnR + label{
  width: calc( 268 / 560 * 100%);
  height: 380px;
}
#q_q6_r1.q_Qblk_btnR + label{
  margin:0 calc( 100 / 560 * 100%);
}
#q_q6_r2.q_Qblk_btnR + label{
  margin-right: calc( 23 / 560 * 100%);
}
@media screen and (max-width: 640px) {
  #q_Qblk_6 .q_Qblk_cnt_wrap{
    height: calc( 780 / 640 * 100vw);
  }
  #q_Qblk_6 .q_Qblk_cnt{
    height: calc( 760 / 640 * 100vw);
  }
  #q_Qblk_6 .q_Qblk_btnR + label{
    height: calc( 380 / 640 * 100vw);
  }
}
#q_q6_r1.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_6_1_off.png);}
#q_q6_r2.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_6_2_off.png);}
#q_q6_r3.q_Qblk_btnR + label > div{background-image: url(../finder/images/q_6_3_off.png);}
#q_q6_r1.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_6_1_on.png);}
#q_q6_r2.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_6_2_on.png);}
#q_q6_r3.q_Qblk_btnR:checked + label > div{background-image: url(../finder/images/q_6_3_on.png);}


/*===q7===*/
#q_Qblk_7{
  position: relative;
}
#q_Qblk_7 .q_Qblk_cnt_wrap{
  height: 900px;
  width: calc( 560 / 640 * 100%);
}
#q_Qblk_7 .q_Qblk_cnt{
  height: 250px;
  width: 100%;
}
#q_Qblk_7 h5{
  margin-bottom: 95px;
}
#q_Qblk_7 #q_Qblk_7_barLayer{
  height: 20px;
  width: 100%;
  background-color: #f4ecdb;
  position: relative;
  margin-bottom: 20px;
}
#q_Qblk_7_box{
  position: absolute;
  top:0;
  left:calc( -282 / 560 * 100%);
  /*margin-left: -50.35%;*/
  width: calc( 376 / 560 * 100%);
  height: 20px;
  background: url(../finder/images/q_7_bar_box.png) left top no-repeat;
  background-size: 100% 100%;
}
#q_Qblk_7_front{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  opacity: 1;
}
#q_Qblk_7_txt{
  text-align: center;
  color:#e18b88;
  font-family:'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  vertical-align: bottom;
}
#q_Qblk_7_txt #q_Qblk_7_txt-read{
  font-size: 30px;
  vertical-align: bottom;
}
#q_Qblk_7_txt #q_Qblk_7_txt-per{
  font-size: 18px;
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  #q_Qblk_7 .q_Qblk_cnt_wrap{
    height: calc( 800 / 640 * 100vw);
  }
  #q_Qblk_7 .q_Qblk_cnt{
    height: calc( 250 / 640 * 100vw);
  }  
  #q_Qblk_7 h5{
    margin-bottom: calc( 95 / 640 * 100vw);
  }
  #q_Qblk_7 #q_Qblk_7_barLayer{
    height: calc( 20 / 640 * 100vw);
    margin-bottom: calc( 20 / 640 * 100vw);
  }
  #q_Qblk_7_box{
    height: calc( 20 / 640 * 100vw);
  }
  #q_Qblk_7_txt #q_Qblk_7_txt-read{
    font-size: calc(0.3125*30vw/2);
  }
  #q_Qblk_7_txt #q_Qblk_7_txt-per{
    font-size: calc(0.3125*18vw/2);
  }  
}

