@charset "utf-8";
/* CSS Document */
/* footer_fix2
************************************/
#section_footer_fix2 {
position:relative;
}
/*#section_footer_fix2in {
    width: 100%;
    margin: 0 auto !important;
    padding: 10px 0;
    position: fixed;
    bottom: -100%;
    left: 0;
    right:0;
    z-index: 98000;
	height: 130px !important;
}*/
#section_footer_fix2in {
    width: 100%;
    margin: 0 auto !important;
    padding: 17px 0 0px;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 98000;
    height: 125px !important;
    /* background-color: #1865b2; */
}
.footer_fix2 {
    display: flex;
    margin: 0 auto !important;
    padding: 8px 10px;
    background-color: #fff;
    max-width: 950px;
	width: 97%;
    border-radius: 6px;
    align-items:center;
	justify-content: center;
}
.footer_fix2-01 {
    margin: 0;
    padding: 0 3px;
}
.footer_fix2-02 {
    height: auto;
    margin: 0;
    padding: 0 0 0 50px;
	position:relative;
}
.footer_fix2-02 p{
	font-size: 11.76px;
	font-weight: bold;
}
.footer_fix2-02:before {
	content: "";
	position:absolute;
	top:2px;
	bottom:2px;
	border-left:1px solid #ccc;
	left:15px;
}
.footer_fix2-01 img {
    max-height:48px;
    margin: 1px 0 0;
    padding: 0;
	width: 100%;
	max-width: 136px;
}
.footer_fix2-02 img {
	max-height: 48px;
    margin: 0;
	align-self:center;
}
