.suq{
    max-width: 697px;
    padding: 0px;
    font-family: "Source Sans 3", sans-serif;
    border: 1px solid #231f20;
    font-size: 16px;
    color: #282021;
    margin: auto;
    line-height: 1.4;
}
strong{
    font-weight: bold;
}
strong.k {
    position: absolute;
    left: 0;
    color: #5088C6;
}
img{
    border: none;
    max-width: 100%
}
img.img2 {
    position: absolute;
    right: 42px;
    bottom: 21px;
    width: 112px;
}
img.img3 {
    width: 14px;
}
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: 5px;
    height: 1px;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 10px;
    background: #231f20;
}
a {
    color: #5088C6;
    text-decoration: none;
}
h1{
	font-size: 35px;
	margin: -77px 0 2px;
	line-height: 1.1;
	font-weight: normal;
}
p{
    margin: 0px 0px 8px;
}
.b p {
    position: relative;
    padding: 0 0 0 137px;
}
.nd{
    padding: 0px 40px 14px;
    position: relative;
}
h1 span{
    font-size: 14px
}
h2{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 27px;
    line-height: normal;
} 
h3{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: normal;
    color: #FEC235;
} 
.b {
    margin: 10px 0 19px;
}
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: 697px){
    .suq{
        width: 100%;
    }
    .nd{
        padding: 0 5% 5%;
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    a{
        display: inline-block;
    }
    .m_in{
        display: inline-block;
    }
    h1 {
        margin-top: 0;
        font-size: 32px;
    }
    .b p {
        padding: 0;
    }
    strong.k {
        position: static;
    }
    img.img2 {
        position: static;
    }
}