﻿@charset "utf-8";
.footer0019{
	width: 100%;
    height: auto;
    background: var(--OneColor);
    position: relative;
	padding-top: 1.875rem;
}

.foot0019{
	width:73vw;
	width:var(--mainwidth);
	height: auto;
	margin:0 auto;
}
.foot0019_logo{
	width:100%;
	text-align: center;
}
.foot0019_logo img{
	height: 2.25rem;
	width: auto;
}

.footer0019_nav{
	width:100%;
	height:5rem;
	display: flex;
	justify-content: center;
	border-top: 1px solid rgba(255,255,255,0.2);
	margin-top: 1.25rem;
}
.footer0019_nav a{
	display: flex;
	align-items: center;
	font-size: 1rem;
	color: var(--FontWhiColor);
	margin: 0px 1rem;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer0019_nav a:hover{
	text-decoration: underline;
}
.foot0019_typeright{
	width:100%;
	height: auto;
	background: #181818;
	padding: 1.2rem 0; 
	color: rgba(255,255,255,0.5);
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.foot0019_typeright a{
	color: rgba(255,255,255,0.5); 
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.foot0019_typeright a:hover{ color: var(--FontWhiColor);}


@media screen and (max-width:1023px)and (min-width:300px){
.footer0019{
	padding-top: 3vh;
}

.foot0019{
	width:96vw;
}
.footer0019_nav{
	height:auto;
	flex-wrap: wrap;
	padding: 1rem 0;
}
.footer0019_nav a{
	font-size: 14px;
	margin: 0px 1.5rem;
	height: 2rem;
	min-width: 52px;
}
.foot0019_typeright{
	padding: 1.5rem 0; 
}


}







