.suq{
    max-width: 464px;
    padding: 0px;
    font-family: "l";
    border: 2px solid #231f20;
    font-size: 14px;
    color: #231f20;
    margin: auto;
    line-height: 1.4;
}
strong{
    font-weight: normal;
    font-family: "b";
}
.a {
    text-align: center;
}
img{
    border: none;
    max-width: 100%
}
ul{
    margin: 0px 0 14px 0;
    padding: 0 0 0 0
}
li {
    list-style-type: none;
    padding-left: 10px;
    text-align: left;
    position: relative;
}
li:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
    background: #231f20;
}
ol {
    counter-reset: line-counter;
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}
ol li {
    counter-increment: line-counter;
    padding-left: 13px;
}
ol li:before {
    content: counter(line-counter) ". ";
    font-weight: normal;
    color: #231f20;
    background: none;
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 0;
}
.l{
    float: left;
    width: 48%;
}
.r{
    float: right;
    width: 48%;
}
a {
    color: inherit;
    text-decoration: none; 
}
h1{
	font-size: 17px;
	margin: 1px 0 15px;
	line-height: normal;
	font-weight: normal;
}
h1 strong {
}
h1 span{
    font-size: 47px;
}
p{
    margin: 0px 0px 0px;
}
.nd{
    padding: 13px 14px 14px;
}
h2{
    font-weight: normal;
    margin: 19px 0 0 0;
    font-size: 15px;
    line-height: normal;
} 
h3{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 20px;
    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: 648px){
    .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: auto;
    }
    .r {
        float: none;
        width: auto;
    }
}