@charset "utf-8";

/******** フッタースタイル *****************/
#fixedFootNavWrapp {
    position: fixed;
    bottom: 0;
    background-color: #232323;
    width: 100%;
}
#fixedFootNav {
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
}
.fixedFootNavArea {
}
.fixedFootNavList {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixedFootNavList .fixedFootNavItem:last-child {
    /*border-right: 1px solid #999;*/
}
.fixedFootNavItem {
    box-sizing: border-box;
    padding: 0;
}
.fixedFootNavItem a {
    color: #ffffff;
    display: table-cell;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}
/**/
.fixedFootNavBranchItem {
    width: auto;
}
.fixedFootNavBranchItem1 {
    /* width: 24.43514644%; */
    padding-right: 10px;
}
.fixedFootNavBranchItem2 {
    /* width: 18.74476987%; */
    padding-right: 25px;
}
.fixedFootNavBranchItem a {
    background-image: url("../images/ffnIcon6.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    padding-left: 45px;
    text-align: left;
}
.fixedFootNavBranchItem span {
    display: block;
    font-family: Helvetica,Arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
font-weight: bold;
}
.fixedFootNavBranchItem .ffnbi-name {
    font-size: 20px;
    color: #9e9e9f;
    /*font-weight: bold;*/
    display: block;
    height: 1.4;
    font-weight: normal;
}
.fixedFootNavBranchItem .ffnbi-number {
    font-size: 22px;
    line-height: 1;
    color: #FFFFFF;
    /*font-family: 'futura';*/
}
.fixedFootNavBranchItem .ffnbi-number img {
    width: 24px;
    height: auto;
    vertical-align: middle;
}
/**/

/**/
.fixedFootNavBtnItem {
    padding: 0px 0;
}
.fixedFootNavBtnItem a {
    background-color: #b7183f;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    padding: 5px 10px;
    text-align: left;
    vertical-align: middle;
}
.fixedFootNavBtnItem a:hover {
    background-color: #E20066;
}
.fixedFootNavBtnItem img {
    margin-right: 5px;
    vertical-align: bottom;
}
.fixedFootNavBtnItem1 {
    padding-right: 15px;
}
.fixedFootNavLogoItem {
    padding: 5px;
}
.fixedFootNavLogoItem img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
  
    /* 固定フッターナビ */

    #fixedFootNav {
        width: 100%;
    }
    .fixedFootNavList {
        align-items: stretch;
    }
    .fixedFootNavItem {
        width: 33.333%;
        height: auto;
        display: flex;
    }
    .fixedFootNavLogoItem,
    .fixedFootNavUploadItem {
        display: none;
    }
    .fixedFootNavBtnItem {
        padding: 7px;
    }

    .fixedFootNavBranchItem {
        padding: 7px;
    }
    .fixedFootNavItem a {
        flex: 1 1 auto;
    }
    .fixedFootNavBranchItem a {
        background-position: center top;
        background-repeat: no-repeat;
        background-color: #b7183f;
        -webkit-background-size: 40%;
        background-size: 40%;
        background-image: none;
        padding: 5px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        flex-direction: column;
    }

    .fixedFootNavBranchItem .ffnbi-name {
        font-size: 12px;
        color: #FFF;
        margin-bottom: 0;
        text-align: center;
    }
    .fixedFootNavBranchItem .ffnbi-number {
        font-size: 12px;
        line-height: 12px;
    }
    .fixedFootNavBranchItem .ffnbi-number img {
        width: 20px;
        height: auto;
    }
    .fixedFootNavBtnItem a {
        font-size: 14px;
        line-height: 1;
        padding: 5px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fixedFootNavBtnItem img {
        display: none;
    }
  
}