/*
Theme Name: xeory_base Child
Theme URI: http://xeory.jp/
Description: xeory_base Child Theme
Template: xeory_base
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xeory_base-child
*/

#footer .wrap{
	display:flex;
	gap:20px;
}

.footer-02 .footer-copy{
	margin-left:auto;
}

@media screen and (max-width: 600px){
	#footer .wrap{
		flex-direction:column;
	}
}