@charset "utf-8";

#static .main_img {
	display: block;
	margin-bottom: 60px;
}
#static .section-ttl {
	margin-bottom: 30px;
	text-align: center;
}
#static .lay4col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#static .lay4col > li {
	width: calc((100% - 27px) / 4);
}
#static .lay4col a {
	text-decoration: none;
}
#static .lay4col-text {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.4;
}
#static .loading-img {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
