.suq{
    max-width: 565px;
    padding: 9px 0 0;
    border: 3px solid #231f20;
    font-size: 17px;
    color: #231f20;
    margin: auto;
    line-height: 1.4;
    font-family: "r";
    background-size: 100% auto;
}
strong{
    font-weight: bold;
    font-family: "b";
}
img{
    border: none;
    max-width: 100%
}
ul{
    margin: -9px 0 10px 0;
    padding: 0 0 0 0
}
li {
    list-style-type: none;
    padding-left: 12px;
    text-align: left;
    position: relative;
    padding-bottom: 0;
}
li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: -1px;
    top: 8px;
    background: #231f20;
}
a {
    color: inherit;
    text-decoration: none; 
}
h1{
	font-size: 17.8px;
	margin: 6px 0 9px;
	line-height: 1.2;
	font-weight: normal;
	text-align: left;
	color: #203173;
}
p{
    margin: 0px 0px 7px;
}
.nd{
    padding: 3px 19px 4px 23px;
}
h1 span{
    font-size: 31.7px;
    font-weight: bold;
}
h2{
    font-weight: normal;
    margin: 0 0 14px 0;
    font-size: 17.9px;
    line-height: 1.2;
    padding: 0px 0;
    color: #203173;
} 
h3{
    font-weight: normal;
    margin: 0 0 11px 0;
    font-size: 17px;
    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
}
h1 strong {
    font-weight: bold;
}
.l {
    width: 44%;
    float: left;
}
.r {
    width: 51%;
    float: right;
}
.x.clearfix {
    margin: 0;
}
.f {
    padding: 8px 0 0 178px;
    position: relative;
    line-height: 1.3;
    font-size: 17.2px;
    border-top: 8px solid #f5ec0a;
}
img.img1 {
    position: absolute;
    left: 14px;
    bottom: 16px;
    width: 155px;
}
img.img2 {
    position: absolute;
    right: 13px;
    width: 90px;
    top: 8px;
}
.f1 {
    position: relative;
    padding: 0 116px 3px 0;
    font-size: 16.2px;
    line-height: 1.2;
    text-align: justify;
}
p.f2 {
    padding: 4px 10px;
    text-align: left;
    background: #f5ec0a;
    margin: 5px 0 0 -9px;
    font-size: 18px;
}
 h4 {
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 23px;
}
.x {
    margin: 0 0 0;
    padding: 2px 21px 2px;
    word-spacing: 3.8px;
    font-size: 17.5px;
    background: #f5ec0a;
}

.x1 {
    margin: 6px -19px 0 -23px;
    padding: 3px 12px 4px 22px;
    font-size: 17px;
    background: #f0e82a;
}
p.p1 {
    font-size: 23.7px;
    margin: 0 0 12px;
}


@media screen and (max-width: 565px){
    .suq{
        width: 100%;
    }
    .nd{
    padding: 15px;
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    a{
        display: inline-block;
    }
    .m_in{
        display: inline-block;
    }
	h1 strong {
	font-size: 19px;
	display: block;
	}
	.l {
	    width: auto;
	    float: none;
	}
	.r {
	    width: auto;
	    float: none;
	}
	.x.clearfix {
	    margin: 0;
	}
	.f {
	    position: relative;
	    line-height: 1.3;
	    padding: 12px 15px 0;
	    text-align: left;
	}
	img.img1 {
	    position: static;
	    display: block;
	    width: 159px;
	}
	img.img2 {
		margin: 3px 0 10px;
		top: inherit;
		bottom: -144px;
	}
	.f1 {
	    position: relative;
	    padding: 0 0 20px 0;
	    text-align: center;
	}
	p.f2 {
	    margin: 9px -15px 0;
	    text-align: center;
	}
	.f p {
	    text-align: center;
	}
    .x {
    margin: 0 0 0;
    text-align: center;
}

.x1 {
    margin: 14px 0 11px;
    text-align: center;
}
p.p1 {
    font-size: 27px;
}
} 