@charset "utf-8";
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.section {
  margin: 0 0 45px;
}
.mvArea {
  margin: 0 0 40px;
}
.heading2 {
  font-weight: bold;
  font-size: 28px;
  border-bottom: 4px solid #71b43f;
  margin: 0 0 27px;
  padding: 0 0 7px;
}
.general_p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0 0 20px;
}
.li--detail {
  font-size: 16px;
  font-weight: 500;
}
.li--detail li {
  display: table;
  line-height: 2;
  table-layout: auto;
}
.li--detail li .pre {
  display: table-cell;
  padding: 0rem 0.5rem 0rem 0rem;
  white-space: nowrap;
  width: 1%;
  font-weight: bold;
}
.step {
  background: #f1f1f1;
  padding: 30px;
  font-weight: bold;
  font-size: 16px;
  justify-content: space-between;
  margin: 0 0 27px;
  line-height: 1.8;
  flex-wrap: wrap;
}
.step .number {
  width: 10%;
  font-size: 20px;
  color: #71b43f;
}
.step .text {
  width: 86%;
  padding: 4px 0 0;
}
.login_btn {
  display: block;
  background: #71b43f;
  color: #fff;
  border-radius: 100em;
  padding: 15px 0;
  font-size: 20px;
  width: 36%;
  text-align: center;
  position: relative;
  margin: 15px auto 0;
}
.goods_btn {
  font-size: 24px;
  font-weight: bold;
  background: #1f36a5;
  color: #fff;
  text-align: center;
  width: 50%;
  display: block;
  margin: 45px auto 0;
  padding: 16px;
  border-radius: 100em;
  position: relative;
}
.goods_btn::after, .login_btn::after {
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 869px) {
  .pcOnly {
    display: none;
  }
  .mvArea {
    margin: 0 0 7vw;
  }
  .heading2 {
    font-weight: bold !important;
    font-size: 5.2vw !important;
    border-bottom: 4px solid #71b43f !important;
    margin: 0 0 5vw !important;
    padding: 0 0 2vw !important;
    background: none !important;
  }
  .section {
    margin: 0 5vw 7vw;
  }
  .general_p {
    font-size: 3.73vw;
    font-weight: 500;
    line-height: 7vw;
    margin: 0 0 4vw;
  }
  .li--detail {
    font-size: 3.73vw;
    font-weight: 500;
  }
  .step {
    background: #f1f1f1;
    padding: 6vw;
    font-weight: bold;
    font-size: 4vw;
    justify-content: space-between;
    margin: 0 0 4vw;
    line-height: 7vw;
    flex-wrap: wrap;
  }
  .step .number {
    width: 23%;
    font-size: 5vw;
    color: #71b43f;
  }
  .step .text {
    width: 74%;
    padding: 0;
  }
  .login_btn {
    display: block;
    background: #71b43f;
    color: #fff;
    border-radius: 100em;
    padding: 4vw 0;
    font-size: 4.2vw;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 4vw auto 0;
  }
  .goods_btn {
    font-size: 5vw;
    font-weight: bold;
    background: #1f36a5;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    margin: 7vw auto 0;
    padding: 5vw;
    border-radius: 100em;
    position: relative;
  }
}
@media screen and (min-width: 868px) {
  img {
    -webkit-backface-visibility: hidden;
  }
  .spOnly {
    display: none;
  }
}