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

		.corporate { width: 100%; float: left; padding: 0 0 80px; background: #EDEFF1; text-align: center; }
		.corporate h3 { color: #003593; font-size: 36px; margin: 80px 0 0;}
		.corporate h3 span { color: #7F7F7F; font-size: 16px; display: block;}
		.corporate ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
		.corporate li { margin: 40px 20px 0; text-align: left; width: 480px; height: 200px; background: #FFF; padding: 0 20px; box-sizing: border-box; }
		.corporate li a { display: block; color: #000; line-height: 25px; position: relative; }
		.corporate li a h4 {
font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 800;
    margin: 20px 0;
	position: relative;
}
		.corporate 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;
}
		.corporate 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: ''; }

		.corporate { width: 100%; float: left; padding: 0 0 40px; background: #EDEFF1; text-align: center; }
		.corporate h3 { color: #003593; font-size: 24px; margin: 40px 0 0;}
		.corporate h3 span { color: #7F7F7F; font-size: 16px; display: block;}
		.corporate ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
		.corporate li { margin: 10px 0 0; text-align: left; width: 100%; background: #FFF; padding: 10px; box-sizing: border-box; }
		.corporate li a { display: block; color: #000; line-height: 20px; position: relative; }
		.corporate li a h4 {
font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 800;
    margin: 0 0 20px;
	position: relative;
}
		.corporate 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;
}
		.corporate li a p {
z-index: 10;
    position: relative;
    background: #FFF;
    display: inline-block;
    padding: 10px 10px 0 0;
}

		.corporate li a img {
width: 70px;
position: absolute;
    right: 0;
    top: 0;
}

	}