.footer-m {
    height: auto;
    background: #393939;
    align-items: center;
    justify-content: center;
    border-top: 1px solid ;
	flex-direction:column;
	width:100vw;
	padding:2.5vh 0 0 0;
}

.footer-m a,
.footer-m p {
    font-size: 3.5vw;
    color: #d6d6d6;
	color: #d6d6d6 !important;
    letter-spacing: -.01rem;
	text-align:center;
	line-height:1.8 !important;
}

.footer-m a {
    text-decoration: underline;
}

.footer-m .footer-m-sp {
	padding-bottom:2.5vh;
}

.footer-m .cr {
	width: 100%;
	background: #C0AAFF !important;
	padding: 0.5rem 0 0.5rem 0;
	color: #4e4e4e !important;
	font-size: 3vw;
}
