@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.liBox ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.liBox ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.liBox ul li:nth-of-type(even) {
	margin-right: 0;
}

@media screen and (max-width: 834px) {
}
@media screen and (max-width: 640px) {
	.liBox ul {
		display: block;
	}
	.liBox ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}
