/*footer 開始*/

.foot {
    min-height: 100px;
    background: #F4F4F4;
/*    display: flex;
    align-items: center;*/
}
.u-test{
    border: 1px solid red;
}
.u-test *{
    border: 1px solid red;
}
.foot .infor_wrap {
/*    display: flex;
    justify-content: space-between;
    align-items: center;*/
    text-align: center;
}
.foot .right_box {
    float: right;
    padding: 25px 0px;
}
.foot .left_box {
    float: left;
}
.foot .left_box ul {
    /*display: inline-flex;*/
}

.foot .left_box ul > li {
    margin-right: 30px;
    display: inline-block;
    line-height: 100px;
}

.foot .left_box a {
    font-size: 14px;
    color: #9B9B9B;
    font-weight: bold;
}

.foot .right_box p {
    font-family: SourceSansPro-Semibold;
    font-size: 16px;
    color: #9B9B9B;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: right;
}

.foot .right_box p.copyright {
    font-family: SourceSansPro-Semibold;
    font-size: 12px;
    color: #9B9B9B;
    letter-spacing: 0;
    margin: 0;
    text-align: right;
}

@media screen and (max-width: 1450px) {
    .foot {
        min-height: inherit;
        padding: 30px 0;
    }
    .foot .infor_wrap {
/*        display: flex;
        flex-wrap: wrap;
        justify-content: center;*/
    }
    .foot .infor_wrap .left_box {
        margin-bottom: 12px;
        width: 100%;
        float: none;
        display: block;
        /*text-align: center;*/
    }
    .foot .left_box ul {
/*        display: inline-flex;
        justify-content: space-between;*/
        /*width: 85%;*/
        text-align: center;
    }
    .foot .left_box ul > li {
        margin: 0px 15px;
        line-height: 50px;
    }
    .foot .right_box {
        float: none;
        display: block;
        padding: 0px;
    }
    .foot .right_box p {
        text-align: center;
        margin-bottom: 0;
    }
    .foot .right_box p.copyright {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .foot .left_box ul {
        width: 100%;
/*        flex-wrap: wrap;
        justify-content: center;*/
    }
    .foot .left_box ul > li {
        text-align: left;
        margin-bottom: 10px;
        margin: 0px 5px 0px 5px;
        padding: 0 8px;
        /*line-height: 50px;*/
    }
}

/*footer 結束*/
