@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;
}
.profile .addr .flex{
	gap:0 2px;
	align-items: center;
	justify-content: flex-start;
}

.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;
}

.f-p-menu-list{
	width: 500px;
	display: flex;
	justify-content: space-between;
	gap:0 20px;
}
.f-p-menu-list ul {
	margin:  0;
}
.f-p-menu-list ul li{
	font-size: 1.4rem;
	list-style-type: none;
	margin: 0 0 0 15px;
}

.b-contact{
	width: 350px;
	text-align: center;
}
.b-contact span{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0 5px;
	background-color: #E17E00;
	color: #fff;
	padding: 12px ;
	border-radius: 100px;
}
.b-contact span i{
	font-size: 1.8rem;
}

footer .tel a span {
    background-color: #184191;
    color: #fff;
}

.b-contact.line{
	margin: 7px 0 0 0;
}
.b-contact.line span{
	background-color: #07b53b;
	display: flex;
	align-items: center;
	padding-right: 15px;
	gap:0 4px;
}
.b-contact.line span i{
	font-size: 2.8rem;
}

.bt-group-flex{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 10px 0 0 0;
	gap:0 15px;
}
.bt-group-flex .qr img{
	width: 100%;
	height: auto;
}
.bt-group-flex .qr{
	width: 110px;
}
.bt-group-flex .set{
	display: flex;
	justify-content: space-between;
	width: 400px;
}
.bt-group-flex .set .b-contact{
	width: 33%;
}

.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%;
}


.ms-bnr{
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: rgba(255,255,255,0.98);
	border: 1px solid #ddd;
	padding: 15px 15px 0;
	width: 320px;
	border-radius: 4px;
	height: 135px;
	z-index: 1000;
	transition: all .3s;
}
.ms-bnr.fixed{bottom: -80px;transition: all .3s;}

.ms-bnr .lbl{
	text-align: center;
	background-color: #E17E00;
	color: #fff;
	border-radius: 2px;
	margin: 0 0 18px 0;
	font-weight: 600;
	font-size: 1.7rem;
	padding: 3px 0;
}
.ms-bnr .inn{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ms-bnr .inn .btn{
	width: 50%;
	text-align: center;
	border-right: 1px solid #ddd;
	line-height: 1;
}
.ms-bnr .inn .btn span{
	line-height: 150%;
}
.ms-bnr .inn .btn:last-child{
	border: none;
}





