.suq{
    max-width: 567px;
    padding: 0px;
    font-family: "Roboto Condensed", sans-serif;
    border: 2px solid #013758;
    font-size: 16px;
    color: #231f20;
    margin: auto;
    line-height: 1.1;
}
strong{
    font-weight: bold;
}
img{
    border: none;
    max-width: 100%
}
.a {
    text-align: center;
    margin: 8px 0 0px;
    padding: 7px 8px 7px;
    background: #013758;
    border-radius: 14px;
    color: #fff;
}
li.li1 {
    color: #013758;
    font-weight: 500;
}
ul{
    margin: 0px 207px 0px 0;
    padding: 0 0 0 0
}
li {
    list-style-type: none;
    padding-left: 12px;
    text-align: left;
    position: relative;
    margin-bottom: 1px;
}
li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 6px;
    background: #231f20;
}
img.img2 {
    width: 272px;
}
a {
    color: inherit;
    text-decoration: none;
    font-size: 17.5px;
}
.b {
    border: 5px solid #013758;
    border-radius: 14px;
    padding: 6px 13px 3px 8px;
    margin: 15px 0 0 -149px;
    text-align: left;
    position: relative;
    background: #fff;
}
h1{
	font-size: 16.6px;
	margin: 1px 0 0px;
	line-height: 1.1;
	font-weight: normal;
}
p{
    margin: 0px 0px 0;
}
p.p1 {
    letter-spacing: -0.1px;
    margin-bottom: 4px;
    line-height: 1.1;
}
.nd{
    padding: 0 0 0;
}
strong.k {
    font-size: 28px;
}
.b1 {
    background: #013758;
    color: #fff;
    position: absolute;
    right: -5px;
    bottom: -4px;
    width: 48.4%;
    border-radius: 14px;
    padding: 7px 3px 7px 10px;
    font-size: 16.5px;
    line-height: 1;
}
h1 strong{
    font-size: 32px;
    font-weight: 900;
    font-family: "Mulish", sans-serif;
}
h2{
    font-weight: 500;
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 1.3;
} 
h3{
    font-weight: normal;
    margin: 6px 0 0 0;
    font-size: 16px;
    line-height: normal;
} 
.l {
    float: left;
    width: 43.2%;
}
.r {
    float: right;
    width: 56.8%;
    text-align: center;
    padding: 7px 0 0;
}
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{
    width: 100%;
    display: block;
}
body{
    margin: 8px 0px;
    background: #fff
}




@media screen and (max-width: 567px){
    .suq{
        width: 100%;
    }
    .nd{
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    a{
        display: inline-block;
    }
    .m_in{
        display: inline-block;
    }
    .l {
        float: none;
        width: 100%;
    }
    .r {
        float: none;
        width: 100%;
    }
    .b {
        margin-left: 0;
    }
    ul {
        margin: 0;
    }
    .b1 {
        position: static;
        width: auto;
        margin: 5px 0 0;
        text-align: center;
    }
}