@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.mainImg02 {
	background: url(../img/vision/main_bg.jpg) no-repeat center top;
}

#conts .inner {
	padding: 38px 10px 29px 0;
	border-bottom: 1px solid #B6B6B6;
}

#conts .inner:first-child {
	border-top: 1px solid #B6B6B6;
}

#conts .inner .photoBox {
	margin-top: -8px;
	float: left;
}

#conts .inner .textBox {
	float: right;
	width: 580px;
}

#conts .inner .textBox p {
	line-height: 1.75;
}

#conts .inner .textBox .title {
	margin-bottom: 13px;
	font-size: 23px;
	color: #004080;
}

#conts .inner .textBox p .redSpan {
	display: block;
	color: #FF0000;
}

#conts .inner .textBox p .redSpan02 {
	margin-top: 20px;
}




#conts .inner .spTitle {
	display: none;
}

.tyousei{
    margin: -70px 0;
}


@media all and (min-width: 0) and (max-width: 736px)  {
        .mainImg02 {
                background: url(../img/vision/main_bg.jpg) no-repeat center top;
                margin-top: 61px;
        }    
	#conts .inner {
		padding: 20px 10px 20px;
	}
	
	#conts .inner:first-child {
		border-top: none;
		padding-top: 12px;
	}

	#conts .inner .spTitle {
		margin-bottom: 14px;
		display: block;
		font-size: 15px;
		color: #004080;
		line-height: 1.4;
		text-align: center;
	}
	
	#conts .inner .photoBox {
		float: none;
		margin: 0 auto 13px;
		width: 43%;
	}
	
	#conts .inner .textBox {
		width: auto;
		float: none;
	}
	
	#conts .inner .textBox .title {
		display: none;
	}
	
	#conts .inner .textBox p {
		font-size: 13px;
		text-align: center;
		line-height: 1.45;
		margin: 0 -3px;
	}
	
	#conts .inner .textBox p .redSpan {
		margin-top: 15px;
	}
	
	#conts .inner:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

