body {
  z-index: 1;
}

.rs-bg {
  background: #9933ff url(../img/top_cover.png) no-repeat center center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  display: inline-block;
  height: 100vh;
  width: 100%;
  background-size: cover;
}

.navi img {
  height: 80px;
}

@media (max-width: 575px) {
  .navi img {
    height: 50px;
  }
}

.card {
  background-color: rgba(255, 255, 255, 0.8);
}

.card .comment_text {
  background-color: white;
}

.rs-container {
  width: 100%;
  max-width: 720px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2rem;
}

.rs-result-header .title {
  font-size: 3em;
  text-align: center;
  line-height: 0.95em;
  font-weight: bold;
  color: #000000;
  text-shadow: 0.02em 0.02em 0.02em #7e8022;
  font-family: serif;
}

.rs-result {
  margin-top: -0.5rem;
  padding: 0rem 1rem;
  font-size: 1.5rem;
}

.rs-result .result_present {
  font-size: 1rem;
}

.rs-result .score {
  padding-left: 0.5rem;
}

.rs-result .rank {
  margin-bottom: 2rem;
}

.rs-result .rank img {
  width: 100%;
  max-width: 530px;
}

.rs-result .lookup {
  display: inline-block;
  font-weight: 600;
  font-size: 2.5rem;
  padding: 0 0.5rem;
}

.comment_wrapper {
  position: relative;
}

.comment_wrapper .comment_text {
  margin: 0 14rem 1rem 0.5rem;
  padding: 1rem;
  font-size: 1.2rem;
  min-height: 180px;
  text-align: left;
  z-index: 3;
}

@media (max-width: 575px) {
  .comment_wrapper .comment_text {
    margin: 0 9rem 1rem 0.3rem;
    padding: 1rem;
    font-size: 1rem;
  }
}

.comment_wrapper .comment_character {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.comment_wrapper .comment_character img {
  height: 25rem;
}

@media (max-width: 575px) {
  .comment_wrapper .comment_character img {
    height: 15rem;
  }
}

.rs-result_answer {
  font-size: 1.1rem;
}

@media (max-width: 575px) {
  .rs-result_answer {
    font-size: 0.9rem;
  }
}

.rs-result_answer .question-wrapper {
  background-color: #fdffe8;
  margin: 2rem 0.8rem 0rem 0.8rem;
  text-align: left;
}

.rs-result_answer .istrue {
  margin-bottom: 1rem;
  text-align: center;
}

.rs-result_answer .question {
  margin-bottom: 0.8rem;
  font-weight: 600;
  font-size: 1.2rem;
}

.rs-result_answer li {
  margin: 0.5rem 0.2rem;
}

.rs-result_answer span {
  display: inline-block;
  padding: 0.2rem 0.4rem;
  margin-right: 0.5rem;
  color: white;
}

.rs-result_answer span.true {
  background-color: blue;
}

.rs-result_answer span.false {
  background-color: red;
}

.rs-result_sns {
  margin: 3rem 0rem;
}

.rs-result_sns .result_sns_title {
  font-size: 2.5rem;
  text-align: center;
  line-height: 2em;
  font-weight: bold;
  color: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(#b65b00), color-stop(60%, #ff9f0f));
  background: linear-gradient(0deg, #b65b00 0% 60%, #ff9f0f 60% 100%);
  -webkit-background-clip: text;
}

@media (max-width: 575px) {
  .rs-result_sns .result_sns_title {
    font-size: 1.6rem;
  }
}

.rs-result_sns .result_sns_title img {
  width: 100%;
}

.rs-result_sns button {
  width: 80%;
  max-width: 180px;
}

@media (max-width: 575px) {
  .rs-result_sns button {
    font-size: 1rem;
  }
}

.rs-result_sns .result_present {
  margin: 2rem 0;
}

.rs-result_sns .result_present img {
  width: 100%;
  max-width: none;
}

.rs-result_sns img {
  max-width: 200px;
  width: 100%;
}

.rs-result_gm {
  margin: 4rem 0;
  font-size: 1rem;
}

.rs-result_gm .gm_title {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.rs-result_gm .gm_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rs-result_gm .gm_description p {
  text-align: left;
}

.rs-result_gm img {
  width: 100%;
}

.rs-result_karte {
  margin: 4rem 0;
  font-size: 1rem;
}

.rs-result_karte .karte_title {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.rs-result_karte .btn {
  width: 80%;
  margin-bottom: 1rem;
}

.rs-result_karte .karte_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rs-result_karte .karte_description p {
  text-align: left;
}

.rs-result_karte img {
  width: 100%;
}

.footer {
  background-color: black;
  color: white;
  margin-top: 8rem;
}

.footer .banner {
  padding: 40px 0;
}

.footer img {
  width: 80%;
  max-width: 320px;
}
/*# sourceMappingURL=custom.css.map */