@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.h1wrap.h1txt{
	padding: 200px 50px 130px 50px;
}
.prosucts_con01 ul{
	margin-right: -1.6393%;
}
.prosucts_con01 ul li{
	width: 23.3606%;
	margin-right: 1.6393%;
}
.topGreet .svg{
	position: static;
	margin: 20px auto 0;
	text-align: center;
	transform: inherit;
}
/* -----------------------------------------------------
common
------------------------------------------------------ */

@media screen and (min-width: 641px) and (max-width: 834px){
	.prosucts_con01 ul li{
		width: 32%;
		margin-right: 2%;
	}
	.prosucts_con01 ul{
		margin-right: -2%;
	}
	.h1wrap.h1txt{
		padding: 150px 20px 80px 20px;
	}
}
@media only screen and (max-width: 640px){
	.prosucts_con01 ul li{
		width: 48%;
		margin-right: 0;
	}
	.prosucts_con01 ul{
		margin-right: 0;
		justify-content: space-between;
	}
	.h1wrap.h1txt{
		padding: 100px 10px 50px 10px;
	}
}