.suq {
    max-width: 781px;
    padding: 0px;
    font-family: "Noto Sans", sans-serif;
    border: 1px solid #231f20;
    font-size: 14px;
    color: #231f20;
    margin: auto;
    line-height: 1.3;
}
strong {
    font-weight: bold;
}
img {
    border: none;
    max-width: 100%;
}
img.img1 {
    width: 470px;
}
img.img4 {
    margin: 2px 0 29px 0px;
    width: 91px;
}

img.img2 {
    margin: 6px 0 0 0px;
    width: 490px;
}

img.img3 {
    position: absolute;
    right: 26px;
    bottom: 2px;
    width: 257px;
}
ul {
    margin: 3px 0 21px 0;
    padding: 0 0 0 0;
}
li {
    list-style-type: none;
    padding-left: 15px;
    text-align: left;
    position: relative;
    background: url(5.png) no-repeat;
    background-size: 9px;
    background-position: 0px 6px;
    margin: 0 0 3px;
}
li:before {
    content: "";
    width: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
    background: #231f20;
}
a {
    color: inherit;
    text-decoration: none;
}
h1 {
    font-size: 20.6px;
    margin: 20px 0 0px;
    line-height: 1.3;
    font-weight: normal;
    text-align: left;
}

h1 strong {
    font-size: 22.7px;
}
p {
    margin: 0px 0px 14px;
}
.nd {
    padding: 22px 27px 21px;
}
h1 span {
    font-size: 14px;
}
h2 {
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: normal;
}
h3 {
    font-weight: normal;
    margin: 21px 0 0 0;
    font-size: 14.4px;
    line-height: normal;
}
div {
    display: block;
}

.r {
    float: right;
    width: 35.4%;
    padding: 0px 0 0;
}
.r p{
    margin: 0 0 30px;
}

.l {
    float: left;
    width: 61%;
}

.a {
    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: 781px) {
    .suq {
        width: 100%;
        max-width: 600px;
    }

    .a {
        text-align: center;
    }

    img.img3 {
        position: static;
    }

    .r {
        float: inherit;
        width: auto;
        margin-top: 11px;
    }

    .l {
        float: inherit;
        width: auto;
    }
    .nd {
        padding: 5%;
    }
    .m_br br {
        display: none;
    }
    li br {
        display: none;
    }
    a {
        display: inline-block;
    }
    .m_in {
        display: inline-block;
    }
}