body {
  font-family: Roboto-Regular, Arial, Arial-Regular !important;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  width: 100%;
  font-size: 4.26666667vw;
}
.help_banner {
  width: 100%;
  height: 42.66666667vw;
  background-color: #383c3e;
  display: flex;
  align-items: center;
}
.help_banner img {
  width: 29.33333333vw;
  margin: 6.13333333vw 0 5.33333333vw 4vw;
}
.help_banner span {
  font-size: 8.53333333vw;
  color: #fff;
  font-weight: bold;
  margin-left: 4.8vw;
}
.help_list {
  padding: 4vw 0;
}
.help_list li {
  width: 100%;
  box-sizing: border-box;
  font-size: 4.26666667vw;
  padding: 4vw;
  color: #383c3e;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.help_list li div {
  flex: 1;
  font-weight: 400;
}
.help_list li img {
  width: 4vw;
  height: 3.33333333vw;
}
.help_list li:active {
  background: #fbfbfc;
  -webkit-tap-highlight-color: transparent;
}
