#page_help_faq .ec-layoutRole{
  background-color: #7e765f;
  padding: 120px 0 0;
}
#page_help_faq .ec-headerNaviRoleWrapper {
  background: linear-gradient(to bottom, #2a1d00 0%, rgba(42, 29, 0, 0) 100%);
}
.faqSection {
  margin-bottom: 80px;
  margin-top: 80px;
}
.faqSectionTitle {
  font-weight: 400;
  margin-bottom: 40px;
  color: #FFFFFF;
  font-size: 26px;
  letter-spacing: 0.2em;
}
.faqNoteBlue {
  color: #ffffff;
  font-weight: 700;
}
.faqNoteRed {
  color: #ff0000;
}
.faqContainer p {
  margin-bottom: 0;
}
.faqContainer .ec-borderedDefs dl {
  padding-bottom: 24px;
  border-bottom: 1px solid #dddbd5;
}
.faqContainer .ec-borderedDefs dl:last-child {
  border-bottom: none;
}
.questions_row{
  align-items: stretch;
}
.questions_row .btn:focus {
  box-shadow: none;
}
.questions_row .question_avt {
  /* flex: 1; */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 100%;
  color: #493e1e;
  line-height: 1;
  margin-right: 24px;
  font-family: "Forum", serif;
  flex-shrink: 0;
  font-size: 16px;
}
.questions_row .questions_row-txt {
  display: block;
  width: 100%;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 6px;
}
.questions_row .questions_row-arrow {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  margin: auto;
  flex-shrink: 0;
}
.questions_row.collapsed .questions_row-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background-color: #FFFFFF;
  transition: transform 0.4s ease-in;
}
.questions_row .questions_row-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width:100%;
  height: 1px;
  background-color: #FFFFFF;
}
.questions_row .questions_row-arrow:after {
  transform: translateX(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  transition: transform 0.4s ease-in;
}
.awnser_row .awnser_avt {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a79775;
  border-radius: 100%;
  color: #FFFFFF;
  line-height: 1;
  margin-right: 24px;
  font-family: "Forum", serif;
  font-size: 16px;
}
.awnser_row .awner_content{
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 7px;
}
.awnser_row .awner_content a{
  color: #FFFFFF;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #page_help_faq .ec-layoutRole{
    padding: 60px 0 0;
  }
  #page_help_faq .ec-headerNaviRoleWrapper {
    background: linear-gradient(to bottom, #2a1d00 0%, rgba(42, 29, 0, 0) 100%);
  }
  .faqSection {
    margin-bottom: 60px;
    margin-top: 48px;
  }
  .faqSectionTitle {
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .faqContainer .ec-borderedDefs dl {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .questions_row .question_avt {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    font-size: 14px;
  }
  .questions_row .questions_row-txt {
    font-size: 14px;
    margin-top: 4px;
  }
  .questions_row .questions_row-arrow {
    width: 14px;
    height: 14px;
  }
  .awnser_row .awnser_avt {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    font-size: 14px;
  }
  .awnser_row .awner_content{
    font-size: 12px;
    margin-top: 5px;
  }
  .awnser_row .awner_content a{
    color: #FFFFFF;
    text-decoration: underline;
  }
}