@media print, screen and (min-width: 769px) {
header.local {
	background: url(../img/service/local_header.png) top center no-repeat;
}
.lead {
	font-size:18px;
}
main h3:before {
	content:"\f078";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:4px;
	color:#fff000;
}
main h4 {
	font-size:18px;
	font-weight:bold;
	border-bottom:#eaeaea 1px solid;
	padding-bottom:4px;
	margin-bottom:12px;
}
.flow ul {
	display:flex;
	flex-wrap:wrap;
	width:825px;
	margin-right:-25px;
}
.flow ul li {
	width:250px;
	margin-right:25px;
	margin-bottom:25px;
}
.flow-title {
	text-align:center;
	border-bottom:#fff119 2px solid;
	padding-bottom:3px;
	margin-bottom:6px !important;
	font-size:16px;
}
.flow-title span {
	background:#fff119;
	font-size:13px;
	font-style:italic;
	padding:2px 6px;
	margin-right:0.5em;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
}
.check {
	margin-bottom:15px;
}
.check li {
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
}
.check li:before {
	content:"\f046";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:4px;
	color:#666;	
}
}