body#howtos #soft .howtos a {
  color: #009f3c;
}
.soft-header {
  height: 60px;
  font-size: 16px;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.soft-header .soft-name {
  display: inline-block;
  line-height: 60px;
}
.soft-header ul {
  padding: 0;
  margin: 0;
}
.soft-header ul li {
  float: left;
  list-style-type: none;
}
.soft-header ul li a {
  display: inline-block;
  text-decoration: none;
  line-height: 60px;
  color: #333333;
  margin: 0 21px;
}
.soft-header ul li a.btn-buy {
  display: inline;
  color: #ffffff;
  background-color: #ee761f;
  padding: 6px 28px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 28px;
}
.soft-header.sticky {
  position: fixed;
  z-index: 500;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
#soft-guide .guide-header {
  position: relative;
  height: 350px;
  text-align: center;
  color: white;
  background: url("../../../img/top_howtos.jpg") no-repeat center;
  background-size: cover;
  font-size: 40px;
  font-weight: bold;
}
#soft-guide .guide-header .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  #soft-guide .guide-header {
    font-size: 24px;
  }
}
#soft-guide .guide-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
#soft-guide .guide-wrapper .guide-menu .guide-title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}
#soft-guide .guide-wrapper .guide-menu .item-title {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #333333;
  cursor: pointer;
}
#soft-guide .guide-wrapper .guide-menu .item-title:hover {
  text-decoration: underline;
}
#soft-guide .guide-wrapper .guide-menu .item-title.is-active {
  color: #009f3c;
}
#soft-guide .guide-wrapper .guide-content h1 {
  font-weight: bold;
}
#soft-guide .guide-wrapper .guide-content p {
  font-size: 14px;
  line-height: 28px;
  padding-top: 10px;
}
#soft-guide .guide-wrapper .guide-content img {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
}
#soft-faq-item {
  padding-top: 40px;
  padding-bottom: 80px;
}
#soft-faq-item .sub-wrap h1 {
  padding-bottom: 30px;
  font-size: 22px;
}
#soft-faq-item .sub-wrap p {
  padding-top: 20px;
  font-size: 16px;
  line-height: 28px;
}
#soft-faq-item .sub-wrap ul {
  list-style-type: none;
  padding: 0;
}
#soft-faq-item .sub-wrap ul li {
  line-height: 28px;
}
#soft-faq-item .sub-wrap .ptb {
  margin-top: 100px;
}
