@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
.copyright_content > p {
    color: #000;
}

body.home {
    position: initial !important;
}

body.home::before {
	content: none !important;
}

.footer, .footer a, .footer .widget ul li a {
    color: #fff !important;
}

#content {
	padding-top: 130px;
}


@media screen and (max-width: 769px) {
    #content {
		padding-top: 50px;
	}
}