.index-content {
    background-image: url(../images/BK.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}



.index-function-block {
    display: flex;
    justify-content: space-around;
    margin-top: auto;
    /* position: absolute; */
    width: 100%;
    bottom: 0;
    /* left: 50%;
    transform: translateX(-50%); */
    margin-top: 124px;
}

.index-function-item {
    width: 15%;
    box-shadow: #00000010 2px 2px 2px;
}

.index-function-item a {
    width: 100%;
    background: #fff;
    padding: 12rem 4rem 10rem;
    display: block;
}

.index-function-item a:hover img {
    color: #fff;
    filter: invert(1);
}

.index-function-item span {
    padding-top: 1.2rem;
    display: inline-block;
}

img.ifi-icon {
    width: 2.4rem;
    margin: 0 6px 0px 0;
    padding-top: 0rem;
    color: #fff;
}

.sp-2 {
    margin: 1.5rem 0 3rem;
}

.a-1 {
    height: 65px;
}

.b-2 {
    height: 65px;
}

a.if-1,
a.if-2,
a.if-3,
a.if-4,
a.if-5,
a.if-6 {
    color: #fff;
    background-position: center !important;
    background-size: 130% !important;
    transition: 0.3s ease;
}

a.if-1{
    background: url(../images/if-1.jpg);
}

a.if-2 {
    background: url(../images/if-2.jpg);
}

a.if-3 {
    background: url(../images/if-3.jpg);
}

a.if-4 {
    background: url(../images/if-4.jpg);
}

a.if-5 {
    background: url(../images/if-5.jpg);
}

a.if-6 {
    background: url(../images/if-6.jpg);
}

a.if-1:hover,a.if-2:hover,a.if-3:hover,a.if-4:hover,a.if-5:hover,a.if-6:hover {
    background: #fff;
    color: #222;
}

img.sp-5{
    width: 2.5rem!important;
    padding-right: 0.5rem;
}
img.sp-6{
    width: 2rem!important;
    padding-right: 0.5rem;
}

i.sp-5{
    font-size: 2.5rem!important;
    padding-right: 0.5rem;
    display: inline-block;
}



/*-----------------------------------------------------------------------------------------RWD-----------------------------------------------------------------------------------------*/
@media(max-width:1800px) {
    /*--------------------------------------------------------------------------------------------------------------------------------------------------1800*/
}

@media(max-width:1560px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------1560*/
    .index-function-item a {
        padding: 12rem 2rem 10rem;
    }
}

@media(max-width:1440px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------1440*/
    .index-function-block {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: auto;
        /* position: absolute; */
        width: 100%;
        bottom: 0;
        margin-top: 100px;
    }

    .index-function-item {
        width: 31%;
        box-shadow: #00000010 2px 2px 2px;
        margin-top: 2rem;
    }

    .index-function-item a {
        padding: 3rem 2rem 1.5rem;
    }

    .b-2 {
        height: 40px;
    }

    .sp-2 {
        margin: 0.5rem 0 1rem;
    }

    
}

@media(max-width:1360px) {
    /*--------------------------------------------------------------------------------------------------------------------------------------------------1360*/

}

@media(max-width:1200px) {
    /*--------------------------------------------------------------------------------------------------------------------------------------------------1200*/
    
}

@media(max-width:991px) {
    /*--------------------------------------------------------------------------------------------------------------------------------------------------991*/
    .index-function-item {
        width: 100%;
    }

    .banner-content {
        flex-direction: column;
        align-items: baseline;
    }
}

@media(max-width:768px) {
    /*--------------------------------------------------------------------------------------------------------------------------------------------------768*/

}

@media(max-width:576px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------576*/
    .banner-block {
        padding: 2rem 0;
    }
    .index-function-block {
        justify-content: space-between;
    }

    .index-function-item {
        width: 48%;
    }

    .b-2 {
        height: 50px;
    }

    hr.sp-2 {
        display: none;
    }

    .im-576 {
        display: none !important;
    }
    .b-01, .b-02, .b-03, .b-04, .b-05, .b-06{
        color: #222;
    }
    /* .b-01 {
        background-color: #fff;
        background-image: url(../images/icon/001.png);
        background-position: right;
        background-size: 95%;
        background-repeat: no-repeat;
    }

    .b-02 {
        background-color: #fff;
        background-image: url(../images/icon/002.png);
        background-position: right;
        background-size: 95%;
        background-repeat: no-repeat;
    }

    .b-03 {
        background-color: #fff;
        background-image: url(../images/icon/003.png);
        background-position: right;
        background-size: 95%;
        background-repeat: no-repeat;
    }

    .b-04 {
        background-color: #fff;
        background-image: url(../images/icon/004.png);
        background-position: right;
        background-size: 95%;
        background-repeat: no-repeat;
    }

    .b-05 {
        background-color: #fff;
        background-image: url(../images/icon/005.png);
        background-position: right;
        background-size: 95%;
        background-repeat: no-repeat;
    }

    .b-06 {
        background-color: #fff;
        background-image: url(../images/icon/006.png);
        background-position: right;
        background-size: 95%;
        background-repeat: no-repeat;
    }

    .index-function-item a {
        background: transparent;
        display: block;
    } */
}

@media(max-width:480px) {
    /*--------------------------------------------------------------------------------------------------------------------------------------------------480*/

}

@media(max-width:420px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------420*/
    .index-function-item {
        width: 100%;
    }

    .b-01,
    .b-02,
    .b-03,
    .b-04,
    .b-05,
    .b-06 {
        background-size: 60%;
    }
}