	@media only screen and (min-width:769px) {
		.visual { background: #EDEDED; box-shadow: 0 0 5px rgba(0,0,0,0.2); width: 100%; float: left; }
		.visual .top { color: #0072BF; background: url("/imgs/top.png") right no-repeat; height: 200px; line-height: 200px; font-size: 32px; font-weight: bold; }
		
		.bread { background: #FFF; width: 100%; float: left; border-bottom: solid 1px #EDEFF1; text-align: right;}
		.bread li { font-size: 12px; float: left; line-height: 40px; }
		.bread li a { color: #646464; }
		.bread li:after { content: '>'; padding: 0 5px; }
		.bread li:last-child:after { content: ''; }


		.about { width: 100%; float: left; padding: 0 0 80px; }
		.about .wrap { text-align: left; }
		.about h2 { font-size: 32px; line-height: 40px; font-weight: 800; position: relative; margin: 40px 0; }
.about h2:before {
content: '';
    position: absolute;
    left: 90px;
    bottom: -15px;
    display: inline-block;
    width: 180px;
    height: 5px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #0075C2;
}
		.about .btn { margin: 40px 0 0;}
		.about .btn a {background: #003694;
    color: #FFF;
    display: inline-block;
    width: 400px;
    line-height: 60px;
    border-radius: 4px;
    font-weight: bold;
}


		.about h3 {
font-size: 24px;
    line-height: 25px;
    color: #000;
    font-weight: 800;
    margin: 80px 0 40px;
padding: 0 0 0 10px;
border-left: solid 5px #0075C2;
	position: relative;
	text-align: left;
}
		.about h3:before {
content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 100%;
    height: 5px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #EDEFF1;
}

		.about p img { width: 480px; float: right; margin: 0 0 40px 40px; }

		.about ul.news { border-top: solid 1px #EDEFF1; text-align: left; margin: 40px 0 0; }
		.about .news li { line-height: 25px; border-bottom: solid 1px #EDEFF1; margin: 0; padding: 20px; list-style: none; }
		.about .news li span { background: #0075C2; color: #FFF; width: 100px; text-align: center; display: inline-block; line-height: 25px; font-size: 14px; margin: 0 20px 0 0; }

	}
	@media only screen and (max-width:768px) {
		.wrap { text-align: center; }

		.wrap { padding: 0 10px; width: 100%; box-sizing: border-box; }
		
		.visual { background: #EDEDED; box-shadow: 0 0 5px rgba(0,0,0,0.2); width: 100%; float: left; }
		.visual .wrap { padding: 0; }
		.visual .top { color: #0072BF; background: url(/imgs/top.png) left no-repeat; height: 100px; font-size: 24px; line-height: 36px; font-weight: bold; background-size: cover; padding: 20px 10px; box-sizing: border-box; }
		
		.bread { background: #FFF; width: 100%; float: left; border-bottom: solid 1px #EDEFF1;}

		.bread li { font-size: 12px; float: left; line-height: 40px; }
		.bread li a { color: #3E2625; }
		.bread li:after { content: '>'; padding: 0 5px; }
		.bread li:last-child:after { content: ''; }

		.about { width: 100%; float: left; padding: 0 0 80px; }
		.about .wrap { text-align: left; }
		.about h2 { font-size: 24px; line-height: 30px; font-weight: 800; position: relative; margin: 20px 0 40px; }
.about h2:before {
content: '';
    position: absolute;
    left: 90px;
    bottom: -15px;
    display: inline-block;
    width: 180px;
    height: 5px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #0075C2;
}
		.about h3 {
font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 800;
    margin: 80px 0 40px;
padding: 0 0 0 10px;
border-left: solid 5px #0075C2;
	position: relative;
	text-align: left;
}
		.about h3:before {
content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 100%;
    height: 5px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #EDEFF1;
}
.about p img {
    width: 150px;
    float: right;
    margin: 0 0 10px 10px;
}
		.about .btn { margin: 40px 0 0;}
		.about .btn a {background: #003694;
    color: #FFF;
    display: inline-block;
    width: 90%;
    line-height: 60px;
    border-radius: 4px;
    font-weight: bold;
}
		.about ul.news { border-top: solid 1px #EDEFF1; text-align: left; margin: 40px 0 0; }
		.about .news li { line-height: 25px; border-bottom: solid 1px #EDEFF1; margin: 0; padding: 10px; list-style: none; }
		.about .news li span { background: #0075C2; color: #FFF; width: 100px; text-align: center; display: block; line-height: 25px; font-size: 14px; margin: 0 20px 0 0; }

}