.sp-wrapper{
    max-width: 960px;
    margin: 0 auto;
}
body{
    background-color: #fff;
}
p{
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
}
h1,h4{
    margin-bottom: 20px;
    font-size: 28px;
}
.sp-banner{
    margin-top: 60px;
}
.sp-banner p,.sp-section p{
   font-weight: 300;
   margin-bottom: 40px;
}
.sp-list p{
    margin-bottom: 10px;
}
.sp-section {
    margin-top: 70px;
}
.sp-section ul li{
    font-size: 16px;
    margin-top: 10px;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
}
.sp-section ul li:last-child{
    margin-bottom: 10px;
}
.sp-section ul li:before{
    content: '';
    background: url(../images/tickiconlist.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: 100%;
    display: inline-block;
    margin-right: 6px;
}