/*-------------------------
footer
---------------------------*/
footer {
margin-top: -10px;
}
footer a,footer img {
	display: block;
	width: 100%;
}
footer li, dt, dd{
line-height: 1.7 !important;
font-size:20px;
}
@media screen and (max-width: 800px) {
	footer {
		padding-bottom: 60px;
	}
}

/* SNS */
#footerNaviSNS {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 20px !important;
}
#footerNaviSNS li {
	max-width: 54px;
	margin-right: 40px;
}
#footerNaviSNS li:last-child {
	margin-right: 0;
}
#footerNaviSNS a:hover img {
	animation: bound 400ms infinite;
}
@keyframes bound {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/* Information */
#footerNaviInfo {
	text-align: center;
	padding: 0 20px;
	margin-top: 20px;
}
#footerNaviInfo li {
	display: inline-block;
	padding: 0 5px;
}
#footerNaviInfo a {
	padding-right: 12px;
	position: relative;
	color:#000;
}
#footerNaviInfo a:hover {
	text-decoration: none;
}
#footerNaviInfo a::before,#footerNaviInfo a:after {
	display: block;
	content: "";
}
#footerNaviInfo a::before {
	background-color: #666;
	width: 0;
	height: 1px;
	position: absolute;
	bottom: .3em;
	left: 0;
	transition: 200ms ease-out;
}
#footerNaviInfo a:hover::before {
	width: 100%;
}
#footerNaviInfo a:after {
	background: url(../img/ico_arrow.svg) center / contain no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
#footerNaviContact01 li p {
	font-size: 14px;
	margin-top: -10px;
}

/* Contact */
#footerNaviContact {
	background-color: #dbdbdb;
	padding: 20px 10px;
	margin-top: 10px;
}
#footerNaviContact a {
	width: auto;
	cursor: text;
}
#footerNaviContact01 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
#footerNaviContact01 span {
	display: block;
	font-size: 18px;
	margin-right: 5px;
}
#footerNaviContact01 li:first-child a {
	font-size: 28px;
	color:#000;
}
#footerNaviContact01 li:first-child a:hover {
	text-decoration: none;
}
#footerNaviContact01 rt {
	transform-origin: bottom center;
	transform: scale(.7);
}
#footerNaviContact01 li:last-child {
	margin-top: 10px;
}
#footerNaviContact01 li:last-child a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e60012;
	width: 100%;
	max-width: 330px;
	color: #fff;
	font-weight: 700;
	padding: 5px 10px;
	border: 1px solid #e60012;
	transition: 200ms ease-out;
	cursor: pointer;
}
#footerNaviContact01 li:last-child a:hover {
	background-color: #fff;
	color: #a0aab0;
	text-decoration: none;
}
#footerNaviContact02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1150px;
	margin: 15px auto 0;
}
#footerNaviContact02 li {
	width: 25%;
	padding: 5px;
}
#footerNaviContact02 dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#footerNaviContact02 dt {
	width: 6.5em;
}
#footerNaviContact02 a {
	font-size: 16px;
	color:#000;
}
#footerNaviContact02 a span {
	display: inline-block;
	font-size: 10px !important;
}
#footerNaviContact02 dd:nth-child(n+3) {
	background-color: #666;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	padding: 0 5px;
	margin-left: 5px;
}
@media screen and (max-width: 1150px) {
	#footerNaviContact02 li {
		width: calc(100% / 3);
	}
}
@media screen and (max-width: 960px) {
	#footerNaviContact02 li {
		width: 50%;
	}
}
@media screen and (max-width: 640px) {
	#footerNaviContact01 span {
		font-size: 14px;
	}
	#footerNaviContact01 li:first-child a {
		font-size: 22px;
	}
	#footerNaviContact02 li {
		width: 100%;		
	}
}

/* Group */
#footerNaviGroup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1150px;
	margin: 15px auto 0;
}
#footerNaviGroup li {
	width: 25%;
	padding: 0 15px;
}
#footerNaviGroup a {
	display: inline-block;
	width: auto;
	position: relative;
	color:#000;
}
#footerNaviGroup a:hover {
	text-decoration: none;
}
#footerNaviGroup a::before,
#footerNaviGroup a::after {
	content: "";
}
#footerNaviGroup a::before {
	display: block;
	background-color: #666;
	width: 0;
	height: 1px;
	position: absolute;
	bottom: .3em;
	left: 0;
	transition: 200ms ease-out;
}
#footerNaviGroup a:hover::before {
	width: 100%;
}
#footerNaviGroup a:hover {
	color:#000 !important;
}
#footerNaviGroup a::after {
	display: inline-block;
	background: url("/company/img/footer/ico_blank.svg") center / contain no-repeat;
	width: 16px;
	height: 11px;
	margin-left: 3px;
}
@media screen and (max-width: 1150px) {
	#footerNaviGroup li {
		width: calc(100% /3);
	}
}
@media screen and (max-width: 960px) {
	#footerNaviGroup li {
		width: 50%;
	}
}
@media screen and (max-width: 640px) {
	#footerNaviGroup li {
		width: 100%;
	}
}

/* copy */
footer > p {
	text-align: center;
	padding: 10px 20px;
}
footer > p small {
	display: inline-block;
	font-size: 14px;
	margin-right: 1em;
}