/* line 7, sass/page-howto.scss */
.howto a.more {
  margin: 40px auto 0;
  display: block;
  color: #FFF;
}

/* line 12, sass/page-howto.scss */
.howto a.more:hover {
  color: #000;
}

/* line 17, sass/page-howto.scss */
.howto h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 0;
}

/* line 23, sass/page-howto.scss */
.howto .arrow-down {
  display: inline-block;
  width: 26px;
  height: 26px;
}

/* line 31, sass/page-howto.scss */
.howto-part1 > h2 {
  background-color: #FFF;
  border-left: 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

/* line 43, sass/page-howto.scss */
.howto-part2 > h2 {
  font-size: 24px;
  margin-bottom: 4%;
  text-align: center;
  background-color: #FFF;
  border-left: 0;
  margin-top: 0;
  padding: 0;
}

/* line 52, sass/page-howto.scss */
.howto-part2 > h2 > span {
  color: #000;
}

/* line 59, sass/page-howto.scss */
.howto-part3-1 a {
  background: #efefef;
  color: #222;
  transition: 0.2s;
  width: 100px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  margin-left: .5em;
}

/* line 69, sass/page-howto.scss */
.howto-part3-1 a:hover {
  background: #d8d6d6;
  text-decoration: none;
}

/* line 76, sass/page-howto.scss */
.el_howto_company_info > li {
  margin-bottom: 2px;
}
