.faq .q{
  display: flex;
  align-items: center;  
  padding: 5px 15px;
  font-size: 1.6rem;
}
.faq .q span.ttl{
  display: flex;
  justify-content: center;
  align-items: center;  
  margin-right: 10px;
  background: #6a3907;
  border-radius: 50px;
  color: #fff;
  width: 50px;
  height: 50px;

}
.faq .q .text{
  flex: 1;
}

.faq .a{
  display: flex;
  padding: 5px 15px;
  font-size: 1.6rem;
  margin-bottom: 80px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 80px;
}
.faq .a span{
  justify-content: center;
  align-items: center;
  display: flex;  
  margin-right: 10px;
  border-radius: 50px;  
  border: 1px solid #6a3907;
  color: #6a3907;
  width: 50px;
  height: 50px;
}
.faq .a .text{
  flex: 1;
}


  @media screen and (max-width: 800px){
    .faq .q{

    }
  }