/*
	LOHAS STYLE KOBO
	Visionページ用スタイルシート
*/


.vision_row{
	width:	100%;
	height:	416px;
	margin:	64px 0px;

	justify-content:	space-around;
}

.vision_row_reverse{
	flex-direction:	row-reverse;
}

.vision_row_item{
	width:	416px;
	height:	100%;
}

.vision_row_item_large{
	width:	624px;
	height:	100%;
}

.vision_row_item > p, .vision_row_item_large > p{
	margin-left:	16px;
}

.vision_large_image{
	width:	100%;
}

.vision_white_back{
	padding-top:	80px;
	padding-bottom:	64px;
	background-color:	#ffffff;
	width:	100%;
}

.vision_caption{
	font-size:	xx-large;
}

@media screen and ( max-width: 768px )
{
	.vision_row{
		align-items:	center;
		height:	auto;
	}

	.vision_row_item, .vision_row_item_large{
		width:	100%;
		height:	auto;
	}

	.vision_row_item > p, .vision_row_item_large > p{
		margin-left:	8px;
		margin-bottom:	16px;
	}
}

