@charset "UTF-8";
body{
  background: #fff;
}
.kv{
  margin-bottom: 84px;
}
.kv,.kv img{
  width: 100%;
}
.introduce .marginAuto , .describe .marginAuto{
  max-width: 1070px;
  margin: 0 auto;
}
.introduce h1{
  text-align: center;
  font-size: 34px;
  color: #cb1b31;
  font-weight: bold;
  margin-bottom: 98px;
}
.introduce h2,.describe h2{
  font-size: 30px;
  color: #010101;
  font-weight: bold;
  margin-bottom: 40px;
}
.introduce p,.describe p{
  font-size: 18px;
  color: #2e3131;
  margin-bottom: 92px;
}
.introduce p:last-child{
  margin-bottom: 0;
}
.describe{
  background: url(../images/bg.jpg) no-repeat center top #eaeaea;
  padding-top: 280px;
}
.describe p{
  margin-bottom: 34px;
}
.describe ul{
  margin-bottom: 90px;
}
.describe ul li{
  font-size: 18px;
  color: #343434;
  font-weight: bold;
  position: relative;
  padding-left: 17px;
  line-height: 35px;
}
.describe ul li::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 11px;
  height: 11px;
  background: #cb1b31;
  transform: translate(-50%,-50%);
  border-radius: 50%;
}
.describe h3{
  text-align: center;
  font-size: 14px;
  
  padding-bottom: 15px;
}
.describe h3 a{
  color: #343434;
}
@media screen and (max-width: 750px) {
  .kv{
    margin-bottom: 20px;
  }
  .introduce .marginAuto, .describe .marginAuto{
    padding: 0 12px;
  }
  .introduce h1{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .introduce h2, .describe h2{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .introduce p, .describe p{
    font-size: 14px;
    margin-bottom: 30px;
  }
  .describe{
    padding-top: 150px;
    background: url(../images/m-bg.jpg) no-repeat center top #eaeaea;
    background-size: 100% auto;
  }
  .describe ul{
    margin-bottom: 10px;
  }
  .describe ul li{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    padding-left: 9px;
  }
  .describe ul li::after{
    width: 8px;
    height: 8px;
  }
}