/* ----- footer ----- */
#footer{
	width:100%;
	height: auto;
	background-color: #141664;
	color: #fff;
	display:block;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2em;
  padding: 15px 0;
}
#footer p{
	font-size: 11px;
	font-size: 1.1rem;
}
.footer_l{
	width:100%;
	padding: 0 20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content:
	space-between;
}
.list1{
	order:2;
	display: flex;
	justify-content: center;
	align-items: center;
	width:20%;
}
.list2{
	order:1;
	width:40%;
}
.list3{
	order:3;
	width:40%;
}

.footer_sns li{
	width:40px;
	height: 40px;
	display : table-cell ;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.copyright{
	text-align:right;
}
.corporation ul > li{
	display: inline-block;
	padding-right: 4px;
}
.corporation ul > li:last-child{
	padding-right: 0;
}
.corporation ul > li.add{
  width: 100%;
	padding-right: 0;
}
.copyright ul > li{
	display: inline-block;
	padding-right: 4px;
}
.copyright ul > li:last-child{
	padding-right: 0;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	border-bottom:1px #fff solid;
}

/* Media Queries 767px */
@media screen and (max-width: 767px) {
#footer{
	width:100%;
	height: auto;
	text-align:center;
}
.footer_l{
	width:100%;
	display:block;
	padding: 10px 0 0px 0;
}
.footer_l li{
	padding: 14px 0;
}
.corporation ul > li{
	display:block;
	padding: 0;
	margin: 0;
}
.list1{
	width:100%;
}
.list2{
	width:100%;
}
.list3{
	width:100%;
}
.footer_sns li{
	height:60px;
}
.copyright{
	text-align:center;
	line-height: 1em;
}
#footer .copyright p{
	padding-top: 10px
}
#footer .sp-block {
	height: 0;
}
}
/* ----- /footer ----- */



/* ----- animation ----- */
.opt{
	opacity: 0;
}

/* ----- /animation ----- */

/* ----- sns_icon ----- */
.sns_icon{
	position: fixed;
	top: 100px;
	right: 0px;
	z-index: 20;
	display:block;
}
.sns_icon li{
	width: 44px;
	height: 44px;
	display:block;
	margin: 0;
	padding: 0;
	text-align: center;
	align-items: center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: center;
}
.sns_icon .icon_facebook{
	width: 44px;
	height: 44px;
	background-color: #465a99;
}
.sns_icon .icon_twitter{
	width: 44px;
	height: 44px;
	background-color: #41aae7;
}
.scale_img {
	width: 44px;
	height: 44px;
}
.scale_img img{
	display: block;
	-webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}
.scale_img img:hover {
	width: 44px;
	height: 44px;
	transform:scale(1.3);
	cursor: pointer;
}
/* Media Queries 767px */
@media screen and (max-width: 767px) {

.sns_icon{
	top: 60px;
}
.sns_icon li{
	width: 50px;
	height: 50px;
}
.sns_icon .icon_facebook{
	width: 50px;
	height: 50px;
}
.sns_icon .icon_twitter{
	width: 50px;
	height: 50px;
}
.scale_img a{
	display: block;
	transition: none;
	transform:scale(1.0);
}
.scale_img img:hover{
	transform:scale(1.0);
}
}
/* ----- /sns_icon ----- */