.title {
  line-height: 1.5em;
}

.quiz_lead {
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .quiz_lead {
    font-size: 13px;
  }
}

.quiz_img {
  margin-top: 40px;
}

.answer__input {
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .answer__input {
    margin-top: 30px;
  }
}

.answer__input input {
  border: transparent;
  background: #fff;
  padding: 20px 10px;
  width: calc(100% - 20px);
  text-align: center;
  font-size: 18px;
  font-family: var(--font-jp);
}

@media screen and (max-width: 900px) {
  .answer__input input {
    padding: 10px;
    font-size: 16px;
  }
}

.quiz_tips {
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .quiz_tips {
    margin-top: 30px;
  }
}

.answer__input-btn {
  position: relative;
  background: var(--color-main);
  color: #fff;
  width: 300px;
  padding: 15px 0;
  margin: 20px auto 0;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 900px) {
  .answer__input-btn {
    width: 100%;
    font-size: 14px;
    margin: 15px auto 0;
  }
}

.quiz_tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 900px) {
  .quiz_tips {
    display: block;
  }
}

.quiz_tips-btn {
  position: relative;
  background: var(--color-text-head);
  color: #fff;
  text-align: center;
  font-size: 15px;
  width: 200px;
  padding: 15px 0;
  cursor: pointer;
}

@media screen and (min-width: 901px) {
  .quiz_tips-btn {
    margin-left: 10px;
  }
  .quiz_tips-btn:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) {
  .quiz_tips-btn {
    font-size: 13px;
    padding: 10px 0;
    margin-top: 5px;
    width: 100%;
  }
  .quiz_tips-btn:first-child {
    margin-top: 0;
  }
}

.tips-img {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .tips-img {
    width: 100%;
  }
}

.result_true {
  text-align: center;
  font-size: 30px;
}

.result_true_text {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 900px) {
  .result_true_text {
    font-size: 15px;
    margin: 30px 0 0 0;
  }
}

.result_true_share {
  position: relative;
  background: var(--color-main);
  color: #fff;
  width: 300px;
  padding: 15px 0;
  margin: 40px auto 0;
  text-align: center;
  font-size: 18px;
}

.result_true_share a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .result_true_share {
    width: 100%;
    font-size: 14px;
    margin: 30px auto 0;
  }
}
/*# sourceMappingURL=quiz.css.map */