@charset "UTF-8";
@keyframes AnimeGrade {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.qa-list li {
  margin: 0.25em;
}
.qa-list li a {
  display: block;
  min-width: 120px;
  width: 100%;
  padding: 0.75em 1.25em;
  font-size: 1.325em;
  background: #fff;
  color: #4B71BF;
  border: 1px solid #bccae7;
  text-decoration: none;
  border-radius: 20px;
  text-align: center;
}
.qa-list li a.active, .qa-list li a:hover {
  background: #4B71BF;
  color: #fff;
  border-left: 6px solid #2FE6DA;
  border-right: 6px solid #2FE6DA;
}

.qa-content {
  padding: 5%;
  margin: 2em;
  background-color: #fff;
}
.qa-content h3 {
  font-size: 1.75em;
  font-weight: 700;
  color: #FFC17D;
  border-bottom: 1px dashed #E6E6E6;
  line-height: 1.25;
  letter-spacing: 1px;
  text-indent: -1.825em;
  padding-left: 1.825em;
  padding-bottom: 0.5em;
}
.qa-content p {
  font-size: 1.25em;
  line-height: 1.75;
  margin: 0.5em;
  margin-left: 2.5em;
  text-align: justify;
}
.qa-content ul, .qa-content ol {
  padding-left: 3em;
}
.qa-content ul li, .qa-content ol li {
  text-align: justify;
  padding-bottom: 5px;
}

/*視窗寬度576以上切換*/
@media screen and (min-width: 576px) {
  .qa-list {
    margin-right: 2em;
  }
  .qa-list li a {
    text-align: left;
  }
  .qa-content {
    margin: 0;
  }
}
