@charset "UTF-8";
/*手機版*/
/*非手機版*/
/*中間混合*/
/*某值(包含)以上*/
/*某值(不包含)以下*/
/*計算比例值*/
.page-frame {
  padding: 0px !important; }

.banner {
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 0px) {
    .banner {
      background-image: url("../../images/mobile/bg_mquestionnaire@2x.png");
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      padding-top: 50%; } }
  @media screen and (min-width: 768px) {
    .banner {
      background-image: url("../../images/bg_questionnare@2x.png");
      background-repeat: no-repeat; } }
  .banner .wrapper {
    position: absolute;
    padding: 0px 15px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .banner .box {
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px; }
    @media screen and (min-width: 0px) {
      .banner .box {
        width: 100%;
        padding: 60px 30px; } }
    @media screen and (min-width: 768px) {
      .banner .box {
        position: absolute;
        padding: 40px 35px;
        width: 394.28571px;
        right: 70px; } }
    @media screen and (min-width: 992px) {
      .banner .box {
        padding: 40px 35px;
        width: 500px;
        right: 90px; } }
    @media screen and (min-width: 1200px) {
      .banner .box {
        padding: 40px 35px;
        width: 580px;
        right: 100px; } }
    @media screen and (min-width: 1520px) {
      .banner .box {
        padding: 55px 50px;
        width: 800px;
        right: 200px; } }
    @media screen and (min-width: 0px) {
      .banner .box.form-review {
        padding: 25px 0px; } }
    @media screen and (min-width: 992px) {
      .banner .box.form-review {
        padding: 30px 0px; } }
    @media screen and (min-width: 1520px) {
      .banner .box.form-review {
        padding: 35px 0px; } }
  @media screen and (min-width: 0px) {
    .banner .sub-title {
      font-size: 20px;
      margin-bottom: 12px; } }
  @media screen and (min-width: 768px) {
    .banner .sub-title {
      font-size: 18px;
      margin-bottom: 3px; } }
  @media screen and (min-width: 992px) {
    .banner .sub-title {
      font-size: 18px;
      margin-bottom: 3px; } }
  @media screen and (min-width: 1200px) {
    .banner .sub-title {
      font-size: 20px;
      margin-bottom: 7px; } }
  @media screen and (min-width: 1520px) {
    .banner .sub-title {
      font-size: 24px;
      margin-bottom: 12px; } }
  @media screen and (min-width: 0px) {
    .banner .myrow {
      margin-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .banner .myrow {
      margin-bottom: 20px; } }
  @media screen and (min-width: 992px) {
    .banner .myrow {
      margin-bottom: 30px; } }
  @media screen and (min-width: 1200px) {
    .banner .myrow {
      margin-bottom: 30px; } }
  @media screen and (min-width: 1520px) {
    .banner .myrow {
      margin-bottom: 40px; } }
  @media screen and (min-width: 0px) {
    .banner .two-btn .btn-style {
      width: 100px;
      font-size: 14px;
      height: 30px;
      line-height: 30px; } }
  @media screen and (min-width: 375px) {
    .banner .two-btn .btn-style {
      width: 120px;
      font-size: 16px;
      height: 40px;
      line-height: 40px; } }
  .banner .two-btn button:last-child {
    margin-left: 25px; }
  .banner .form-review .review-frame {
    background: #EBEBEB;
    margin: 28px 0px; }
    @media screen and (min-width: 0px) {
      .banner .form-review .review-frame {
        padding: 14px 50px; } }
    @media screen and (min-width: 768px) {
      .banner .form-review .review-frame {
        padding: 14px 55px; } }
    @media screen and (min-width: 992px) {
      .banner .form-review .review-frame {
        padding: 14px 55px; } }
    @media screen and (min-width: 1200px) {
      .banner .form-review .review-frame {
        padding: 14px 55px; } }
    @media screen and (min-width: 1520px) {
      .banner .form-review .review-frame {
        padding: 14px 70px; } }
    @media screen and (min-width: 0px) {
      .banner .form-review .review-frame .phase {
        font-size: 20px; } }
    @media screen and (min-width: 768px) {
      .banner .form-review .review-frame .phase {
        font-size: 14px; } }
    @media screen and (min-width: 992px) {
      .banner .form-review .review-frame .phase {
        font-size: 16px; } }
    @media screen and (min-width: 1200px) {
      .banner .form-review .review-frame .phase {
        font-size: 16px;
        margin-bottom: 7px; } }
    @media screen and (min-width: 1520px) {
      .banner .form-review .review-frame .phase {
        font-size: 18px;
        margin-bottom: 12px; } }
