.suq{
    max-width: 585px;
    padding: 0px;
    font-family: "r";
    border: 3px solid #F28E32;
    font-size: 16.5px;
    color: #303192;
    margin: auto;
    line-height: 1.2;
    background-size: 100% auto;
}
strong{
    font-weight: bold;
    font-family: "b";
}
img{
    border: none;
    max-width: 100%
}
ul{
    margin: 19px 0 17px 2px;
    padding: 0 0 0 0
}
li {
    list-style-type: none;
    padding-left: 13px;
    text-align: left;
    position: relative;
    font-size: 24px;
}

li {}
li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
    background: #303192;
}
a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
h1{
	font-size: 25px;
	margin: 0;
	font-weight: normal;
 
	line-height: 1.1;
}

h1 strong {
}
p{
    margin: 0px 0px 0px;
}

p.p1.m_br {
    font-size: 19px;
}

p.p1 strong {
}

strong.st1 {
    font-size: 20px;
}
.nd{
    padding: 10px 12px 6px;
}
h1 span{
    font-size: 25.3px;
}
h2{
    font-weight: normal;
    margin: 0 0 18px 0;
    font-size: 16.4px;
    line-height: normal;
} 
h3{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 17.4px;
    line-height: 1.3;
}

h3 strong {
    font-size: 18.9px;
} 
div{
    display: block;
}

.a img {
    position: absolute;
    right: 1px;
    top: -7px;
    width: 113px;
}

.a {
    position: relative;
    line-height: 1.5;
}

.f img {
    position: absolute;
    right: 3px;
    bottom: 2px;
    width: 85px;
}

.f {
    position: relative;
}
.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: 585px){
    .suq{
        width: 100%;
        text-align: center;
    }

    .f img {
        position: static;
    }

    .a img {
        position: static;
        margin: 0 0 10px;
    }
    .nd{
    padding: 15px;
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    a{
        display: inline-block;
    }
    .m_in{
        display: inline-block;
    }
}