@charset "utf-8";

.form_background{
    background: #6bbee6;
    /*height: 100vh;*/
    width: 100vw;
    /*min-height: 768px;*/
    display: table;
    position: relative;
}
.btn-wrapper{
	text-align: center;
}
.btn {
    display: inline-block;
    color: white;
    background-color: #FF5A0D;
	max-width: 300px;
    width: 100%;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 5px;
    box-shadow: 0 5px 3px -3px #777777;
	margin-top: 20px;
	margin-bottom: 20px;
	opacity: 1;
	    font-size: 115%;
}
.btn:hover {
    opacity: 1.0;
	color: #FFF;
	background-color: #ff712f;
}
.btn a:hover {
    opacity: 1.0;
	color: #FFF;
	background-color: #ff712f;
}
.form_background .main_content .main_content_area{
  margin: 0 auto;
}

.detail_background{
  /*height: 100vh;*/
  width: 100vw;
  /*min-height: 768px;*/
  display: table;
  background: #ffe57a;
}

.start_background,
.result_background-101,
.result_background-102,
.result_background-103,
.result_background-104,
.result_background-105,
.result_background-106{
    /*height: 100vh;*/
    width: 100vw;
    max-width: 1200px;
    /*min-height: 768px;*/
    display: table;
}

.start_background{
  min-height: 0;
  padding-bottom: 30px;
}

.result_background-101{
    background: #f8bc85;
}

.result_background-102{
    background: #f2b6b8;
}

.result_background-103{
    background: #d5c6e0;
}

.result_background-104{
    background: #9fdae4;
}

.result_background-105{
    background: #a8d6ad;
}

.result_background-106{
    background: #dce79b;
}


.main_content_finish{
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
}

.main_content{
  /* display: table-cell; */
  position: relative;
  width: 90vw;
  max-height: 768px;
  margin: auto;
}

.form_background .main_content{
  margin: 40px auto 50px;
}

.detail_background .main_content .main_content_area{
  padding: 0;
}

.detail_background .answer{
  padding: 0;
  min-height: 85px;
}


.main_content_area{
  /* width: 100%; */
  /*height: 75vh;*/
  margin: 30px auto;
  background: #ffffff;
  border-radius: 15px;
  /*padding: 50px 0;*/
}

.result_content_area{
    width: 90%;
    /*height: 50vh; */
    margin: 0 auto 50px;
}

.title{
    text-align: center;
    padding: 35px 0 10px;
    font-weight: bold;
    line-height: 1.3em;
    /*font-size: 1.25em;*/
    font-size: 7vw;
}

.answer{
    text-align: center;
    padding: 20px 0 10px;
    width:90%;
    max-width:1100px;
    margin: 0 auto 30px;
}



.button_area > form > button,
.answer > form > button{
    padding: 10px;
    margin: 0 auto 15px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
    border-radius: 10px;
    width: 80%;
    height: 10vh;
    min-height: 85px;
    max-height: 378px;
    max-width: 500px;
    display: block;
}

.detail_background .answer > form > button{
    padding: 10px;
    margin: 0 auto 15px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 10px;
    width: 65%;
    height: 8vh;
    min-height: 0;
    max-height: 378px;
    max-width: 500px;
    display: block;
}

.answer > form > button:nth-child(1){
    background: #df2442;
    border: 1px solid #df2442;
}

.answer > form > button:nth-child(2){
    background: #58b542;
    border: 1px solid #58b542;
}

.answer > form > .start{
    font-size: 2.2em;
    max-width: none;
    margin: auto;
    float: none;
    width: 70%;
}

.answer > form > .detail{
    font-size: 1.4em;
    max-width: none;
    margin: 0 auto 30px;
    float: none;
    width: 70%;
}

.top_txt{
    text-align: center;
    font-weight: bold;
    font-size: 6vw;
    margin: 25px 0;
}

.bottom_txt{
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
    padding: 25px 0;
}

.button_area{
    text-align: center;
}

.button_txt{
    background: #df2442;
    border: 1px solid #df2442;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8em;
    border-radius: 10px;
    width: 40%;
    margin: auto;
    padding: 15px 0;
}

.start_title{
    font-weight: bold;
    text-align: center;
    font-size: 9.5vw;
    margin: 70px 0 30px;
}

.result_img_area{
    text-align: center;
}

.result_img_area > img {
  max-width: 100%;
}

.button_area > form > button{
    background: #df2442;
    border: 1px solid #df2442;
    font-size: 8vw;
    width: 60%;
    height: 9vh;
    float: none;
    margin: auto;
}

.detail_txt_area{
    /* border: 5px solid #ffe800; */
    /* width: 85%; */
    padding: 15% 8%;
    margin: auto;
    /* color: #8a735e; */
    color: #000000;
    font-weight: bold;
    line-height: 2.0em;
    font-size: 3.4vw;
    text-align: center;
}

.detail_txt_area > .tag_txt{
    position: absolute;
    top: -40px;
    left: -40px;
    background: #8a735e;
    color: #ffffff;
    width: 140px;
    text-align: center;
    padding: 5px;
    border-radius: 40px;
}


.moodify_button{
    position: absolute;
    bottom: 80px;
    right: 25px;
    z-index: 10;
}

.moodify_button > img{
    width: 100px;
    height: auto;
}

.detail_content{
    background: url(../images/mascot.png) no-repeat center center;
    background-size: contain;
    min-height: 220px;
}

.enq_number{
    position: absolute;
    bottom: 3px;
    right: 30px;
    font-size: 2.2em;
    color: #ffffff;
}

/*.detail_background > .mascot{
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
}*/

@media(min-width:450px){

  .answer > form > button{
  font-size: 5vw;
  }

  .answer > form > .start{
    font-size: 7vw;
    width: 300px;
    height: 12vh;
  }

  .answer > form > .detail{
    font-size: 4vw;
    width: 300px;
    height: 12vh;
  }

  .button_area {
    margin-top: 30px;
  }

  .button_area > form > button{
    font-size: 2.0em;
    width: 270px;
    height: 12vh;
  }

}


@media(min-width:768px){

  .result_background-101,
  .result_background-102,
  .result_background-103,
  .result_background-104,
  .result_background-105,
  .result_background-106{
      /*height: 100vh;*/
      width: 100vw;
      max-width: 1200px;
      min-height: 768px;
      display: table;
  }

  .form_background,
  .detail_background{
      min-height: 768px;
      max-width: 1200px;
  }

  .main_content{
    /* display: table-cell; */
    width: 90%;
    margin: auto;
  }

  .form_background .main_content .main_content_area{
    margin: 0 auto;
    min-height: 480px;
  }

  .form_background .main_content {
    margin: 40px auto;
}

  .main_content_area {
    padding: 30px 0;
  }

  .title{
    text-align: center;
    padding: 50px 0 10px;
    font-weight: bold;
    line-height: 1.3em;
    /*font-size: 1.25em;*/
    font-size: 3.0em;
  }

  .answer{
    text-align: center;
    padding: 80px 0;
    width:90%;
    max-width:1100px;
    margin:0 auto;
  }

  .answer > form > button{
    padding: 15px;
    margin: 0 15px;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.0em;
    border-radius: 10px;
    width: 45%;
    height: 18vw;
    max-height: 378px;
    max-width: 500px;
    float:left;
    display: block;
  }


  .button_txt{
    background: #df2442;
    border: 1px solid #df2442;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8em;
    border-radius: 10px;
    width: 40%;
    margin: auto;
    padding: 15px 0;
  }

  .result_img_area{
    text-align: center;
  }


  .answer > form > .start{
    font-size: 3.8em;
    width: 320px;
    height: 14vh;
  }

  .answer > form > .detail{
    font-size: 2.2em;
    width: 320px;
    height: 14vh;
    float: left;
    margin: 10px 10px 60px;
  }

  .start_background {
    padding-bottom: 0;
  }

  .start_title{
    font-weight: bold;
    text-align: center;
    font-size: 4.3em;
    margin: 100px auto 0;
    max-width: 600px;
  }

  .top_txt,
  .bottom_txt{
    font-size: 2.5em;
  }

  .result_img_area > img {
    max-width: 550px;
  }

  .button_area {
    margin-top: 0;
  }

  .button_area > form > button{
    font-size: 2.5em;
    width: 320px;
    height: 14vh;
  }

  /*.detail_background > .mascot{
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
  }*/

  .main_content_finish{
      display: table-cell;
      vertical-align: 0;
      width: 100vw;
  }

  .moodify_button{
      position: absolute;
      bottom: 20px;
      right: 25px;
      z-index: 10;
  }

  .enq_number {
      position: absolute;
      bottom: 180px;
      right: 65px;
      font-size: 3.5em;
      color: #ffffff;
  }

  .detail_background .answer{
    padding: 0;
    width: 680px;
  }

  .detail_background .main_content {
    max-height: none;
  }

  .detail_background .answer > form > button {
    padding: 10px;
    margin: 10px 20px 30px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
    border-radius: 10px;
    width: 300px;
    height: 10vh;
    min-height: 85px;
    max-height: 378px;
    max-width: 500px;
    display: block;}
  }

@media(min-width:1200px){

  .start_background {
    min-height: 750px;
    max-width: 1200px;
    padding-bottom: 0;
  }



  .form_background .main_content {
      margin: 60px auto;
  }

  .form_background .main_content .main_content_area {
      margin: 0 auto;
      min-height: 600px;
  }

  .form_background{
      min-height: 750px;
      max-width: 1200px;
  }

  .enq_number {
      position: absolute;
      bottom: 10px;
      right: 65px;
      font-size: 3.5em;
      color: #ffffff;
  }

  .answer > form > button{
    font-size: 2.5em;
    width: 45%;
    height: 220px;
    /*max-height: 378px;*/
    max-width: 500px;
  }

  .answer > form > .start {
    font-size: 4.3em;
    width: 400px;
    height: 18vh;
  }

  .answer > form > .detail {
    /*font-size: 4.3em; */
    /* width: 400px; */
    /* height: 18vh; */
  }

  .start_title{
    max-width: none;
    font-size: 4em;
    margin: 200px auto 0;
  }

  .main_content {
    width: 1080px;
  }

  .result_content_area {
    width: 90%;
    /* height: 50vh; */
    margin: 100px auto 50px;
  }

  .detail_background .main_content {
    max-height: 700px;
  }

  .detail_content {
    max-height: 570px;
  }

  .detail_txt_area {
    font-size: 2.0em;
    padding: 10% 8%;
  }

  img{
    max-width: 1200px;
    margin: 0 auto;
  }

}
@media(max-width:767px){
	.btn {
		width: 80%;
		line-height: 30px;
	}
}
