#footer_inc01 {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    letter-spacing: 0px;
}

.ft dt,
.ft dd {
    display: inline;
    font-size: 0.9em;
    font-weight: 500;
}

.ft a {
    font-weight: 500;
}

#ft_top {
    height: 338px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}
#ft_top::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}

#ft_top h3,
#ft_top p {
    z-index: 1;
}

#ft_top h3 {
    font-size: 3.2em;
    margin-bottom: 20px;
}

#ft_top p {
    text-align: center;
    font-size: 1.3em;
}

#ft_mid {
    background-color: #f7f7f7;
    padding: 5em 0;
}

#ft_bot .ft_wr  {
    padding: 5em 15px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    color:#666;
}
 


.ft_wr {
    width: 90%;
    max-width: 1170px;
    min-width: 960px;
    margin: auto;

    
    display: flex;
    flex-flow: row;
}

.ft_1dul {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.ft_1dul .ft_1dli {
    width: 25%;

}


.ft_1da  {
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
}


.ft_2dul {
    padding: 5px 0 ;
}

.ft_2dli {
    line-height: 2.4;
}

.ft_2da {
    color: #666;
    font-size: 0.9em;
}

.ft_2da:hover
{
    color: #d7d7d7;
    transition: all 0.8s;
}

.ft_link {
    width: 16.66%;
}

.ft_link li a {
    width: 100%;
    font-size: 1.2em;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 8px 15px 8px 20px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.06);
}

.ft_link li a:hover {
    box-shadow: 2px 2px 2px rgba(0,0,0,.15);
}


.ft_link li a:first-child {
    margin-bottom: 10px;
}

.ft_logo, .ft_cs {
    width: 16.66%;
}

.ft_logo svg {
    fill: #666;
}

.ft_bt_title {
    font-size: 1.1em;
    font-weight: 600;
}

.ft_info {
    width: 66.64%;
}
.ft_copy {
    font-size: 0.9em;
}

.ft_copy a {
    padding: 0 10px;
    font-size: 0.9em;
}




@media (max-width: 1024px) {


    .ft_link {
        width: 100%;
    }

    .ft_link a{
        max-width: 200px;
    }


    #ft_bot .ft_wr {
        flex-flow: column;
        padding: 3em 30px;
    }

    .ft_wr {
        width: 100%;
        max-width: unset;
        min-width: unset;
        max-width: unset;
        min-width: unset;
        padding: 0 30px;
        display: flex;
        flex-flow: column;
    }

    .ft_1dul {
        flex-flow: column;
    }
    .ft_1dul .ft_1dli,
    .ft_logo, .ft_info, .ft_cs{
        width: 100%;
        padding-bottom: 15px;
    }

    #ft_top h3 {
        font-size: 2.8em;
        text-align: center;
    }

    
    .ft_2da {
        font-size: 1em;
    }

    #ft_top {
        padding: 0 15px;
    }
    
    .ft_info {
        padding-right: 0;
    }

    #footer_inc01 .ft_info dl {
        max-width: 480px;
    }

    .ft_copy a {
        word-break: keep-all;
        padding: 0 5px;
    }

}