	@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: 40px 0;
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 .flow { display: flex; }
		.main .flow li { width: 225px; margin: 0; }
		.main .flow li p { padding: 10px 25px 0 0; line-height: 25px; }

		.main .plan { display: flex; }
		.main .plan li { width: 280px; margin: 0 10px; border: solid 2px #D6D6D6; box-sizing: border-box; }
		.main .plan li h4 { background: #003694; color: #FFF; font-size: 20px; font-weight: 800; line-height: 60px; text-align: center; }
		.main .plan li p { padding: 10px; line-height: 25px; margin: 0; }
		.main .plan li h5 { color: #F16220; border: solid 2px #F16220; text-align: center; font-size: 16px; font-weight: 800; line-height: 40px; width: 250px; margin: 10px auto;}

		.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; }
		.sub li a { display: block; background: #EDEFF1; border-bottom: solid 1px #FFF; font-size: 14px; line-height: 15px; color: #000; padding: 15px; }
		
		
	}
	@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 20px;
}
		.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 .flow { }
		.main .flow li { }
		.main .flow li p { }

		.main .fr { display: none; }


		.main .plan { }
		.main .plan li { width: 100%; margin: 10px 0 0; border: solid 2px #D6D6D6; box-sizing: border-box; }
		.main .plan li h4 { background: #003694; color: #FFF; font-size: 20px; font-weight: 800; line-height: 50px; text-align: center; }
		.main .plan li img { display: none; }
		.main .plan li p { padding: 10px; line-height: 25px; margin: 0; }
		.main .plan li h5 { color: #F16220; border: solid 2px #F16220; text-align: center; font-size: 16px; font-weight: 800; line-height: 40px; width: 250px; margin: 10px auto;}


		.sub { display: none; }

	}