@charset "UTF-8";

img{
	object-fit:cover;
}

.showcase_scope,.showcase_display,.showcase_evaluation{
	width:100%;
	margin:0;
	padding:30px 0 30px 0;
	
}
.showcase_scope-contect_inline,.showcase_display-contect{
	width:90%;
	height:auto;
	margin:auto;
	
}
.showcase_scope-contect_inline{
	display:flex;
	align-items: stretch;
}
.scope-contect-box{
	width:50%;
	display:flex;
    flex-direction:column;
	
}
.scope-contect-box p{
	width:85%;
	margin:auto;
}
.scope-contect-box_img{	
	margin:auto auto 0 auto;
	width:400px;
	height:300px;
}
.showcase_display-contect{
	width:90%;
	height:auto;
	margin:auto;	
}
.display-contect_box{
	width:100%;
	
	display:flex;
	align-items: flex-end;
	justify-content:center;
	/* justify-content:space-around; */
	flex-wrap: wrap;
}
.contect-product{
	width:275px;
	height:auto;
	padding:5px 5px 5px 5px;
}
.contect-product img{
	width:275px;
	height:275px;
	
}
.contect-product p{
	width:auto;
	text-align:center;
}

.showcase-layoutBox_evaluation{
	width:96%;
	height:auto;
	margin:auto;
	box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
	border:solid 2px  #cccccc;;
	
}
.evaluation-box-contect{
	padding:5px 15px;
	
	display:flex;
	align-items: center;
	justify-content:space-around;
}
.evaluation-contect-text{
	text-align:center;
	margin:30px 0 30px 0;
}
.btn-goTo{
	width:200px;
	height:75px;
	font-size:21px;
	color:white;
	border-radius:25px;
	border:solid 1px #cccccc;
	background-color: #4095E5	
}
 