@charset "utf-8";
/* CSS for GMO Security Footer */
.footer_bottom_siteseal {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	list-style-type: none;
	margin: 40px 0;
	padding: 0;
}

.footer_bottom_siteseal li > div, .footer_bottom_siteseal li > span {
	display: inline-block;
	height: 50px !important;
	width: 100px !important;
}

.gmoGroupSecurity_box a {
	font-size: 10px !important;
}

@media screen and (max-width: 767px) {
	.commonFooter {
		padding: 0 20px 0px;
	}
	.footer_bottom_siteseal {
		gap: 12px;
	}

	.footer_bottom_siteseal li > div[style*="background-color: #b4b4b4"] {
		font-size: 12px;
	}

	.gmoGroupSecurity_box a {
		font-size: 12px !important;
	}
}