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

		.main { width: 100%; float: left; padding: 40px 0 80px; text-align: left; }
		.main .fl { width: 900px; }
		.main h2 {
font-size: 32px;
    line-height: 40px;
    color: #000;
    font-weight: 800;
    margin: 0 0 40px;
	position: relative;
}
		.main 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;
}
		.main 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;
}
		.main 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;
}
		.main p {
    margin: 0 0 40px;
}

		.main .point {
			font-size: 20px;
			font-weight: 800;
			padding: 20px;
			text-align: center;
			color: #003694;
			border: solid 2px #003694;
}
		.main .image { text-align: center; }

		.main p img { float: right; margin: 0 0 40px 40px; }
		.main ul { margin: 0 0 40px;  }
		.main ul li { list-style: disc; margin: 0 0 0 2em; }

		.main ul.flow { display: flex; flex-wrap: wrap; }
		.main ul.flow li { position: relative; display: flex; justify-content: center; align-items: center;width: 180px; height: 90px; background: linear-gradient(to bottom, #FFF, #EDEFF1); border: solid 2px #003694; border-radius: 10px; font-size: 20px; font-weight: bold; text-align: center; line-height: 30px; margin: 0 40px 20px 0; }

		.main ul.flow li:after { content: ""; position: absolute; right: -30px; z-index: 5; border-top: 20px solid transparent; border-bottom: 20px solid transparent; border-left: 20px solid #0075C2; }
		.main ul.flow li:last-child:after { content: none; }

		.main figure { text-align: center; margin: 40px 0; }
		.main h4 { font-size: 24px; font-weight: bold; text-align: center; }
		.main h5 { font-size: 16px; font-weight: bold; text-align: center; }

		.main ul.news { border-top: solid 1px #EDEFF1; text-align: left; margin: 40px 0 0; }
		.main .news li { line-height: 25px; border-bottom: solid 1px #EDEFF1; margin: 0; padding: 20px; list-style: none; }
		.main .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; }


		.sub { width: 250px;}
		.sub h4 { background: #003694; border-bottom: solid 5px #0075C2; line-height: 55px; color: #FFF; font-weight: bold; padding: 0 0 0 15px; font-size: 16px; text-align: left; }
		.sub li { list-style: none !important; margin: 0 !important; }
		.sub li a { display: block; background: #EDEFF1; border-bottom: solid 1px #FFF; font-size: 14px; line-height: 15px; color: #000; padding: 15px; }


		.service { width: 100%; float: left; padding: 0 0 80px; text-align: center; background: #EDEFF1; }
		.service h3 { color: #003593; font-size: 36px; margin: 80px 0 0;}
		.service h3 span { color: #7F7F7F; font-size: 16px; display: block;}
		.service ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
		.service li { margin: 40px 20px 0; text-align: left; width: 480px; height: 200px; background: #FFF; padding: 0 20px; box-sizing: border-box; }
		.service li a { display: block; color: #000; line-height: 25px; position: relative; }
		.service li a h4 {
font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 800;
    margin: 20px 0;
	position: relative;
}
		.service li a h4:before {
content: '';
    position: absolute;
    left: 20px;
    bottom: -15px;
    display: inline-block;
    width: 40px;
    height: 5px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #0075C2;
}
		.service li a img {
position: absolute;
    right: 0;
    top: 0;
}

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

		.main { width: 100%; float: left; padding: 20px 0 40px; text-align: left; }

		.main h2 {
font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 800;
    margin: 0 0 40px;
	position: relative;
}
		.main 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;
}
		.main 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;
}
		.main 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;
}
		.main p {
    margin: 0 0 40px;
}
		.main .point {
			font-size: 16px;
			font-weight: 800;
			padding: 10px;
			text-align: center;
			color: #003694;
			border: solid 2px #003694;
}
		.main .image { text-align: center; }


		.main p img { width: 150px; float: right; margin: 0 0 10px 10px; }
		.main ul { margin: 0 0 40px;  }
		.main ul li { list-style: disc; margin: 0 0 0 2em; }

		.main ul.flow { display: block; }
		.main ul.flow li { position: relative; background: linear-gradient(to bottom, #FFF, #EDEFF1); border: solid 2px #003694; border-radius: 5px; font-size: 16px; font-weight: bold; text-align: center; line-height: 25px; margin: 0 0 40px 0; padding: 5px 0; }

		.main ul.flow li:after { content: ""; position: absolute; bottom: -30px; left: 50%; margin-left: -20px; z-index: 5; border-top: 20px solid #0075C2; border-right: 20px solid transparent; border-left: 20px solid transparent; }
		.main ul.flow li:last-child:after { content: none; }

		.main figure { text-align: center; margin: 40px 0; }
		.main h4 { font-size: 24px; font-weight: bold; text-align: center; }
		.main h5 { font-size: 16px; font-weight: bold; text-align: center; }

		.main ul.news { border-top: solid 1px #EDEFF1; text-align: left; margin: 40px 0 0; }
		.main .news li { line-height: 25px; border-bottom: solid 1px #EDEFF1; margin: 0; padding: 10px; list-style: none; }
		.main .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; }


		.sub { display: none; }
		
		.service { width: 100%; float: left; padding: 0 0 40px; text-align: center; background: #EDEFF1; }
		.service h3 { color: #003593; font-size: 24px; margin: 40px 0 0;}
		.service h3 span { color: #7F7F7F; font-size: 16px; display: block;}
		.service ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
		.service li { margin: 20px 0 0; text-align: left; width: 100%; background: #FFF; padding: 10px; box-sizing: border-box; }
		.service li a { display: block; color: #000; line-height: 20px; position: relative; }
		.service li a h4 {
font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 800;
    margin: 0 0 20px;
	position: relative;
}
		.service li a h4:before {
content: '';
    position: absolute;
    left: 20px;
    bottom: -15px;
    display: inline-block;
    width: 40px;
    height: 5px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #0075C2;
}
		.service li a img {
width: 60px;
position: absolute;
    right: 0;
    top: 0;
}

	}