@charset "utf-8";
/* CSS Document */

.up{
	text-align: center;
}
.up span{
	display: block;
	background-color: #184191;
	color: #fff;
	padding: 12px 0;
}
.up span:hover{
	background-color: #2b519e;
}
.up span i{
	font-size: 2.5rem;
}
.up span small{
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
}
.footer--container{
	padding: 80px;
}

.footer--insert{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.btm-menu{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding:30px 0 25px 0;
	gap:0 20px;
}
.btm-menu .btn span{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.4rem;
	gap:0 2px;
}
.profile .logo img{
	height: 55px;
	width: auto;
}
.profile .logo {
	margin: 0 0 25px 0;
}
.profile p{
	font-size: 1.4rem;
	line-height: 150%;
	margin: 0 0 12px 0;
}
.profile .addr{
	line-height: 150%;
}
.profile .addr .tel{
	margin: 5px 0;
}
.profile .addr .tel a {
    color: #000!important;
}

.f-p-info{
	width: 600px;
}
.f-p-info .inn{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f-p-info .inn .pnl{
	width: 48%;
}
.f-p-info .inn .pnl:last-child{
	width: 100%;
	margin: 20px 0 0 0;
}
.f-p-info .inn .pnl h3{
	background-color: #F1F1F1;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 9px 12px;
	line-height: 1;
	margin: 0 0 20px 0;
}

.ft-sbmn{
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 50px 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
}
.miniren{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 12px;
}
.miniren p{margin: 0;font-size: 1.5rem;}
.miniren p a{text-decoration: underline;}
.miniren .mrk img{
	height: 45px;
	width: auto;
}
.copyright{
	font-family: din-2014,sans-serif;
	 font-weight: 500;
	 font-size: 1.2rem;
	 width: 100%;
}





