
	@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: ''; }

		.sitemap { width: 100%; float: left; padding: 80px 0; text-align: center; }
		.sitemap ul { float: left; width: 30%; text-align: left; margin: 0 1.5% 40px; font-size: 16px; }
		.sitemap li { padding: 5px 0; }
		.sitemap li b {
display: block;
font-size: 24px;
    line-height: 25px;
    color: #000;
    font-weight: 800;
    margin: 0 0 20px;
padding: 0 0 0 10px;
border-left: solid 5px #0075C2;
	position: relative;
}
		.sitemap li b: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;
}
	
	}
	@media only screen and (max-width:768px) {
		.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: ''; }

		.sitemap { width: 100%; float: left; padding: 0 0 40px; text-align: left; }
		.sitemap li { padding: 5px 0; font-size: 16px; }
		.sitemap li b {
display: block;

font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 800;
    margin: 40px 0 20px;
padding: 0 0 0 10px;
border-left: solid 5px #0075C2;
	position: relative;
}
		.sitemap li b: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;
}

		
	}