@charset "UTF-8";
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

/* CSS Reset end */
.top-section {
  background: #331c00;
  max-height: 70px;
  padding-left: 17%; }
  .top-section .logo img {
    width: 25%; }

.header-img {
  position: relative; }
  .header-img h6 {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: .05rem;
    position: absolute;
    top: 7.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #444342;
    font-family: "chei3hk"; }
  .header-img .mybtn {
    position: absolute;
    bottom: 6%;
    left: 50%;
    width: 25%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.5rem;
    text-align: center; }

@media (max-width: 480px) {
  .top-section {
    padding-left: 0;
    text-align: center; }
    .top-section .logo img {
      width: 40%; }
  .header-img h6 {
    width: 350px;
    font-size: 1rem; }
  .header-img .mybtn {
    bottom: 5%;
    font-size: 1rem;
    width: 70%; } }

.result-header {
  background: #103966;
  width: 100%;
  height: auto; }
  .result-header .result-row > .col-sm-9 {
    padding: 45px 0 0 0; }
    .result-header .result-row > .col-sm-9 .congrat-title {
      font-size: 1.8rem;
      background: white;
      border-radius: 16px;
      max-width: 400px;
      height: 100px;
      color: #103966;
      text-shadow: 1px 1px 1px #fbd109;
      padding: 35px 40px;
      font-weight: 500; }
    .result-header .result-row > .col-sm-9 .congrat-text {
      font-size: 2rem;
      padding: 25px 0; }
      .result-header .result-row > .col-sm-9 .congrat-text > img {
        vertical-align: middle;
        margin-right: 12px;
        width: 25px; }
  .result-header .result-row > .col-sm-3 img {
    width: 250px; }

.result-content {
  background: #FFFDFD;
  padding-top: 30px;
  padding-bottom: 60px; }
  .result-content .result-box-bg {
    background: url(../images/testbg03.svg) no-repeat;
    background-position: center;
    max-width: 960px;
    height: 600px; }
    .result-content .result-box-bg h6 {
      font-size: 1.5rem; }
      .result-content .result-box-bg h6 small {
        font-size: .8rem;
        margin-left: 10px;
        font-weight: bold; }
    .result-content .result-box-bg .border-box {
      width: 100px;
      height: 1px;
      border: 1px solid black;
      margin-top: 15px;
      margin-left: 35%;
      border-radius: 2px; }
    .result-content .result-box-bg p {
      font-size: .9rem;
      line-height: 2.2rem;
      margin-top: 10px;
      max-width: 90%; }
    .result-content .result-box-bg #share-icon-box {
      background: #102041;
      border-radius: 12px;
      display: block;
      width: 200px;
      margin-top: 10px; }
      .result-content .result-box-bg #share-icon-box a {
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        color: white;
        border: 1px solid white;
        padding: 15px 10px;
        cursor: pointer;
        text-decoration: none;
        display: block; }
    .result-content .result-box-bg .result-box {
      margin-top: 5rem; }
      .result-content .result-box-bg .result-box button {
        background: white;
        padding: .5rem 2rem;
        font-size: 1.2rem;
        border-radius: .5rem;
        border: 1px solid black;
        margin: -70px 0 0 280px;
        display: block;
        outline: transparent; }
  .result-content .scrolldown-row {
    margin-bottom: -40px; }
  .result-content .scrolldown p {
    font-size: 2rem;
    color: #103966; }
    .result-content .scrolldown p > img {
      vertical-align: middle;
      width: 30px; }

@media (max-width: 480px) {
  .result-header .result-row > .col-sm-9 {
    padding: 12px 0 0 0; }
    .result-header .result-row > .col-sm-9 .congrat-title {
      font-size: 1rem;
      height: auto;
      padding: 15px;
      border-radius: 10px;
      font-weight: bold;
      max-width: 300px; }
    .result-header .result-row > .col-sm-9 .congrat-text {
      padding: 0;
      font-size: 1rem;
      margin: 12px 0; }
      .result-header .result-row > .col-sm-9 .congrat-text > img {
        width: 10px; }
  .result-content {
    padding: 30px 0; }
    .result-content .result-box-bg {
      background: url(../images/mobile/result-bg.svg) no-repeat;
      height: 550px;
      background-size: none; }
      .result-content .result-box-bg h6 {
        font-size: 1.15rem;
        text-align: center; }
      .result-content .result-box-bg .border-box {
        width: 70px;
        margin-top: 8px;
        margin-left: 50%; }
      .result-content .result-box-bg p {
        font-size: .85rem;
        line-height: 2rem;
        margin: 0 auto; }
      .result-content .result-box-bg #share-icon-box {
        margin: 55px auto 0; }
      .result-content .result-box-bg .result-box {
        margin-top: 0; }
        .result-content .result-box-bg .result-box button#toform {
          margin: 60px 25px 0; }
    .result-content .scrolldown-row {
      margin-bottom: 0; }
    .result-content .scrolldown {
      margin-top: 20px; }
      .result-content .scrolldown p {
        font-size: 1.2rem; }
        .result-content .scrolldown p > img {
          width: 15px; } }

@media (max-width: 414px) {
  .result-content .result-box-bg {
    height: 600px; }
    .result-content .result-box-bg .border-box {
      margin: 8px auto 0; }
    .result-content .result-box-bg .result-box button#toform {
      margin: 20px 0 0 120px; }
  .result-content .scrolldown-row .scrolldown {
    margin-top: 0; }
    .result-content .scrolldown-row .scrolldown p {
      font-size: 1.3rem; }
      .result-content .scrolldown-row .scrolldown p > img {
        width: 25px; } }

@media (max-width: 375px) {
  .result-content .result-box-bg .result-box button#toform {
    margin: 50px 0 0 100px; }
  .result-content .scrolldown-row .scrolldown p {
    font-size: 1.3rem; }
    .result-content .scrolldown-row .scrolldown p > img {
      width: 20px; } }

@media (max-width: 320px) {
  .result-header {
    height: 100px; }
    .result-header .result-row {
      height: 100px; }
      .result-header .result-row > .col-sm-9 .congrat-text {
        font-size: .8rem; }
  .result-content .result-box-bg {
    height: 500px; }
    .result-content .result-box-bg h6 {
      font-size: .9rem; }
    .result-content .result-box-bg p {
      font-size: .8rem;
      line-height: 1.5rem; }
    .result-content .result-box-bg .border-box {
      margin: 8px auto 0; }
    .result-content .result-box-bg #share-icon-box {
      margin: 50px auto 0; }
    .result-content .result-box-bg .result-box {
      margin-top: -15px; }
      .result-content .result-box-bg .result-box button#toform {
        margin: 50px 0 0 75px; }
  .result-content .scrolldown-row {
    margin-top: 25px; }
    .result-content .scrolldown-row .scrolldown p {
      font-size: 1rem; }
      .result-content .scrolldown-row .scrolldown p > img {
        width: 15px; } }

.myform {
  background: #F7BA43;
  border-radius: 5px;
  padding: 30px 0 60px;
  position: relative; }
  .myform .cheers-box {
    position: absolute;
    top: 8%;
    right: 100px;
    text-align: center;
    width: 300px; }
    .myform .cheers-box img {
      max-width: 70%; }
  .myform .month-title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3rem; }
  .myform .small-text {
    font-size: 1rem;
    line-height: 2.5rem; }
  .myform .text, .myform .email {
    background: transparent;
    border: 1px solid white;
    line-height: 45px;
    width: 100%;
    color: white;
    font-size: .8rem; }
    .myform .text::-webkit-input-placeholder, .myform .email::-webkit-input-placeholder {
      color: black;
      padding-left: 4%; }
  .myform select {
    border-radius: 0;
    background: transparent;
    border: 1px solid white;
    line-height: 45px;
    width: 100%;
    font-size: .8rem;
    height: 50px;
    width: 100%;
    color: white;
    -webkit-appearance: none;
    padding-left: 4%; }
  .myform .submit {
    border-radius: 5px;
    color: #EA5521;
    background: white;
    font-size: 1rem;
    width: 200px; }
  .myform .news {
    display: inline-block;
    background: #EA5521;
    color: white;
    font-size: 1rem;
    margin-right: 5%;
    width: 200px; }

/* footer */
@media (max-width: 480px) {
  .myform {
    padding: 30px 0; }
    .myform .cheers-box {
      position: static;
      top: 0;
      right: 0;
      margin: 0 auto; }
    .myform .month-title {
      font-size: 1.3rem;
      line-height: 2rem; }
    .myform .small-text {
      font-size: .8rem;
      line-height: 1.8rem; }
    .myform .news, .myform .submit {
      width: 150px;
      font-size: .8rem; }
    .myform .form-check .form-check-label {
      font-size: .8rem;
      margin-top: 6px; }
    .myform .mobile-hide {
      display: none; } }

@media (max-width: 320px) {
  .myform .news, .myform .submit {
    width: 150px;
    font-size: .8rem; }
  .myform .form-check .form-check-label {
    font-size: .8rem;
    margin-top: 6px; }
  .myform .mobile-hide {
    display: none; } }

.footer {
  background: #4a4a4a;
  padding: 60px 0;
  position: relative; }

.icons {
  margin-top: 30px; }
  .icons a {
    display: inline-block;
    margin-right: 15px; }

.class-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: white; }

.footer-class-list {
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: 0.7px; }
  .footer-class-list li a {
    color: white;
    display: block;
    margin-bottom: 10px;
    font-weight: normal; }

.copy-text {
  font-size: 12px;
  letter-spacing: 1px; }

.line {
  background: #9b9b9b;
  width: 100%;
  height: 0.5px;
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px; }

.mb-30 {
  margin-bottom: 30px; }

@media (max-width: 480px) {
  .footer {
    height: auto; }
    .footer .mobile-hidden {
      display: none; }
  .copy-text {
    font-size: 8px;
    letter-spacing: 0.7px; } }

html {
  font-size: 16px;
  height: 100%; }

body {
  height: 100%;
  font-family: "-apple-system", "Microsoft JhengHei", "sans-serif";
  overflow-x: hidden; }

@font-face {
  font-family: "chei3hk";
  src: url(../fonts/蟹慮楛唳窪.otf); }

@font-face {
  font-family: "NotoSansHant";
  src: url(../fonts/NotoSansHant-Medium.otf); }

@font-face {
  font-family: "NotoSansHant-Regular";
  src: url(../fonts/NotoSansHant-Regular.otf); }

.question01 .container, .question02 .container, .question03 .container, .question04 .container, .question05 .container, .question06 .container, .question07 .container, .result-content .container, .myform .container {
  max-width: 960px; }

#result {
  display: none; }

.question01 {
  padding: 60px 0;
  background: #FFF7EA; }
  .question01 .circle {
    color: white;
    max-width: 60px;
    height: 60px;
    background: #15571E;
    border-radius: 50%;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    padding: 10px 30px 0 21px; }
  .question01 .line-left {
    border: 2px solid #15571E;
    width: 350px;
    height: 1px;
    margin-right: 80px;
    margin-top: 28px; }
  .question01 .line-right {
    border: 2px solid #15571E;
    width: 350px;
    height: 1px;
    margin-left: 80px;
    margin-top: 28px; }
  .question01 .icon {
    width: 45px;
    margin-right: 40px;
    margin-top: 55px; }
  .question01 .title-box {
    width: 580px;
    margin-top: 50px;
    padding-top: 15px; }
    .question01 .title-box .question-title {
      max-width: 580px;
      color: #15571E;
      font-size: 1.3rem;
      border-bottom: 3px solid #FFD007;
      padding-bottom: 5px; }
  .question01 .choice-row {
    margin-top: 50px; }
  .question01 .choice {
    font-size: 1rem;
    margin-bottom: 20px;
    height: 50px; }
    .question01 .choice p {
      margin: 16px 0 0 16px; }
      .question01 .choice p a {
        color: #15571E; }
  .question01 .border-box {
    height: 50px;
    border-right: 3px solid #15571E;
    border-bottom: 3px solid #15571E; }

.question04 {
  padding: 60px 0;
  background: #FFF7EA; }
  .question04 .circle {
    color: white;
    max-width: 60px;
    height: 60px;
    background: #15571E;
    border-radius: 50%;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    padding: 10px 25px 0 18px; }
  .question04 .line-left {
    border: 2px solid #15571E;
    width: 350px;
    height: 1px;
    margin-right: 80px;
    margin-top: 28px; }
  .question04 .line-right {
    border: 2px solid #15571E;
    width: 350px;
    height: 1px;
    margin-left: 80px;
    margin-top: 28px; }
  .question04 .icon {
    width: 75px;
    margin-right: 40px;
    margin-top: 50px; }
  .question04 .title-box {
    width: 580px;
    margin-top: 50px;
    padding-top: 15px; }
    .question04 .title-box .question-title {
      max-width: 310px;
      color: #15571E;
      font-size: 1.3rem;
      border-bottom: 3px solid #FFD007;
      padding-bottom: 5px; }
  .question04 .choice-row {
    margin-top: 50px; }
  .question04 .choice {
    font-size: 1rem;
    margin-bottom: 20px;
    height: 50px; }
    .question04 .choice p {
      margin: 16px 0 0 16px; }
      .question04 .choice p a {
        color: #15571E; }
  .question04 .border-box {
    height: 50px;
    border-right: 3px solid #15571E;
    border-bottom: 3px solid #15571E; }

.question02 {
  padding: 60px 0;
  background: url(../images/bg02.svg) no-repeat;
  background-size: cover; }
  .question02 .circle {
    color: white;
    max-width: 60px;
    height: 60px;
    background: #484949;
    border-radius: 50%;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    padding: 10px 25px 0 18px; }
  .question02 .line-left {
    border: 2px solid #484949;
    width: 350px;
    height: 1px;
    margin-right: 80px;
    margin-top: 28px; }
  .question02 .line-right {
    border: 2px solid #484949;
    width: 350px;
    height: 1px;
    margin-left: 80px;
    margin-top: 28px; }
  .question02 .icon {
    width: 50px;
    margin-right: 40px;
    margin-top: 50px; }
  .question02 .title-box {
    width: 580px;
    margin-top: 50px;
    padding-top: 15px; }
    .question02 .title-box .question-title {
      max-width: 580px;
      color: #484949;
      font-size: 1.3rem;
      border-bottom: 3px solid #FFD007;
      padding-bottom: 5px; }
  .question02 .choice-row {
    margin-top: 50px; }
  .question02 .choice {
    font-size: 1rem;
    margin-bottom: 20px;
    height: 50px; }
    .question02 .choice p {
      margin: 16px 0 0 16px; }
      .question02 .choice p a {
        color: #484949; }
  .question02 .border-box {
    height: 50px;
    border-right: 3px solid #484949;
    border-bottom: 3px solid #484949; }
  .question02 .icon {
    width: 60px;
    margin-left: 40px;
    margin-right: 0;
    margin-top: 55px; }

.question05 {
  padding: 60px 0;
  background: url(../images/bg02.svg) no-repeat;
  background-size: cover; }
  .question05 .circle {
    color: white;
    max-width: 60px;
    height: 60px;
    background: #484949;
    border-radius: 50%;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    padding: 10px 30px 0 21px; }
  .question05 .line-left {
    border: 2px solid #484949;
    width: 350px;
    height: 1px;
    margin-right: 80px;
    margin-top: 28px; }
  .question05 .line-right {
    border: 2px solid #484949;
    width: 350px;
    height: 1px;
    margin-left: 80px;
    margin-top: 28px; }
  .question05 .icon {
    width: 50px;
    margin-right: 40px;
    margin-top: 55px; }
  .question05 .title-box {
    width: 580px;
    margin-top: 50px;
    padding-top: 15px; }
    .question05 .title-box .question-title {
      max-width: 480px;
      color: #484949;
      font-size: 1.3rem;
      border-bottom: 3px solid #FFD007;
      padding-bottom: 5px; }
  .question05 .choice-row {
    margin-top: 50px; }
  .question05 .choice {
    font-size: 1rem;
    margin-bottom: 20px;
    height: 50px; }
    .question05 .choice p {
      margin: 16px 0 0 16px; }
      .question05 .choice p a {
        color: #484949; }
  .question05 .border-box {
    height: 50px;
    border-right: 3px solid #484949;
    border-bottom: 3px solid #484949; }
  .question05 .circle {
    color: white;
    max-width: 60px;
    height: 60px;
    background: #484949;
    border-radius: 50%;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    padding: 10px 25px 0 18px; }

.question03 {
  padding: 60px 0;
  background: url(../images/bg03.svg) no-repeat;
  background-size: cover; }
  .question03 .circle {
    color: white;
    max-width: 60px;
    height: 60px;
    background: #1B4FAA;
    border-radius: 50%;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    padding: 10px 25px 0 18px; }
  .question03 .line-left {
    border: 2px solid #1B4FAA;
    width: 350px;
    height: 1px;
    margin-right: 80px;
    margin-top: 28px; }
  .question03 .line-right {
    border: 2px solid #1B4FAA;
    width: 350px;
    height: 1px;
    margin-left: 80px;
    margin-top: 28px; }
  .question03 .icon {
    width: 100px;
    margin-right: 40px;
    margin-top: 50px; }
  .question03 .title-box {
    width: 580px;
    margin-top: 50px;
    padding-top: 15px; }
    .question03 .title-box .question-title {
      max-width: 300px;
      color: #1B4FAA;
      font-size: 1.3rem;
      border-bottom: 3px solid #FFD007;
      padding-bottom: 5px; }
  .question03 .choice-row {
    margin-top: 50px; }
  .question03 .choice {
    font-size: 1rem;
    margin-bottom: 20px;
    height: 50px; }
    .question03 .choice p {
      margin: 16px 0 0 16px; }
      .question03 .choice p a {
        color: #1B4FAA; }
  .question03 .border-box {
    height: 50px;
    border-right: 3px solid #1B4FAA;
    border-bottom: 3px solid #1B4FAA; }

.question06 {
  padding: 60px 0;
  background: url(../images/bg03.svg) no-repeat;
  background-size: cover; }
  .question06 .circle {
    color: white;
    max-width: 60px;
    height: 60px;
    background: #1B4FAA;
    border-radius: 50%;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    padding: 10px 25px 0 18px; }
  .question06 .line-left {
    border: 2px solid #1B4FAA;
    width: 350px;
    height: 1px;
    margin-right: 80px;
    margin-top: 28px; }
  .question06 .line-right {
    border: 2px solid #1B4FAA;
    width: 350px;
    height: 1px;
    margin-left: 80px;
    margin-top: 28px; }
  .question06 .icon {
    width: 60px;
    margin-right: 40px;
    margin-top: 50px; }
  .question06 .title-box {
    width: 580px;
    margin-top: 50px;
    padding-top: 15px; }
    .question06 .title-box .question-title {
      max-width: 460px;
      color: #1B4FAA;
      font-size: 1.3rem;
      border-bottom: 3px solid #FFD007;
      padding-bottom: 5px; }
  .question06 .choice-row {
    margin-top: 50px; }
  .question06 .choice {
    font-size: 1rem;
    margin-bottom: 20px;
    height: 50px; }
    .question06 .choice p {
      margin: 16px 0 0 16px; }
      .question06 .choice p a {
        color: #1B4FAA; }
  .question06 .border-box {
    height: 50px;
    border-right: 3px solid #1B4FAA;
    border-bottom: 3px solid #1B4FAA; }

.question07 {
  padding: 60px 0;
  background: url(../images/bg04.svg) no-repeat;
  background-size: cover; }
  .question07 .circle {
    color: white;
    max-width: 60px;
    height: 60px;
    background: #15571E;
    border-radius: 50%;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    padding: 10px 30px 0 21px; }
  .question07 .line-left {
    border: 2px solid #15571E;
    width: 350px;
    height: 1px;
    margin-right: 80px;
    margin-top: 28px; }
  .question07 .line-right {
    border: 2px solid #15571E;
    width: 350px;
    height: 1px;
    margin-left: 80px;
    margin-top: 28px; }
  .question07 .icon {
    width: 70px;
    margin-right: 40px;
    margin-top: 60px; }
  .question07 .title-box {
    width: 580px;
    margin-top: 50px;
    padding-top: 15px; }
    .question07 .title-box .question-title {
      max-width: 260px;
      color: #15571E;
      font-size: 1.3rem;
      border-bottom: 3px solid #FFD007;
      padding-bottom: 5px; }
  .question07 .choice-row {
    margin-top: 50px; }
  .question07 .choice {
    font-size: 1rem;
    margin-bottom: 20px;
    height: 50px; }
    .question07 .choice p {
      margin: 16px 0 0 16px; }
      .question07 .choice p a {
        color: #15571E; }
  .question07 .border-box {
    height: 50px;
    border-right: 3px solid #15571E;
    border-bottom: 3px solid #15571E; }

@media (max-width: 480px) {
  .question01, .question02, .question03, .question04, .question05, .question06, .question07 {
    padding: 30px 0; }
    .question01 .line-left, .question02 .line-left, .question03 .line-left, .question04 .line-left, .question05 .line-left, .question06 .line-left, .question07 .line-left {
      border-size: 1px;
      margin-right: 30px;
      margin-top: 25px; }
    .question01 .line-right, .question02 .line-right, .question03 .line-right, .question04 .line-right, .question05 .line-right, .question06 .line-right, .question07 .line-right {
      border-size: 1px;
      margin-left: 30px;
      margin-top: 25px; }
    .question01 .circle, .question02 .circle, .question03 .circle, .question04 .circle, .question05 .circle, .question06 .circle, .question07 .circle {
      font-size: 2rem;
      max-width: 50px;
      height: 50px;
      padding: 10px 25px 0 16px; }
    .question01 .icon, .question02 .icon, .question03 .icon, .question04 .icon, .question05 .icon, .question06 .icon, .question07 .icon {
      display: none; }
    .question01 .border-box, .question02 .border-box, .question03 .border-box, .question04 .border-box, .question05 .border-box, .question06 .border-box, .question07 .border-box {
      display: none; }
    .question01 .title-box, .question02 .title-box, .question03 .title-box, .question04 .title-box, .question05 .title-box, .question06 .title-box, .question07 .title-box {
      margin-top: 30px; }
      .question01 .title-box .question-title, .question02 .title-box .question-title, .question03 .title-box .question-title, .question04 .title-box .question-title, .question05 .title-box .question-title, .question06 .title-box .question-title, .question07 .title-box .question-title {
        font-size: 1.2rem;
        border-bottom: 0;
        line-height: 1.4rem;
        max-width: none; }
    .question01 .choice-row, .question02 .choice-row, .question03 .choice-row, .question04 .choice-row, .question05 .choice-row, .question06 .choice-row, .question07 .choice-row {
      margin-top: 30px; }
    .question01 .choice, .question02 .choice, .question03 .choice, .question04 .choice, .question05 .choice, .question06 .choice, .question07 .choice {
      font-size: .9rem; }
      .question01 .choice p, .question02 .choice p, .question03 .choice p, .question04 .choice p, .question05 .choice p, .question06 .choice p, .question07 .choice p {
        margin: 18px 0 0 16px; } }

@media (max-width: 320px) {
  .question01, .question02, .question03, .question04, .question05, .question06, .question07 {
    padding: 30px 0; }
    .question01 .line-left, .question02 .line-left, .question03 .line-left, .question04 .line-left, .question05 .line-left, .question06 .line-left, .question07 .line-left {
      border-size: 1px;
      margin-right: 30px;
      margin-top: 25px; }
    .question01 .line-right, .question02 .line-right, .question03 .line-right, .question04 .line-right, .question05 .line-right, .question06 .line-right, .question07 .line-right {
      border-size: 1px;
      margin-left: 30px;
      margin-top: 25px; }
    .question01 .circle, .question02 .circle, .question03 .circle, .question04 .circle, .question05 .circle, .question06 .circle, .question07 .circle {
      font-size: 2rem;
      max-width: 50px;
      height: 50px;
      padding: 10px 25px 0 16px; }
    .question01 .icon, .question02 .icon, .question03 .icon, .question04 .icon, .question05 .icon, .question06 .icon, .question07 .icon {
      display: none; }
    .question01 .border-box, .question02 .border-box, .question03 .border-box, .question04 .border-box, .question05 .border-box, .question06 .border-box, .question07 .border-box {
      display: none; }
    .question01 .title-box, .question02 .title-box, .question03 .title-box, .question04 .title-box, .question05 .title-box, .question06 .title-box, .question07 .title-box {
      margin-top: 30px; }
      .question01 .title-box .question-title, .question02 .title-box .question-title, .question03 .title-box .question-title, .question04 .title-box .question-title, .question05 .title-box .question-title, .question06 .title-box .question-title, .question07 .title-box .question-title {
        font-size: 1.2rem;
        border-bottom: 0;
        line-height: 1.4rem;
        max-width: none; }
    .question01 .choice-row, .question02 .choice-row, .question03 .choice-row, .question04 .choice-row, .question05 .choice-row, .question06 .choice-row, .question07 .choice-row {
      margin-top: 30px; }
    .question01 .choice, .question02 .choice, .question03 .choice, .question04 .choice, .question05 .choice, .question06 .choice, .question07 .choice {
      font-size: .9rem; }
      .question01 .choice p, .question02 .choice p, .question03 .choice p, .question04 .choice p, .question05 .choice p, .question06 .choice p, .question07 .choice p {
        margin: 18px 0 0 16px; } }
