
	@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 p {
font-size: 20px;
    line-height: 30px;
    color: #003694;
    font-weight: 800;
    margin: 0 0 40px;
	position: relative;
text-align: center;
}
		.main table {
			width: 900px; margin: 40px auto; border-top: solid 2px #D6D6D6;
		}
		.main th {
			width: 180px; background: #EDEFF1; border-bottom: solid 2px #D6D6D6; padding: 20px 40px;
		}
.main th span {
    font-size: 12px;
    border-radius: 4px;
    color: #FFF;
    background: #003694;
    padding: 4px 8px;
    margin: 0 0 0 1em;
}
		.main td {
			border-bottom: solid 2px #D6D6D6; padding: 20px 40px;
		}
.main td input[type=text], .main td textarea {
    font-size: 16px;
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: solid 1px #D6D6D6;
    box-sizing: border-box;
    background: #FAFAFA;
}
		.main .btn input {
    font-size: 20px;
	font-weight: 800;
    width: 360px;
    height: 80px;
    text-align: center;
    border: 0;
    border-radius: 4px;
    color: #FFF;
    background: #003694;
		}
		
	}
	@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;
text-align: center;
}
		.main h2:before {
content: '';
    position: absolute;
    left: 50%;
    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 p {
font-size: 16px;
font-weight: 800;
    color: #003694;
    margin: 0 0 40px;
	position: relative;
text-align: left;
}

		.main table {
			width: 100%; margin: 40px auto; border-top: solid 2px #D6D6D6;
		}
		.main th {
			width: 120px; background: #EDEFF1; border-bottom: solid 2px #D6D6D6; padding: 10px; white-space: nowrap;
		}
.main th span {
	display: block;
float: right;
    font-size: 12px;
    border-radius: 4px;
    color: #FFF;
    background: #003694;
    padding: 0 4px;
    margin: 0 0 0 1em;
}
		.main td {
			border-bottom: solid 2px #D6D6D6; padding: 10px;
		}
.main td input[type=text], .main td textarea {
    font-size: 16px;
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: solid 1px #D6D6D6;
    box-sizing: border-box;
    background: #FAFAFA;
}
		.main .btn { text-align: center; }
		.main .btn input {
    font-size: 16px;
	font-weight: 800;
    width: 90%;
    height: 60px;
    text-align: center;
    border: 0;
    border-radius: 4px;
    color: #FFF;
    background: #003694;
		}

		
	}