/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/********** トップページ　フッター　css 2020/08/25 **********/
.copyright{
	text-align: center;
	background-color: #A0A0A0;
	color: #fff;
  padding: 2px;
  margin: 0;
}
.foot-inner{
	text-align: center;
}
.foot-link{
	display: block;
  margin: 1%;
}
.foot-top ul{
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	flex-wrap: wrap;
	width: 65%;
  margin: auto;
}
.foot-top{
	background-color: #F2F2F2;
	padding: 50px 0;
}
.foot-list{
	display: flex;
	flex-wrap: wrap;

}
.foot-list li{
	width: 12%;

}
.foot-list li a{
	background-color: #2B296F;
    color: #fff;
    padding: 10px;
    display: block;
    text-align: center;
    width: 100px;
    height: 50px;
    margin-bottom: 9%;
		font-size: 11px;
    padding-top: 14px;

}
@media screen and (max-width:480px) {
	.sns-sec ul li:first-child {margin-right: 0;}
	.foot-top ul {width: 93%;margin: auto;}
	.foot-top ul {padding-left: 0;width: 93%;margin: auto;}
	.foot-list li {width: 49%;}
	.foot-list li a {display: block;padding-top: 14px;width: 100%;}
	.foot-inner .logo-img {width: 50%;margin-bottom: 3%;}
	.copyright {font-size: 9px;padding: 1%;}
	.footer-menu ul.flex{
		position: fixed;
    z-index: 10;
    bottom: -2px;
    left: 0;
    width: 100vw;
    background-color: #28296f;
		padding: 1% 0;
		justify-content: space-around;
	}
	.footer {
    margin-bottom: 60px;
}



}
