/* footer.css */
@charset "utf-8";


/* footerの設定
---------------------------------------- */

/* footer背景の設定（画像ではなくcssを用いてデザインを表現） */
.footer {
	background: repeating-linear-gradient(-45deg, #fff57f, #fff57f 20px, #fff010 20px, #fff010 40px) 
}

/* そのほかfooterの設定 */
.footer__body {
	padding: 50px 0;
}

.footer__content {
	margin: 40px 0 0 0;
}

.footer__content--first {
	margin: 80px 0 0 0;
}

.fnav {
	position: relative;
}

.footer p {
	font-size: .8rem;
}
