@charset "utf-8";

.gwsp2604{
	margin-bottom:20px;}

.gwsp2604 img{
	width:100%;
	vertical-align:bottom;}

.gwsp2604 ul{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:30px;
	list-style:none;}

.gwsp2604 li{
	width:75px;}

.gwsp2604 li.active{
	width:100px;}

@media (max-width: 640px){
.gwsp2604{
	margin-bottom:15px;}

.gwsp2604 ul{
	gap:15px;}

.gwsp2604 li{
	width:60px;}

.gwsp2604 li.active{
	width:80px;}
}