@charset "UTF-8";

@media only screen and (max-width: 768px) {

.index-icn {
	display: flex;
	flex-flow: column;
	align-items: center;
}
	
.index-icn .panel1 {
	margin-top: 30px;
	
}
	
.index-icn img {
	width: 100vw;
	height: 100px;
	object-fit: cover;
}
	
}



