@charset "UTF-8";
.cont-area {
  background: url(https://assets.pandabus.com/assets/user/image/panda.png) no-repeat top left 1300px;
  padding-top: 25px;
}

.memtnc__wrap {
width: 1000px;
  margin: 0 auto;
}
.memtnc__title {
  margin: 0 0 25px 0;
  font-weight: 500;
  font-size: 26px;
  text-align: left;
}
.memtnc__lead {
  margin: 0 0 30px 0;
  text-align: left;
  font-size: 16px;
}
.memtnc-art {
  margin: 0 0 30px 0;
}
.memtnc-art__title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

.memtnc-art__title::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(-90deg, #FEA100,#FF7600,#FF3200);
}
.memtnc-art__txt p + p {
  margin-top: 5px;
}
.memtnc-art__txt ul {
    margin-bottom: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: li_count;
}
.memtnc-art__txt p + ul {
  margin-top: 5px;
}
.memtnc-art__txt li {
    position: relative;
    padding-left: 30px;
}
.memtnc-art__txt li:before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: li_count;
    content: counter(li_count)"）";
}
@media(max-width:970px){
  .memtnc__wrap {
    width: 100%;
  }
}

@media(max-width:800px){
  .cont-area {
    padding: 10px 0 0 0;
  }
  .memtnc__wrap {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .memtnc__title {
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 20px;
  }
  .memtnc__lead {
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 14px;
  }
  .memtnc-art__title {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    position: relative;
    text-align: left;
  }
  .memtnc-art__title::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(-90deg, #FEA100,#FF7600,#FF3200);
  }

  .memtnc-art__txt p {
    font-size: 14px;
  }

}


