.footer{
	margin: 60px auto 0;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.footer1, .footer2{
	padding: 30px 0;
	width: 100%;
}
.footer1{
	background: #444;
}
.footerAbj{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footerAbjImg{
	margin: 0 auto;
	width: 150px;
}
.footerAbjImg img{
	width: 100%;
}
.footerAbjTxt{
	margin: 0 auto;
	width: 600px;
	max-width: 95%;
}
.footerAbjTxt h1{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 12px;
	color: #fff;
}
.footerAbjTxtLink{
	margin: 0 auto;
	width: 600px;
	max-width: 95%;
	display: flex;
	justify-content: center;
}
.footerAbjTxtLink h1{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 12px;
	color: #fff;
}
.footerLogo{
	margin: 30px auto 0;
	width: 300px;
}
.footerLogo img{
	width: 100%;
}
.footerIcon{
	margin: 30px auto 0;
	width: 300px;
	display: flex;
	flex-direction: row;
}
.footerTwitter, .footerYoutube{
	width: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footerTwitter .fab, .footerYoutube .fab{
	color: #fff;
}
.footerTwitter div, .footerYoutube div{
	text-align: center;
}
.footer2{
	background: #333;
	text-align: center;
}

.footerYoutube h1, .footerTwitter h1{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 28px;
	color: #fff;
}
.footerYoutube h2, .footerTwitter h2{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 12px;
	color: #fff;
}
.footer2 h1{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 18px;
	color: #fff;
}