@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/
.concept01{
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
}
.flxR{
	width: 30%;
}
.flxL{
	width: 68%;
}
.gallery {
	margin-left: -3.0303% !important;
}
.gallery .box{
	width: 30.3030% !important;
	margin-left: 3.0303% !important;
	margin-bottom: 20px;
}
@media screen and (max-width: 834px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* tablet END ###################################################### */
}
@media screen and (max-width: 640px){
.concept01{
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.flxR{
	width: 100%;
}
.flxL{
	width: 100%;
}
.flxR .img{
	margin-bottom: 10px;
}
.gallery {
	margin-left: 0 !important;
	justify-content: space-between !important;
}
.gallery .box{
	width: 48% !important;
	margin-left: 0 !important;
	margin-bottom: 20px;
}
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* smartphone END ################################################## */
}