#footer{
    margin-top:10rem;
    width: 100%;
    font-family: 'Patua One',sans-serif;
}

#footer a{
    color: #333;
    text-decoration: none;
}

#footer a:hover{
    color: #ed1a3a;
    text-decoration: none;
}


#footer .footer-nav{
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex; /* Safari6.1以降 */
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-shrink:0;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 1.6rem;
    line-height: 1.5;
    border-top:1px #ccc solid;
    background-color: #fff;
    padding: 0;
}

#footer .footerlist .sub{
    margin-top:0rem;
}

#footer .footerlist{
    flex: 1 1 auto;
    padding: 0.6rem 3rem;
}

#footer .footerlist ul{
    margin: 0;
}

#footer .footerlist li{
    padding: 0.8rem 0;
    margin: 0;
}


#footer .footerlist:first-child{
    margin-left: 0rem;
}

 #footer .footerlist .footerlist_title{
    margin: 0;
    padding: 1rem 0;
    color: #039;
}

#footer .footerlist .footerlist_title a{
    color: #039;
}

#footer .footerlist .footerlist_title a:hover{
    color: #ed1a3a;
}



/* 下層のあるリスト用*/
#footer .list_bg{
    background-color: #eee;
}

/* Business のリスト用*/
#footer .footerlist .list_bu{
    font-family: 'Patua One',sans-serif;
    font-size: 1.6rem;
    list-style: none;
    margin: 0;
}
#footer .footerlist .list_bu li{
    padding-left: 1.3rem;
    text-indent: -1.3rem;
}
#footer .footerlist .list_bu li::before{
    font-family: "tges_en_ico";
    content: "\f0da";
    color: #ed1a3a;
    font-size: 1rem;
    margin-right: 1rem;
}

#footer .footerlist .list_bu li:last-child{
    margin-bottom:0.5rem;
}

#footer .footerlist .list_bu-d{
    padding-left:2rem;
}

/* Copyright 部*/
.footer_info_border{
    border-top: 1px #999 solid;
}
#footer .footer_info{
    margin: 0 auto;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex; /* Safari6.1以降 */
    justify-content: center; /* デフォルト値 */
    flex-direction: column;
}

#footer .footer_info .location{
    font-family: "Noto Sans",Arial, sans-serif;
    padding: 2rem 1.5rem 1rem;
    font-size: 1.6rem;
    text-align: center;
}

#footer .footer_info .copyright{
    font-family: "Noto Sans",Arial, sans-serif;
    font-size: 1.4rem;
    padding:0.5rem 1.5rem 1rem;
    width: 100%;
    text-align: center;
}


/* PC Display */
@media (min-width: 788px) {
    #footer{
        background-color: #efefef;
    }
    #footer .footer-nav{
        background-color: #efefef;
        width: 990px;
        margin: 0 auto;
        padding: 4rem 2.5rem 2rem;
        flex-direction: row;
        font-size: 1.6rem;
        line-height: 1.5;
        border-top:0px #ccc solid;
    }


    #footer .footerlist{
        flex: auto;
        flex: initial;
        flex: none;
        flex: 2;
        margin-left: 0rem;
        padding: 2rem 2rem;
    }
    
    #footer .footerlist ul{
        margin: 2rem 0 0;
    }
    
    #footer .footerlist li{
          margin: 0;
    }
    
    #footer .footerlist .list_bu{
        font-size: 1.4rem;
        list-style: none;
        margin: 0;
    }
    #footer .footerlist .list_bu li{
        padding-left: 1rem;
        text-indent: -1.4rem;
    }
    #footer .footerlist .list_bu li::before{
        font-family: "tges_en_ico";
        content: "\f0da";
        color: #ed1a3a;
        font-size: 1.2rem;
        margin-right: 1rem;
    }


    #footer .footerlist .footerlist_title{
        font-family: 'Patua One',sans-serif;
        font-size: 1.6rem;
        margin-bottom:2rem;
    }
    #footer .footerlist .footerlist_title{
        margin: 0;
        padding: 1rem 0;
        color: #333;
    }
    
    #footer .footerlist .footerlist_title a{
        color: #333;
    }
    
    #footer .footerlist .footerlist_title a:hover{
        color: #ed1a3a;
    }



    /* Copyright 部*/
    #footer .footer_info{
        background-color: #efefef;
        padding: 2rem 2.5rem;
        flex-direction: row;
        min-width: 990px;
        justify-content: flex-end;
    }

    #footer .footer_info >:first-child {
        margin-right: auto;
      }
    
    #footer .footer_info .location{
        padding: 0;
        font-size: 1.4rem;
    }
    #footer .footer_info .copyright{
        padding: 0;
        font-size: 1.2rem;
        text-align: right;
    }

}

@media (min-width: 1170px) {

    #footer .footer-nav{
        width: 100%;
        max-width:1150px;
    }
    /* Copyright 部*/
    #footer .footer_info{
        width: 100%;
        max-width:1150px;
    }
}


/*SP表示時、Footer Menu 表示、非表示切替・判定用
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body.content-strength footer #content-strength span {
    display:block;
 }
 
 body.content-business footer #content-business span {
    display:block;
  }
  
  body.content-business footer #content-business > ul{
     display:block;
  }
  
  body.content-business footer #content-business{
      background:#eee;
   }
 
 
body.content-case footer #content-case span {
display:block;
}

body.content-case footer #content-case > ul{
display:block;
}

body.content-case footer #content-case{
background:#eee;
}


 body.content-company footer #content-company span {
    display:block;
 }
 
 body.content-company footer #content-company > ul{
    display:block;
 }
 
 body.content-company footer #content-company{
     background:#eee;
  }
 
 
 body.content-notice footer #content-notice span {
    display:block;
 }
 
 body.content-notice footer #content-notice> ul{
    display:block;
 }
 
 body.content-notice footer #content-notice{
     background:#eee;
  }
 