.faq-list {
  background-color: #fdf6e8;
  padding: 20px 26px;
  margin-top: 15px;
}

.faq-area{
  margin-top: 60px;
}

.q {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.q>dt {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  background-color:#2B3F72 ;
  margin-right: 10px;
  border-radius: 60px;
  padding: 0 10px;
}

.q-description {
  font-size: 13px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.07em;
  width: 76%;
}

.a-description {
  font-size: 13px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.07em;
}


.arrow-icon span {
  display: inline-block;
  vertical-align: middle;
  color:#2B3F72;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  right: 0;
  top: 40%;
}


.arrow-icon span.active{
  transform: translateY(25%) rotate(-45deg);
  transition: 0.5s;
}

dl {
  display: flex;
}

.a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.07em;
  display: flex;
  align-items: flex-start;
  border-top: #2B3F72 1px solid;
  display: none;
  padding-top: 20px;
  margin-top: 20px;
}

.a>dt {
  color: #2B3F72;
  font-size: 13px;
  font-weight: 500;
  background-color:#fff;
  margin-right: 10px;
  border-radius: 60px;
  border: #2B3F72 1px solid;
  padding: 0 10px;
}


.faq-list a{
  color: #D86F46;
  display: inline-block;
}
