
/****************************************

	footer

*****************************************/
footer {
	font-size: 1.4rem;
    padding: 1.5rem 0;
    display:block;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
}
#footer-inner {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#footer-link {
	display: flex;
}
#footer-link li a {
    display: block;
    padding: 0 1.5rem;
    line-height: 1.3;
    color: #73797c;
}
#footer-link li:not(:last-child) a {
    border-right: 1px solid #73797c;
}
#footer-link li a:after {
    content: '';
    background: url('../img/top/ic_blank.png') right center no-repeat;
    width: 13px;
    height: 13px;
    background-size: contain;
    display: inline-block;
    margin-left: 0.5rem;
}
#footer-logo {
    width: 257px;
}
#copyright {
	font-size: 1.1rem;
	text-align: center;
    margin-top: 1.5rem;
	padding: 2rem 0;
    border-top: 1px solid #73797c;
    letter-spacing: 1px;
}
#pup {
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	position: fixed;
	right: 25px;
	bottom: 6px;
	color: #fff;
	background: #58c3e6;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
	z-index: 999;
	border-radius: 100px;
	cursor: pointer;
}
@media (max-width: 1000px) {
#pup {
	display: block;
	width: 100%;
	height: 44px;
	position: static;
	font-size: 30px;
	line-height: 40px;
	border-radius: 0px;
	cursor: pointer;
	color: #fff;
	background: #58c3e6;
}
#pup .fa {
	margin-top: 8px;
}
}
@media (max-width: 900px) {
#footer-inner {
	display: flex;
    flex-wrap: wrap;
    max-width: 330px;
}
#footer-link {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 2rem 0;
}
#footer-link li {
    width: 48%;
}
#footer-link li:not(:last-child) a {
    border-right: none;
}
#footer-link li a:after {
    content: none;
}
#footer-link li a:before {
    content: '';
    background: url('../img/top/ic_blank.png') left center no-repeat;
    width: 11px;
    height: 11px;
    background-size: contain;
    display: inline-block;
    margin-right: 0.5rem;
}

#footer-logo {
    width: 257px;
}
}
