@charset "UTF-8";
.case{
	background-color: #ebebf5;
}
#catch {
	position: absolute;
	width: 100%;
	height: 100vh;
	margin-top: 100px;
	background-image: url("../image/case-back.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	overflow: hidden;
	z-index: -1;
}
#caseContents{
	max-width: 1024px;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	 -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: space-between;;
	-ms-flex-pack: space-between;;
	justify-content: space-between;;
	padding: 0 0 150px 0;
}
#voiceTitle{
	margin: 50px 0 30px 0;
	text-align: center;
}
.voiceBox{
	width: 30%;
	height: auto;
	margin: 0 1.666%;
	background-color: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}
.voiceBox img{
	width: 100%;
}
.voiceText1{
	padding: 20px ;
}
.voiceText1 h4{
	margin: 0 0 20px 0;
	text-align: justify;
	font-size: 1.1em;
}
.voiceText2{
	font-size:0.8em;
}
#UtilizationContents{
	position: relative;
	padding: 50px 0 100px 0 ;
	margin: 0 auto;
	width: 1024px;
}
#UtilizationContents h1{
	font-family: ten-mincho-text, serif;
	padding: 10px 0 60px 0;
	font-size:2.5em;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
	#caseContents{
		max-width: 90vw;
		margin: 0 auto;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		 -ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 50px 0 0 0;
	}	
	#voice{
		padding: 50px 0;
	}
}
@media screen and (max-width: 768px) {
	.voiceBox{
		width: 46%;
		margin: 2% 2%;
	}
}
@media screen and (max-width: 414px) {
	.voiceBox{
		width: 90%;
		margin: 2% 0%;
	}
}
