/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 18 2025 | 00:50:40 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 
.corporate_logo {
	display: flex;
	width:100%;
	 justify-content: start;
}
@media (width <= 768px) {
	.corporate_logo {
		display: flex;
		width:100%;
		justify-content: center;
	}
}
.footer-bottom-wrap {
	display: none;
}
footer.footer ul li {
	margin-left: 10px;
	margin-top: 8px;
	margin-right: 8px;
}
footer.footer .widget {
	margin-top: 0px;
	margin-bottom: 20px;
}
footer .container {
	margin-bottom: 16px; 
}

@media (width > 1040px) {
	footer .container {
	    width: 1040px;
		max-width: 1040px;
		margin-bottom: 16px; 
	}
}
@media (width <= 1000px) {
	footer .container {
		width: 100%;
		margin-bottom: 16px; 
	}
}
@media (width <= 800px) {
	footer .container {
		text-align: center;
		width: 100%;
		margin-bottom: 16px; 
	}
}
/*gmoセキュリティフッターカスタム*/
.gmoGroupSecurity {
	margin-left: 10px;
	background:none !important;
}