/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 14 2025 | 03:45:31 */
/* ystandardコピーライト */
p#footer-poweredby {
    display: none;
}

.footer-sub {
    padding-top: 0;
    padding-bottom: 0;
}

/*SNSb非表示*/
.sns-share{
	display:none;
}

/*20250807追加*/
/*採用情報・お問い合わせの調整*/
.footer_info_link{
	white-space: nowrap;
}

/*フッター右メニュー調整*/
ul.footer-menu {
    list-style: none;
    padding: 0;
	display:flex;
    flex-wrap: wrap;
/* 	justify-content:space-between; */
	gap:20px 40px;
}
/*コピーライト色調整*/
.footer-main {
    color: #fff;
    background-color:#469FE3;
   
}

@media screen and (max-width: 768px) {
	/*CTA調整*/
	.lato{
		padding-left:4%;
	}
	.cta_footer .wp-block-image{
		padding-right:4%;
	}

	
	
	.footer_info_link .has-background{
		padding:0 2%;
		width:100%;
	}
	.footer_link_icon img{
		width:32px;
		height:32px;
	}
	ul.footer-menu{
		justify-content:left;
	}
	.pcOnly{
		display:none;
	}
}