@charset "utf-8";

@media  (max-width: 799px) {
	
		.title1{
	font-size: 18px;
	position: absolute;
	top:55%;
	left: 50%;
	transform: translate(-50%,-50%)
}
	
	.mein_visual_photo{
	height: 200px;
	overflow: hidden;
	margin: auto;
	top:50%;
	}
	
	.bigtittle{
		font-size: 22px;
	}
.report_sample img{
	margin: 5px 30px 0 0;
}
	
	.sample_title{
	text-align: left;
	
}
	.caption{
	padding: 15px 0 0 0 ;
	}


	.contents{
		width: 480px;
	}
	
	.sample{
	display: block;
}
	
	table{
		font-size: 90%;
	}
	
}