#contents.archive-faq > h1 {
  padding: 1em;
  margin-bottom: 1.5em;
  border-bottom: solid 1px;
}
#contents.archive-faq article .faq-title::before {
  display: none;
}
#contents.archive-faq article .faq-content {
  margin: 30px 12px 60px;
}

#contents.archive-faq article .faq-question a::before {
  content: 'Q';
  display: inline-block;
  padding: 0.5em;
  color: #20527d;
  line-height: 1;
  font-weight: bold;
}
#contents.archive-faq article .faq-question a {
  border-bottom: 1px #ccc dotted;
  padding: 5px;
  display: block;
}

#contents.archive-faq article .faq-question:last-child a {
  border-bottom: none;
}

#contents.single-faq > h1 {
  padding: 1em;
  margin-bottom: 1.5em;
  border-bottom: solid 1px;
}
#contents.single-faq article .faq-question::before {
  content: 'Q';
  display: inline-block;
  font-weight: bold;
  padding: 0.5em;
  padding-bottom: calc(0.5em - 2px);
  color: #fff;
  background-color: #3470a3;
  line-height: 1;
  border-radius: 12px;
  margin-right: 8px;
}
#contents.single-faq article .faq-answer::before {
  content: 'A';
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  padding: calc(0.5em - 2px) 0.5em;
  color: #20527d;
  background-color: #c0d0da;
  line-height: 1;
  border-radius: 12px;
  position: absolute;
  left: 2px;
  top: -4px;
}

#contents.single-faq article .faq-content {
  margin: 30px 12px 60px;
}
#contents.single-faq article .faq-answer {
  position: relative;
  padding-left: 44px;
}
#contents.single-faq article .faq-answer > div {
  border-left: 1px dotted #ccc;
  padding-left: 1em;
  margin-left: 0.5em;
}
#contents.single-faq article .faq-answer p {
  margin-left: 0 !important;
}
#contents.single-faq article .faq-answer p:last-child {
  margin-bottom: 0 !important;
}

.faq-popular-keyword {
  margin: 20px 0;
  font-size: 1.5rem;
}

.faq-popular-keyword-title {
  color: #03265e;
  font-weight: bold;
  line-height: 2;
}
.faq-popular-keyword-items {
  display: flex;
  gap: 0.75em;
  background-color: #f3f3f3;
  padding: 1em;
  border-radius: 5px;
}
.faq-popular-keyword-item a {
  padding: 0.5em;
  display: inline-block;
  color: #20527d;
}

.faq-form {
  margin: 20px 0;
  font-size: 1.5rem;
}
.faq-form-title {
  color: #03265e;
  font-weight: bold;
  line-height: 2;
}

.faq-form-content {
  display: flex;
  gap: 0.75em;
  background-color: #f3f3f3;
  padding: 2em;
  border-radius: 5px;
}
.faq-form-form {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.faq-form-input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: solid 2px #666;
  border-right: none;
  padding: 0.75em;
  border-radius: 8px 0 0 8px;
  flex-basis: 70%;
}
.faq-form-btn {
  cursor: pointer;
  display: block;
  border: none;
  color: #fff;
  background: #062659;
  padding: 0.75em;
  border-radius: 0 8px 8px 0;
  font-size: 1.5rem;
  flex-basis: 30%;
}

.faq-category {
  margin: 30px 12px 60px;
}

.faq-category-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-wrap: wrap;
  gap: 20px;
}

.faq-category-item {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  background-color: #f3f3f3;
  text-align: center;
}

.faq-category-item a {
  padding: 1em;
  border-radius: 8px;
  width: 100%;
}

.faq-link {
  margin: 30px 12px 60px;
}

.faq-link-title {
  color: #09295c;
  border-bottom: solid 1px;
  margin-bottom: 0.5em;
}

.faq-link-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-link-item a {
  background: #eee;
  display: inline-block;
  padding: 0.5em 0.75em;
  border-radius: 8px;
}
