@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;
    /*background-color: #EF6F2A;*/
}
.footer_fix2 {
    display: flex;
    margin: 0 auto !important;
    padding: 12px 10px 6px;
    background-color: #fff;
    width: 970px;
    border-radius: 4px;
    align-items:center;
	justify-content: center;
}
.footer_fix2-01 {
    margin: 0;
    padding: 0 3px;
}
.footer_fix2-02 {
    width: 306px;
    height: auto;
    margin: 0;
    padding: 0 0 0 36px;
	position:relative;
}
.footer_fix2-02:before {
	content: "";
	position:absolute;
	top:2px;
	bottom:2px;
	border-left:1px solid #ccc;
	left:18px;
}
.footer_fix2-01 img {
    /*height:50px;*/width:148px;
    margin: 1px 0 0;
    padding: 0;
}
.footer_fix2-02 img {
    width:306px;
    margin: 0;
    padding: 3px 0 0;
	align-self:center;
}
