@charset "utf-8";
/* CSS Document */

/* （下層ページ共通）メイン画像 */
@media (max-width: 992px) {
}
@media (max-width: 768px) {
	.under #mv {
		background-position: 65% center;
	}
}





/* 実績リスト */
@media (max-width: 768px) {
	#detail h2 {
		order: 2;
	}
	#detail .flex-item01 {
		order: 3;
		width: 100%;
		height: 100%;
		min-height: auto;
		max-height: none;
		overflow-y: auto;
		margin-bottom: 24px;
	}
	
}






/* 写真スライド */
@media (max-width: 768px) {
	#detail .flex-item02,
	#detail .flex-item03 {
		width: 100%;
		height: auto;
		min-height: auto;
		max-height: none;
		overflow-y: auto;
	}
	#detail .flex-item02 {
		order: 1;
		margin-bottom: 16px
	}
	#detail .flex-item03 {
		order: 4;
	}
	
	
	
	
}





