#help {
  padding: 20px 0;
}
#help [class^="icon-"] {
  font-size: 20px;
  font-size: 2rem;
  padding-right: 6px;
  vertical-align: -2px;
}
#help .howto,
#help .qa {
  margin: 0 10px;
}
#help .howto ul,
#help .qa ul {
  display: block;
  padding-left: 20px;
}
#help .howto ul a,
#help .qa ul a {
  color: #915C4A;
}
#help .row {
  position: relative;
}
#help .col:after {
  content: "";
  width: 46%;
  height: 4px;
  background: #E0D6C7;
  position: absolute;
  left: 2%;
  bottom: -10px;
}
#help .col:last-child:after {
  right: 2%;
  left: auto;
}
#help .answer_area {
  padding: 20px 10px;
}
#help .answer_area h3 {
  font-size: 16px;
  font-size: 1.6rem;
}
#help .answer_area.type_howto h3:before {
  font-family: 'icon-animo';
  content: '\e902';
  font-size: 20px;
  font-size: 2rem;
  padding-right: 6px;
  vertical-align: -2px;
}
#help .answer_area.type_qa h3:before {
  font-family: 'icon-animo';
  content: '\e90f';
  font-size: 20px;
  font-size: 2rem;
  padding-right: 6px;
  vertical-align: -2px;
}
#howto {
  padding-bottom: 30px;
}
#howto .page_title_left::before {
  content: "\e90f";
  font-family: 'icon-animo';
  padding-right: 10px;
}
