.suq{
    max-width: 851px;
    padding: 0px;
    font-family: "r";
    border: 1px solid #231f20;
    font-size: 14px;
    color: #6F6F6E;
    margin: auto;
    line-height: 1.4;
    text-align: justify;
}
strong{
    font-weight: bold;
    font-family: "b";
}
img{
    border: none;
    max-width: 100%
}
ul{
    margin: 0px 0 17px 0;
    padding: 0 0 0 0
}
li {
    list-style-type: none;
    padding-left: 14px;
    position: relative;
}
li:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 5px;
    background: url(2.png) no-repeat;
    background-size: 7px;
}
a {
    color: inherit;
    text-decoration: none; 
}
h1{
    font-size: 33px;
    margin: 4px 0 7px;
    line-height: 1.1;
    font-weight: normal;
    background-image: linear-gradient(to right, #00859F, #3EAE89, #B7D15E);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
p{
    margin: 0px 0px 0px;
}
.b {
    position: relative;
    text-align: right;
    margin: 5px 0 0;
}
img.img3 {
    width: 311px;
}
.b p {
    position: absolute;
    bottom: 9px;
    left: 0;
}
.nd{
    padding: 21px 68px 11px;
}
h1 span{
    font-size: 48px;
}
h2{
    font-weight: normal;
    margin: 17px 0 0 0;
    font-size: 15px;
    line-height: normal;
} 
h3{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: normal;
} 
div{
    display: block;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.img-responsive{
    max-width: 100%;
    display: block;
}
body{
    margin: 8px 0px;
    background: #fff
}




@media screen and (max-width: 851px){
    .suq{
        width: 100%;
        text-align: left;
    }
    .nd{
        padding: 5%
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    a{
        display: inline-block;
    }
    .m_in{
        display: inline-block;
    }
    .b {
        text-align: center;
    }
    .b p {
        position: static;
        margin: 20px 0;
    }
}