@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.btnwrap{
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.btnwrap .button{
	width: 48%;
}
.btnwrap .button a{
	background: #f7f7f7;
	padding: 15px;
	text-decoration: none;
	display: block;
	text-align: center;
}
.flex_wrap .common_box3 img{
	height: 13vw !important;
	object-fit: cover;
}
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
 .flex_wrap .common_box3 img{
	height: 17vw !important;
}
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* tablet END ###################################################### */
}
@media screen and (max-width: 468px){
.flex_wrap .common_box3 img{
	height: 20vw !important;
}
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

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